text
stringlengths
454
608k
url
stringlengths
17
896
dump
stringclasses
91 values
source
stringclasses
1 value
word_count
int64
101
114k
flesch_reading_ease
float64
50
104
Data binding in depth Important APIs Note This topic describes data binding features in detail. For a short, practical introduction, see Data binding overview. Data binding is a way for your app's UI to display data, and optionally to stay in sync with that data. Data binding allows you to separate the concern of data ...
https://docs.microsoft.com/en-us/windows/uwp/data-binding/data-binding-in-depth
CC-MAIN-2019-18
refinedweb
5,535
55.74
10 October 2008 05:16 [Source: ICIS news] By Hong Chou Hui SINGAPORE (ICIS news)--Export orders at the biannual 104th China Import and Export Fair, a key barometer of global consumer confidence, are expected to take a beating in the wake of the global financial crisis, petrochemical producers and traders said on Friday...
http://www.icis.com/Articles/2008/10/10/9162836/China-petchems-pessimistic-pre-Canton-Fair.html
CC-MAIN-2013-20
refinedweb
510
59.16
Win a copy of Barcodes with iOS this week in the iOS forum or Core Java for the Impatient in the Java 8 forum! Originally posted by khushhal yadav: Hi Ahmed Yehia It will give you compile time error.. as you can't have something like this Short s = 15; As s is a reference type of wrapper class Short while 15 is an inte...
http://www.coderanch.com/t/263519/java-programmer-SCJP/certification/Objects-created
CC-MAIN-2015-11
refinedweb
242
55.88
div() function in C++ This tutorial illustrates the working of the div() function in C++. We can use this function to find the quotient and remainder of a division. The div() function is defined in the cstdlib header file of C++. We will discuss more on this function here. As the name suggests we use this function in o...
https://www.codespeedy.com/div-function-in-cpp/
CC-MAIN-2021-43
refinedweb
280
73.37
. Integrating J2ME devices into messaging. Architectural requirements for messaging. The Java-based messaging solution. Figure 1. JMS clients connected to the JMS provider JMS supports both one-to-one and broadcast message styles. One-to-one messaging exists between two communicating parties. The sender sends a message...
http://www.ibm.com/developerworks/wireless/library/wi-jxta/
crawl-003
refinedweb
11,259
54.63
Is there any way to use ZeroMQ from a sublime plugin on windows? I've tried using binary builds from here: github.com/zeromq/pyzmq/downloads and they give initial impression of working, but when I try to create a connection everything falls apart (ST2 crashes). File: pyzmq-2.1.7.1.win-amd64-py2.6.msiSublime: win64, 217...
https://forum.sublimetext.com/t/using-python-library-zeromq-in-a-plugin/4384
CC-MAIN-2017-22
refinedweb
133
63.15
Note that there is a g++ compiler flag that you can specify to get additional error/warning messages. The command with the option is: g++ -c -pedantic file.cpp The term core is an old-fashioned term that was used to describe a particular type of memory - "core memory". So when the system reports a core dump it means th...
http://www.cs.uregina.ca/Links/class-info/115/05-strings/
CC-MAIN-2018-22
refinedweb
1,584
71.04
Services Web services separate out the service contract from the service interface. This feature is one of the many characteristic required for an SOA-based architecture. Thus, even though it is not mandatory that we use the web service to implement an SOA-based architecture, yet it is clearly a great enabler for SOA....
https://javabeat.net/service-oriented-java-business-integration/
CC-MAIN-2021-39
refinedweb
2,143
52.49
The new BitmapData ActionScript Class is used to represent a bitmap object in memory. When you create a new instance of the class, a blank image is stored in memory. You can then manipulate this bare bones bitmap with the various methods of the BitmapData class. Before you can use this class, however, you need to know ...
http://www.adobe.com/devnet/flash/articles/image_api_02.html
crawl-002
refinedweb
1,144
62.68
In a prior article I wrote about calling Java classes from Microsoft .NET using a bridging technology called JNBridge (). That works by creating proxy classes in .NET that call into the Java VM. This is one approach to connecting Java and .NET, but another approach is taken in a project called IKVM (). IKVM is an open ...
http://it.toolbox.com/blogs/daniel-at-work/using-ikvm-to-call-java-from-net-21993
CC-MAIN-2016-40
refinedweb
418
68.77
texture pixels with raw preformatted data. This function fills texture pixel memory with raw data. This is mostly useful for loading compressed texture format data into a texture. Passed data should be of required size to fill the whole texture according to its width, height, data format and mipmapCount; otherwise a U...
https://docs.unity3d.com/ScriptReference/Texture2D.LoadRawTextureData.html
CC-MAIN-2022-27
refinedweb
380
58.21
It's not the WSDL that's wrong, it's the schema. You must add an <xsd:import> after line 03. In order to reference an element or type from another namespace, you must both declare the namespace and import it. (I'm assuming that you purposefully left out a bunch of namespace declarations in the <wsdl:definitions> elemen...
http://mail-archives.apache.org/mod_mbox/axis-java-user/200603.mbox/%3Cbf414ee60603300525m42d0fa41xf41460dbf84b29d2@mail.gmail.com%3E
CC-MAIN-2018-09
refinedweb
507
60.11
02 April 2012 09:03 [Source: ICIS news] SINGAPORE (ICIS)--?xml:namespace> Taiyo’s 310,000 tonne/year PVC unit at The company also operates a 100,000 tonne/year plant at Taiyo Vinyl is still unable to offer PVC materials for export and can only supply to the domestic market because it is operating its PVC units at reduc...
http://www.icis.com/Articles/2012/04/02/9546723/japans-taiyo-vinyl-to-shut-osaka-pvc-plant-in-july.html
CC-MAIN-2014-42
refinedweb
104
56.08
Technical Support On-Line Manuals RL-ARM User's Guide (MDK v4) #include <rtl.h> OS_RESULT os_evt_wait_or ( U16 wait_flags, /* Bit pattern of events to wait for */ U16 timeout ); /* Length of time to wait for event */ The os_evt_wait_or function waits for one_or function returns when at least one of the events specified...
https://www.keil.com/support/man/docs/rlarm/rlarm_os_evt_wait_or.htm
CC-MAIN-2020-34
refinedweb
135
65.52
Recently I received a copy of the Windows Vista Resource Kit. This is the best resource kit I have seen since the box set was released for Windows 2000. This book is worth buying as it is a great resource to have on all things Windows Vista. Among the 1500+ pages of goodness are several chapters dedicated to networking...
http://blogs.msdn.com/tim_rains/
crawl-002
refinedweb
2,052
59.64
operator== (hash_multimap) Visual Studio 2015 Tests if the hash_multimap object on the left side of the operator is equal to the hash_multimap object on the right side. The comparison between hash_multimap objects is based on a pairwise comparison of their elements. Two hash_multimaps are equal if they have the same nu...
https://msdn.microsoft.com/en-us/library/aa985895.aspx
CC-MAIN-2015-35
refinedweb
176
74.69
I was given a project to complete: Help determine how much time someone has left to meet a deadline - Ask a user to enter the deadline for their project - Tell them how many days they have to complete the project - For extra credit, give them the answer as a combination of weeks & days (Hint: you will need some of the ...
https://codedump.io/share/MUfJq5HM4XJh/1/errors-running-python-code-attribute-error-for-datetime-and-strptime-type-error
CC-MAIN-2018-22
refinedweb
450
50.46
Copyright © 2007 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark and document use rules apply.. This document is an introduction to RDFa, a method for achieving precisely this kind of structured data embedding in XHTML. The normative specification of RDFa may be found in [RDFa joint work of the R...
http://www.w3.org/TR/2007/WD-xhtml-rdfa-primer-20071026/
CC-MAIN-2014-35
refinedweb
4,163
56.55
I'll preface this question with I'm new to C# and Xamarin, and working on my first Xamarin Forms app, targeting iOS and Android. The app is using HttpClient to pass requests to an api, and the headers in the response return session cookies that are used to identify the current user. So once I've received an initial res...
https://forums.xamarin.com/discussion/comment/195587/
CC-MAIN-2020-10
refinedweb
796
61.67
def dataTableDataAsJSON = { def list = [] if (params.sort == 'crap') params.remove('sort') def demoList = Demo.list(params) response.setHeader("Cache-Control", "no-store") demoList.each { list << [ id: it.id, name: it.name, birthDate: grailsUITagLibService.dateToJs(it.birthDate), age: it.age, netWorth: it.netWorth, isD...
http://jira.codehaus.org/browse/GRAILSPLUGINS-491
crawl-002
refinedweb
107
56.82
Cobalt Strike 3.3 – Now with less PowerShell.exeMay 18, 2016 The fourth release in the Cobalt Strike 3.x series is now available. There’s some really good stuff here. I think you’ll like it. Unmanaged PowerShell How do you get your PowerShell scripts on target, run them, and get output back? This is the PowerShell weap...
https://blog.cobaltstrike.com/2016/05/18/cobalt-strike-3-3-now-with-less-powershell-exe/
CC-MAIN-2018-05
refinedweb
1,187
68.26
Porting LinuxBIOS to the AMD SC520 The build process builds a binary image that is loaded to a Flash part. LinuxBIOS provides a utility, flash_rom, for this purpose. Alternatively, you can use the MTD drivers in the Linux kernel. The layout of a typical ROM image is shown in Figure 2. The top 16 bytes contain two jump ...
http://www.linuxjournal.com/article/8120?page=0,2&quicktabs_1=1
CC-MAIN-2015-32
refinedweb
1,932
70.33
Warren Stringer wrote: > Hey JJ, Kelly, I've combined both of your replies, > > On Jun 23, 2008, at 2:48 AM, Shannon -jj Behrens wrote: > >> Let's make it really fun: >> >> from thirdparty import * >> >> class A(B): >> def bar(): # Assuming we have implicit self. >> foo() >> >> Now, did foo come from: >> >> * The paren...
https://mail.python.org/pipermail/baypiggies/2008-June/003557.html
CC-MAIN-2014-15
refinedweb
601
63.09
polynomial class p (n) might mean either the coefficient of the n-th power of the polynomial, or it might be the evaluation of the polynomial at n. The meaning of this subscripted referencing is determined by the subsref method. Perform the subscripted element selection extract the two first columns of a matrix val = ...
http://www.gnu.org/software/octave/doc/interpreter/Defining-Indexing-And-Indexed-Assignment.html
CC-MAIN-2014-15
refinedweb
433
62.17
Performance testing for SharePoint Server 2013 Applies to: SharePoint Server 2013 Standard, SharePoint Server 2013 Enterprise Topic Last Modified: 2013-12-18 Summary:Learn about how to plan and execute performance testing of a SharePoint Server 2013 environment. This article describes how to test the performance of Sha...
https://technet.microsoft.com/en-us/library/ff758659(d=printer).aspx
CC-MAIN-2015-27
refinedweb
3,698
56.69
I am trying to sort strings using stdlib qsort. I have created two sort functions sort1 and sort2. sort1 input argument is char** and sort2 input argument is char[][]. My program crashes when use sort1 function to sort array of strings. #include "stdafx.h" #include <stdlib.h> #include <string.h> int compare(const void*...
https://codedump.io/share/UKKq329Hv8lC/1/difference-between-char-and-char
CC-MAIN-2016-50
refinedweb
267
69.21
Yesod.ReCAPTCHA Synopsis - class YesodAuth master => YesodReCAPTCHA master where - recaptchaPublicKey :: GHandler sub master Text - recaptchaPrivateKey :: GHandler sub master Text - insecureRecaptchaBackdoor :: GHandler sub master (Maybe Text) - recaptchaAForm :: YesodReCAPTCHA master => AForm sub master () - recaptcha...
http://hackage.haskell.org/package/yesod-recaptcha-1.0/docs/Yesod-ReCAPTCHA.html
CC-MAIN-2016-22
refinedweb
548
52.8
If you are using Master Pages in an ASP.NET application and you need to add an attribute to the <BODY> tag from a Content Page -- for instance, to set a client script function for the onload event of the page -- you will find that you can't do it directly because the <BODY> tag is in the Master Page, not in your Conten...
http://www.codeproject.com/KB/aspnet/MasterBodyTag.aspx
crawl-002
refinedweb
343
61.16
Use this dialog to manage PL/SQL functions available to Discoverer Administrator. To register functions, you can: import PL/SQL functions defined in the database (use the Import button) This method is recommended because the function details are entered automatically after you select a function to import. enter PL/SQL ...
http://docs.oracle.com/cd/E23943_01/bi.1111/b32519/adpsff01.htm
CC-MAIN-2014-52
refinedweb
615
53.71
This tutorial is a continuation of the SGDK article. Create an image. Import the sprite. Download the sprite mug with MEGA. And throw it in the res folder, in the directory of your project. Open the previous project, and in resources.res, add the following line. SPRITE spr_cup "cup.png" 8 8 BEST The syntax here is as f...
https://under-prog.ru/en/sgdk-move-the-sprite-across-the-screen/
CC-MAIN-2022-27
refinedweb
683
76.32
Hi, If we call a partial with a name such that there also exists a instance variable with the same name (ex: @identity) in the controller then passing :object => nil to render() and calling (! identity).inspect in ‘_identity.html.erb’ prints false while identity.inspect prints nil. Here is a more specific description -...
https://www.ruby-forum.com/t/bug-nil-returns-false-for-partial-instance-variable-in-specific-conditions/155061
CC-MAIN-2021-31
refinedweb
174
61.53
I have a project utilizing ASP.NET MVC and Razor page layouts. The page in question will be a survey whose questions, datatypes, and answers have been configured by an admin user and retrieved from a database. For example: public class ExampleViewModel { //the user define dquestion public string Question1Text { get; se...
http://www.pcaskme.com/form-fields-generated-based-on-variable-types/
CC-MAIN-2019-04
refinedweb
176
54.97
Feedback Getting Started Discussions Site operation discussions Recent Posts (new topic) Departments Courses Research Papers Design Docs Quotations Genealogical Diagrams Archives Nominal types, such as classes and interfaces, give us names to "hang" other names on - methods, data member names, nested types and classes,...
http://lambda-the-ultimate.org/node/3173
CC-MAIN-2017-47
refinedweb
2,046
51.58
Agenda See also: IRC log <scribe> Scribe: Roy Fielding <scribe> ScribeNick: Roy DC: we haven't published anything in a while ... a working draft sort of thing NM: I volunteer to scribe next week <dorchard> possible regrets, may be on a plane DC: regrets for next week VQ: Any objections the minutes of 12 April telcon? [...
http://www.w3.org/2001/tag/2005/04/19-minutes.html
CC-MAIN-2015-48
refinedweb
1,470
64.04
Slashdot Log In Why not Ruby? flounder_p queries: "I have recently started playing with the Ruby programming language and think it's really great. I was just wondering why you guys think Ruby has not caught on more in the open source community than it has? How many of you guys are using it? Will it ever catch on or wil...
http://slashdot.org/developers/01/07/08/1955209.shtml
crawl-001
refinedweb
4,409
71.44
See starters using this Community PluginView plugin on GitHub Quickstart guide Install this with npm: npm install gatsby-theme-shopify-manager Or with yarn: yarn add gatsby-theme-shopify-manager Set up your gatsby-config.js: { resolve: `gatsby-theme-shopify-manager`, options: { shopName: `your-shop-name`, accessToken: ...
https://www.gatsbyjs.com/plugins/zolon-gatsby-theme-shopify-manager/
CC-MAIN-2021-31
refinedweb
166
51.14
Hello, I have a homework assignment due for my Intro to Programming class, I have no idea what I am doing and wanted some help. I complete it in RAPTOR and generated the C++ code from there, but my professor doesnt want us to do it like that, he wants us to write it ourselves. Can anyone help me translate this from the...
https://www.daniweb.com/programming/software-development/threads/442547/c-newbie
CC-MAIN-2017-34
refinedweb
171
56.89
Followers 0 Following 0 Joined Last Online - fraserspeirs I'm trying to write a script for the 1.6 app extension that will: - Take some text passed in from the share sheet - Format the text in a specific way - Place the formatted text on the pasteboard - Launch Pythonista and run another script that will take the text ...
https://forum.omz-software.com/user/fraserspeirs
CC-MAIN-2022-21
refinedweb
161
71.85
Your ASP.NET MVC application needs reports. What do you do? In this article, I will demonstrate how simple it is to weave SQL Server Reporting Services (SSRS) into your ASP.NET MVC Applications. Just about every application deals with data in one form or another. It also seems that no application is complete unless it ...
https://www.codemag.com/article/1009061
CC-MAIN-2020-24
refinedweb
1,623
67.65
Name | Synopsis | Description | Parameters | Errors | Examples | Environment Variables | Attributes | See Also #include <slp.h>); The SLPReg() function registers the URL in pcSrvURL having the lifetime usLifetime with the attribute list in pcAttrs. The pcAttrs list is a comma-separated list of attribute assignments in ...
https://docs.oracle.com/cd/E19253-01/816-5170/6mbb5et3o/index.html
CC-MAIN-2019-09
refinedweb
302
52.26
new feature implemented in the Snapd 2.27 release is Android boot support, which should bring the Ubuntu Snappy technologies to a wide range of devices that are powered by Google's Linux-based Android mobile operating system, implementing support for transactional updates. Another interesting feature introduces in the...
https://www.linuxtoday.com/upload/canonical-wants-to-bring-its-ubuntu-snappy-technologies-to-android-devices-170910102026.html
CC-MAIN-2018-26
refinedweb
112
56.25
] Creates a trail that specifies the settings for delivery of log data to an Amazon S3 bucket. See also: AWS API Documentation See 'aws help' for descriptions of global parameters. create] [--tags-list <value>] [--cli-input-json <value>] [--generate-cli-skeleton <value>] --name (string) Specifies the name of the trail...
https://docs.aws.amazon.com/cli/latest/reference/cloudtrail/create-trail.html
CC-MAIN-2022-21
refinedweb
447
54.83
Phillip J. Eby wrote: > At 04:23 PM 11/10/2005 -0600, Ian Bicking wrote: > >> The sandbox in this case is when setuptools runs setup.py with fake >> file routines, to see if the setup.py file writes things to weird >> locations. Now that I think about it, this isn't for zip-safe >> testing, but to test if setuptools ca...
https://mail.python.org/pipermail/distutils-sig/2005-November/005339.html
CC-MAIN-2016-36
refinedweb
300
76.11
Recursive browsing to get a list of all the tags is really slow because for each new folder/level the client has to send a new request to the server. I have had my recursive tag browse method tag actual minutes to complete. Is there any way to get a flat list of tag paths from the gateway? Here is my Browse method for ...
https://forum.inductiveautomation.com/t/get-a-flat-list-of-all-tags-paths-on-the-gateway/49975
CC-MAIN-2021-39
refinedweb
138
58.18
In his recent post 100 most read R posts for 2012 (stats from R-bloggers) – big data, visualization, data manipulation, and other languages Tal Galili – the guy behind R-Bloggers – presents his wishlist for 2013. Among other things he states “The next step will be to have a “publish to your WordPress/blogger” button ri...
https://www.r-bloggers.com/semi-automating-the-r-markdown-to-blogger-workflow/
CC-MAIN-2017-43
refinedweb
661
57.4
We have to design and create a stack that performs the operations in constant time. Here we have one problem which is how to create mergable stack? Here we perform the below operation for merge two stacks. - push(element): Insert the element in the stack. - pop(): Remove the top element in the stack. - merge (stack 1, ...
https://www.tutorialcup.com/interview/stack/how-to-create-mergable-stack.htm
CC-MAIN-2021-25
refinedweb
545
75.44
The class stores information about one class/rule of a vector layer renderer in a unified way that can be used by legend model for rendering of legend. More... #include <qgslegendsymbolitem.h> The class stores information about one class/rule of a vector layer renderer in a unified way that can be used by legend model ...
https://qgis.org/api/classQgsLegendSymbolItem.html
CC-MAIN-2018-51
refinedweb
443
53.27
HEPnOS client API: DataStore and DataSetHEPnOS client API: DataStore and DataSet Let's dive into the HEPnOS client-side API. This API is in C++ and provides a number of classes, among which DataStore and DataSet, which are discussed in this section. The HEPnOS API is located in hepnos.hpp, which is a small file includi...
https://xgitlab.cels.anl.gov/sds/hep/HEPnOS/-/wikis/datastore-datasets?version_id=33ce3ca4d64ce32dc1cdb0cf02184b670a83ee19
CC-MAIN-2021-39
refinedweb
593
51.58
A video input stream using libdc1394. More... #include "vidl_istream.h" #include "vidl_iidc1394_params.h" #include <vcl_string.h> Go to the source code of this file. A video input stream using libdc1394. WARNING this stream requires version 2 of the libdc1394 API. if you are also using the ffmpeg streams make sure your...
http://public.kitware.com/vxl/doc/release/core/vidl/html/vidl__dc1394__istream_8h.html
crawl-003
refinedweb
124
70.8
A better way to write your layouts Author: Mislav Javor. Looking for contributors This project is currently a one man operation. I’ve dedicated a large chuck of my free time to this, and would be immensely grateful for any help. Thank you for contributing ❤️ Why Kandinsky - Storyboards are hard to maintain, obfuscate f...
https://tryexcept.com/articles/cocoapod/kandinsky
CC-MAIN-2019-35
refinedweb
1,138
50.12
BufferWriter¶ Synopsis¶ #include <ts/BufferWriterForward.h> // Custom formatter support only. #include <ts/BufferWriter.h> // General usage. Description¶ BufferWriter is intended to increase code reliability and reduce complexity in the common circumstance of generating formatted output strings in fixed buffers. Curren...
https://docs.trafficserver.apache.org/en/latest/developer-guide/internal-libraries/buffer-writer.en.html
CC-MAIN-2019-04
refinedweb
6,556
56.15
Create survival curves using kaplanmeier, the log-rank test and making plots. Project description kaplanmeier - kaplanmeier is Python package to compute the kaplan meier curves, log-rank test, and make the plot instantly. This work is build on the lifelines package. Contents Installation - Install kaplanmeier from PyPI...
https://pypi.org/project/kaplanmeier/
CC-MAIN-2020-05
refinedweb
322
51.44
How to print instances of a class using print()? class Test: def __repr__(self): return "Test()" def __str__(self): return "member of Test"t = Test() tTest()print(t)member of Test The __str__ method is what gets called happens when you print it, and the __repr__ method is what happens when you use the repr() function (...
https://codehunter.cc/a/python/how-to-print-instances-of-a-class-using-print
CC-MAIN-2022-21
refinedweb
337
80.72
Hello everyone! My name is Danielle M. Villegas, and I’m the “resident blogger” at Adobe DITA World 2017. In this blog post, I will sum up the presentations of Day 1 of the conference. There was a lot of information on this first day of Adobe DITA World 2017, but hopefully, I’ll be able to give you some of the highligh...
https://blogs.adobe.com/techcomm/2017/10/adobe-dita-world-2017-day-1-summary.html
CC-MAIN-2020-34
refinedweb
4,765
52.6
0.6.4-release From OpenSim r8959 | chi11ken | 2009-04-01 07:50:18 -0700 (Wed, 01 Apr 2009) | 1 line Update svn properties. r8958 | melanie | 2009-04-01 05:28:46 -0700 (Wed, 01 Apr 2009) | 4 lines Add a "user" config option to the IRC module config. Like all other IRC config options, this has NO default, if you use the ...
http://opensimulator.org/wiki/0.6.4-release
CC-MAIN-2016-07
refinedweb
16,244
67.79
Welcome to "The Debugging Book"! Software has bugs, and finding bugs can involve lots of effort. This book addresses this problem by automating software debugging, specifically by locating errors and their causes automatically. Recent years have seen the development of novel techniques that lead to dramatic improvement...
https://nbviewer.org/github/uds-se/debuggingbook/blob/master/docs/notebooks/index.ipynb
CC-MAIN-2022-27
refinedweb
772
64.91
User talk:Modusoperandi From Uncyclopedia, the content-free encyclopedia Welcome to my talkpage. New stuff at the bottom, please. PLS queries so the PLS starts the 5th now? are we all set on judges? would you care to render some sort of official quote for the unsignpost as this year's poo-master? 02:06, October 1, 2009...
http://uncyclopedia.wikia.com/wiki/User_talk:Modusoperandi?oldid=4265409
CC-MAIN-2015-35
refinedweb
17,241
76.32
So how do you define generic class constants in Swift? class C { static let k = 1 } let a = C.k // 1 class C<T> { static let k = 1 } Static stored properties not yet supported in generic types struct struct CConstant { static let K = 1 } You can define global constant with fileprivate or private access level in the sam...
https://codedump.io/share/HWFHeKUCHeCc/1/how-to-define-static-constant-in-a-generic-class-in-swift
CC-MAIN-2016-44
refinedweb
128
70.13
.NET Core is a general purpose development platform maintained by Microsoft and the .NET community on GitHub. It is cross-platform, supporting Windows, macOS and Linux, and can be used in device, cloud, and embedded/IoT scenarios. When you think of .NET Core the following should come to mind (flexible deployment, cross...
https://sodocumentation.net/dot-net/topic/9059/-net-core
CC-MAIN-2020-29
refinedweb
172
54.39
runx helps to automate common tasks while doing research: Install with pip: pip install runx Install with source: git clone cd runx python setup.py . Suppose you have an existing project that you call as follows: > python train.py --lr 0.01 --solver sgd To run a hyperparameter sweep, you'd normally have to code up a on...
https://openbase.com/python/runx
CC-MAIN-2021-39
refinedweb
2,260
76.52
In today’s Programming Praxis exercise,we have to write functions to determine if one string is a subset of another as if we were in an interview. Let’s get started, shall we? First, some imports. import Data.List import qualified Data.Map as M import qualified Data.IntMap as I My first attempt doesn’t actually work, s...
https://bonsaicode.wordpress.com/2010/11/23/programming-praxis-string-subsets/
CC-MAIN-2017-30
refinedweb
721
70.84
Durable messages getting stuck in Queue.Gurvinderpal Narula Jul 10, 2012 4:36 PM Hello all, We are running 2.2.5.Final (HQ_2_2_5_FINAL_AS7, 121) integrated with Jboss AS 5.1.0-Final. This configuration has been running since about 3-4 weeks now. However, we're run into a problem where we're now seeing serveral ( > 2500...
https://developer.jboss.org/thread/202426
CC-MAIN-2018-17
refinedweb
2,173
64.81
Truthfully, most users aren’t very interested in finding the largest and smallest Python source files in their home directory, but doing so does provide for an exercise in walking the file tree and using tools from the os module. The program in this post is a modified example taken from Programming Python: Powerful Obj...
https://stonesoupprogramming.com/tag/os-path-getsize/
CC-MAIN-2020-29
refinedweb
618
59.6
Internal rate of return From Wikipedia, the free encyclopedia The internal rate of return (IRR) is a rate of return used in capital budgeting to measure and compare the profitability of investments. It is also called the discounted cash flow rate of return (DCFROR) or simply the rate of return (ROR).[1] In the context ...
http://ornacle.com/wiki/Internal_rate_of_return
crawl-002
refinedweb
642
52.6
Managed Data Access Inside SQL Server with ADO.NET and SQLCLR Pablo Castro Microsoft Corporation April 2005 Applies to: Microsoft SQL Server 2005 Microsoft .NET Framework 2.0 ADO.NET Summary: Using the new SQLCLR feature, managed code can use ADO.NET when running inside SQL Server 2005. Learn about SQLCLR via basic sce...
http://msdn.microsoft.com/en-US/library/ms345135(v=sql.90).aspx
CC-MAIN-2013-20
refinedweb
7,226
56.25
The other day, my Yarn for Windows 092 started acting up. I handled e-mail just fine, but if I tried to read any newsgroups, it would take about a minute to display the first post, and about 30 seconds to go from one post to the other. (This is on an NT box, and until this time, it didn't give me any trouble.) After mu...
http://www.vex.net/yarn/list/200002/0000.html
crawl-001
refinedweb
304
82.04
aeiou, consider the following input. Your program returns 34.62 while the answer should be 27.85. By the way, if you want an alternative way to do it, you can consider writing each a in terms of a[1], a[0] and a constant. For instance, you can write a[2] as 2*(a[1]+c[1]) - a[0] and so forth until you can formulate a[n+...
https://onlinejudge.org/board/viewtopic.php?t=15272&start=30
CC-MAIN-2020-05
refinedweb
402
82.34
I looked at the help and in the forums but couldn't find anything. If there is an hscript expression that would work too. Thanks Posted 23 June 2012 - 08:32 PM Posted 23 June 2012 - 11:34 PM Basically something that would return the primitives that uses a particular point. Posted 23 June 2012 - 11:38 PM Posted 23 June ...
http://forums.odforce.net/topic/15708-is-there-a-way-to-get-primitives-using-a-point/
CC-MAIN-2015-27
refinedweb
702
65.42
When the documents get created during import, you get a primary key that's created for you called '_id' which has an ObjectId type field. As it turns out the first four bytes of the ObjectId are the timestamp of its creation. So you can sort by _id as a proxy for sort by insert time, in addition various MongoDB drivers...
http://www.w3hello.com/questions/Unable-to-import-csv-into-mongodb-using-mongoimport
CC-MAIN-2018-17
refinedweb
2,581
56.66
Slashdot Log In Reiser On ReiserFS's Future And More Steven Haryanto writes: "This one's from Indonesia. InfoLinux did an email interview with Hans Reiser, in which he explained about the ReiserFS project plan and the new Namesys business model. Mr. Reiser told me that Namesys recently received $600K funding from DARPA...
http://slashdot.org/developers/01/05/23/1321250.shtml
crawl-002
refinedweb
1,952
71.34
In a new version of Evolution there is an option for an 'IMAP+' server type. What is IMAP+? In short, it lets you access your mail on a remote server. It does not download the mail to the local client so that any changes made on any client are reflected on the server and therefore globally accessible. This is useful fo...
https://superuser.com/questions/218080/what-is-imap
CC-MAIN-2019-18
refinedweb
136
66.33
18 July 2012 17:07 [Source: ICIS news] LONDON (ICIS)--The European polyethylene terephthalate (PET) market is short and prices are still firming, sources said on Wednesday. "Everyone seems to be sold out because demand is up … I'm looking for a European cargo and it's difficult," a reseller said. Offers are reported ar...
http://www.icis.com/Articles/2012/07/18/9579333/europe-pet-market-tightens-forcing-prices-up.html
CC-MAIN-2014-41
refinedweb
293
58.82
This documentation is archived and is not being maintained. Constructor Usage Guidelines .NET Framework 1.1 The following rules outline the usage guidelines for constructors: - Provide a default private constructor if there are only static methods and properties on a class. In the following example, the private constru...
https://msdn.microsoft.com/en-us/library/3f80506d
CC-MAIN-2016-50
refinedweb
647
50.23
nc -l myhost.acme.com 3872 and make sure you are actually listening: netstat -an | grep 3872 tcp 0 0 10.33.80.121:3872 0.0.0.0:* LISTEN On the Source host: echo ciao | nc myhost.acme.com 3872 and the "ciao" should appear on Destination and the nc should exit. If you don't have nc installed, there are alternatives to nc...
http://www.javamonamour.org/2013/05/poor-mans-firewall-test.html
CC-MAIN-2017-51
refinedweb
292
59.7
VisM.ocx Control Details This chapter provides reference details for the Caché Direct ActiveX control (VisM.ocx). It discusses the following topics: Extended connection string syntax VisM methods (including a comparison of the SetServer() and Connect() methods) This control is a wrapper for the C++ classes listed in a ...
https://docs.intersystems.com/latest/csp/docbook/Doc.View.cls?KEY=GBCD_vism
CC-MAIN-2021-17
refinedweb
3,302
54.42
Technical Support On-Line Manuals CARM User's Guide Discontinued #include <stdlib.h> void init_mempool ( void *p, /* start of memory pool */ unsigned int size); /* length of memory pool */ The init_mempool function initializes the memory management routines and provides the starting address and size of the memory pool....
http://www.keil.com/support/man/docs/ca/ca_init_mempool.htm
CC-MAIN-2019-43
refinedweb
124
51.48
Slack was founded in 2014 and is being touted as the fastest-growing business application in history. It currently has over 50,000 paying companies using its product—including my current place of employment. Slack has really distinguished itself from its predecessors that were more focused on being a messaging system w...
https://code.tutsplus.com/articles/building-a-slack-bot-using-python--cms-29668
CC-MAIN-2021-17
refinedweb
3,417
62.88
THINK (?) the issue is generating from the SBS server. It has a SMALL BUSINESS SMTP connector, forwarding the mail to the other exchange server, to send ALL outgoing mail out (not just forwarding the shared namespace). No MX records point to the site where the SBS server is. I could delete the Small Business SMTP conn...
https://www.experts-exchange.com/questions/24379433/Exchange-2003-Namespace-Sharing-SBS-2003-NDR's-not-generated.html
CC-MAIN-2018-22
refinedweb
789
74.02
Hi Simon, On Thu, 11 Mar 2004, Simon Waters wrote: > Care to name the platform? (I'm just curious). This was on NetBSD 1.6. > Better yet can we spot non-preemptive thread library at config time? I don't know (but it should be possible to create an ugly configure test...) The context in which I saw the problem is the Ne...
https://lists.gnu.org/archive/html/bug-gnu-chess/2004-03/msg00034.html
CC-MAIN-2020-50
refinedweb
272
71.34
The.Bill de hOra tries to help answer the question from (the other) Bill by outlining the 7 important aspects of Atom for him:. - atom:id - atom:updated - atom:link - the extension rules (mustIgnore, foreign markup) - the date construct rules - the content encoding rules - unordered elements He then concludes with how ...
https://www.infoq.com/news/2008/10/atom-value?itm_source=presentations_about_atom&itm_medium=link&itm_campaign=atom
CC-MAIN-2019-22
refinedweb
147
51.28
. The. Frankly, the browser makers so this coming and created the notion of a plugin precisely to allow web technologies to flourish without their having to do all the work. Really, it's analogous in that respect to open source. I think the W3C has somewhat lost sight of these facts recently. There appears to be some f...
https://www.ibm.com/developerworks/community/blogs/JohnBoyer?sortby=0&page=2&maxresults=50&lang=en
CC-MAIN-2018-22
refinedweb
1,741
59.53
UPMC iCub project/XDE-simulator-dev If you want to develop robot controllers in XDE, you may need to prepare your machine by installing two further components: XDE-core, which is a set of development files of XDE used for developers, and ORC. XDE-core is, as XDE, not open-source. - For any problems with the installatio...
http://wiki.icub.org/wiki/UPMC_iCub_project/XDE-simulator-dev
CC-MAIN-2020-24
refinedweb
1,167
56.45
Do you have any questions with regard to my packages, SlackBuild scripts, other scripts, or my documentation? Or do you have a request to make? Please use this space to write down your ideas and I will try to answer. Other readers are of course also allowed to voice their thoughts about what you write. Keep your posts ...
https://alien.slackbook.org/blog/your-feedback/?replytocom=18688
CC-MAIN-2020-10
refinedweb
19,414
66.64
Brush up on the basics or master the advanced techniques required to earn essential industry certifications, with Courses. Enroll in a course and start learning today. Training topics range from Android App Dev to the Xen Virtualization Platform. import re from subprocess import Popen,PIPE lookfor = re.compile(r'Making...
https://www.experts-exchange.com/questions/27373641/How-to-display-a-progress-bar-of-remote-linux-process.html
CC-MAIN-2017-09
refinedweb
130
50.12
Using a Raspberry Pi with StepperBee (also applies to StepperBee+) The following details show how to control a StepperBee using a program written in Python running under the Raspbian operating system on a Raspberry Pi model B single board Computer. ( If you are not familiar with basic Stepper Bee functionality, more de...
https://pc-control.co.uk/control/raspi/raspi-stepperbee.php
CC-MAIN-2018-13
refinedweb
1,712
61.36
Hello, First post out here. Found out about streamlit last week, and it has been a game changer in my workflow. Thank you for making it! I’ve run into some trouble with caching. The following is an example of a case that I don’t fully understand. When I uncomment the line, the caching works as I expect it too. However,...
https://discuss.streamlit.io/t/caching-with-hash-funcs-fails-for-similar-methods/6941
CC-MAIN-2020-50
refinedweb
201
78.85
BGE: menu buttons and opening webpages This tutorial will look at the method I use to create menu buttons in the BGE. We’ll cover how to change a button’s text when it’s being hovered over, how to change the game scene or exit from a button and how we can use the webbrowser module to open websites from within the BGE. ...
https://whatjaysaid.wordpress.com/2015/02/25/bge-menu-buttons-and-opening-webpages/
CC-MAIN-2019-04
refinedweb
1,626
74.79
I was given a text file that has list of names phone numbers, calls in and out ect... Like this Adams#Marilyn#8233331109#0#0#01012014#C Anderson#John#5025559980#20#15#12152013#M Baker-Brown#Angelica#9021329944#0#3#02112014#C The # are delimiters between data items and each line has the call status as the last item. I n...
http://www.javaprogrammingforums.com/whats-wrong-my-code/36003-manipulating-strings-file-scanner.html
CC-MAIN-2014-42
refinedweb
253
53.61
Groovy Goodness: Create Our Own Script Class Groovy Goodness: Create Our Own Script Class Join the DZone community and get the full member experience.Join For Free Get the Edge with a Professional Java IDE. 30-day free trial. Groovy is a great language to write DSL implementations. The Groovy syntax allows for example ...
https://dzone.com/articles/groovy-goodness-create-our-own
CC-MAIN-2018-51
refinedweb
365
68.67
This week, we're going to discuss the ins and outs of adding parameters to your loadable modules and, as we did last week, we're going to work off the appropriate section in the book Linux Device Drivers (3rd ed.) (LDD3), that you can find online here. And again, as we did last week, we'll be dealing with some of the c...
http://www.linux.com/learn/linux-career-center/28065-the-kernel-newbie-corner-everything-you-wanted-to-know-about-module-parameters
CC-MAIN-2015-40
refinedweb
1,970
61.56
Everyone appreciates a fast and responsive UI, and Visual Studio is no exception. Extensions that run in Visual Studio play a significant role in how responsive the IDE will be for its users. Visual Studio has been evolving over the past few cycles to not only improve performance, but also responsiveness during operati...
https://blogs.msdn.microsoft.com/andrewarnottms/2014/05/07/asynchronous-and-multithreaded-programming-within-vs-using-the-joinabletaskfactory/
CC-MAIN-2016-07
refinedweb
4,217
59.64
A transparent boilerplate + bag of tricks to ease my (yours?) (our?) PyTorch dev time. Project description mytorch is your torch :fire: A transparent boilerplate + bag of tricks to ease my (yours?) (our?) PyTorch dev time. Some parts here are inspired/copied from fast.ai. However, I've tried to keep is such that the co...
https://pypi.org/project/my-torch/0.0.3/
CC-MAIN-2021-25
refinedweb
639
50.23
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a3) Gecko/20040808 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a3) Gecko/20040808 At the moment only attributes without namespace can be used as ID attributes. To support for example X+V's xv:id, it should be possible to defin...
https://bugzilla.mozilla.org/show_bug.cgi?id=258238
CC-MAIN-2016-30
refinedweb
875
72.05
I’ve been writing Ruby code for years, and like me, you may reach out for familiar tools like Redis or Sidekiq to process background jobs and data. I’d like to show you why sometimes, pure Elixir is more than enough to get the job done. This is the story of how I replaced Redis/Exq with pure Elixir and the Erlang :queu...
https://hackernoon.com/background-processing-using-elixir-genserver-and-the-erlang-queue-class-8d476d4942c2
CC-MAIN-2021-10
refinedweb
759
52.46
Optimizations In this lesson, you’ll learn about new optimizations made for Python 3.8. There are several optimizations made for Python 3.8, some on which.06228263299999526 >>> # Python 3.8 >>> timeit("raymond.twitter", globals=globals()) 0.03338557700000422 You can see that looking up namedtuple is 30% to. By default,...
https://realpython.com/lessons/optimizations/
CC-MAIN-2020-40
refinedweb
289
68.47
The previous two articles in this series, Introduction to Play 2 for Java, and Developing Scalable Web Applications with Play, explored the value of the Play Framework, set up a development environment, wrote a Hello, World application, and then explored Play's support for domain-driven design and its use of Scala temp...
http://www.informit.com/articles/article.aspx?p=2228804
CC-MAIN-2016-50
refinedweb
3,886
55.03
The provided samples, that I converted to Python tests, give a better idea of our task: def test_provided_1(self): self.assertEqual(151, solution('115')) def test_provided_2(self): self.assertEqual(2048, solution('842')) def test_provided_3(self): self.assertEqual(80000, solution('8000'))115 is followed by 151. All the...
http://thisthread.blogspot.com/2017/03/codeeval-following-integer.html
CC-MAIN-2017-51
refinedweb
418
67.45
This is a C++ Program to solve 0-1 knapsack problem.. Here is source code of the C++ Program to Solve the 0-1 Knapsack Problem. The C++ program is successfully compiled and run on a Linux system. The program output is also shown below. #include<stdio.h> #include<conio.h> #include<iostream> using namespace std; // A uti...
http://www.sanfoundry.com/cpp-program-solve-0-1-knapsack-problem/
CC-MAIN-2017-26
refinedweb
287
55
It's not the same without you Join the community to find out what other Atlassian users are discussing, debating and creating. I need help with setting up a transition post function to change the due Date of an Issue. I've added on Script runner as I get the impression that this is the only path possible to achieving w...
https://community.atlassian.com/t5/Jira-Core-questions/Need-help-setting-an-absolute-dueDate-in-Scriptrunner-on-a/qaq-p/185687
CC-MAIN-2019-13
refinedweb
402
63.8
Hi, I’m trying to execute a .rjs, but instead of executing the javascript code, the javascript code is shown on the html. Does any one know why? thanks you very much Sayoyo example code: on main.rhtml, I have: <%= link_to_remote(‘add’, :url=>{:action=>‘openAdd’}, :update=>‘addZone’)-%> on MainController.rb I have def o...
https://www.ruby-forum.com/t/rjs-not-executing/83252
CC-MAIN-2021-43
refinedweb
106
64.57