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
Convert a wide-character string into a long integer #include <wchar.h> long wcstol( const wchar_t * ptr, wchar_t ** endptr, int base ); long long wcstoll( const wchar_t * ptr, wchar_t ** endptr, int base ); libc Use the -l c option to qcc to link against this library. This library is usually included automatically. The...
http://www.qnx.com/developers/docs/7.0.0/com.qnx.doc.neutrino.lib_ref/topic/w/wcstol.html
CC-MAIN-2018-22
refinedweb
155
62.78
Sympy solve() rounds to 0? I am passing solve() big and small numbers such as electron_charge = 1.6e-19 The function rounds those small numbers to 0. Has anyone seen this? An example is below. from sympy import * x, y, z = symbols('x y z') # this works because its only 1e-5 rslt = solve(Eq(0+1e-5, x), x) rslt = rslt[0]...
https://forum.omz-software.com/topic/2959/sympy-solve-rounds-to-0
CC-MAIN-2018-30
refinedweb
196
74.39
CDI Dependency Injection - An Introductory Tutorial Part 1 - Java EE Code Listing: StandardAtmTransport changed to use one qualifier package org.cdi.advocacy; @StandardFrameRelaySwitchingFlubber @Default public class StandardAtmTransport implements ATMTransport { public void communicateWithBank(byte[] datapacket) { Sys...
http://java.dzone.com/articles/cdi-di-p1?page=0,4&%24Version=1&%24Path=%2F
CC-MAIN-2013-48
refinedweb
2,222
55.34
Installed Folsom services on a single node. nova-compute/ I have turned off use_namespaces and Overlapping IPs to make the above configuration work like the traditional nova-network setup. I have configured metadata_host and metadata_port correctly in l3-agent.ini file. In the console log, VM fails to access the metada...
https://answers.launchpad.net/neutron/+question/218237
CC-MAIN-2021-49
refinedweb
162
58.69
Invoking webservice from actiongar jar May 8, 2008 11:07 AM How can I configure jbpm to action invoke a webservice? I want to action in my process, invoke a webservice thats it's on other machine. I've only a wsdl. I've worked with webservices with axis2 and I 've created clients, but in jbpm I don't know how can I do ...
https://developer.jboss.org/thread/117283
CC-MAIN-2018-39
refinedweb
878
51.75
view raw I am using matplotlib to make scatter plots. Each point on the scatter plot is associated with a named object. I would like to be able to see the name of an object when I hover my cursor over the point on the scatter plot associated with that object. In particular, it would be nice to be able to quickly see th...
https://codedump.io/share/nSiVG61nLRG8/1/possible-to-make-labels-appear-when-hovering-over-a-point-in-matplotlib
CC-MAIN-2017-22
refinedweb
157
72.66
In this article, you will the learn basic interview tips in C# In this article, I am going to explain the following C# basics concepts. I will be explaining all the topics, mentioned above in depth but the explanation will be more focused on the interview preparation i.e. I will explain all those things in the context ...
https://www.c-sharpcorner.com/article/basic-interview-tips-in-c-sharp/
CC-MAIN-2021-43
refinedweb
1,200
61.06
Protected Access control can’t always be static. Sometimes the mutability, nullability and access of variables depends on context. When dealing with these scenarios, we usually end up writing wrappers or duplicate the class for each different context. Well no more! Protected is a Swift Package that allows you to specif...
https://iosexample.com/experimental-api-for-reads-and-writes-protected-via-phantom-types/
CC-MAIN-2022-27
refinedweb
1,352
57.87
Optimizing TypeScript Memory Usage— 13 min # Update (2020-02-28) The recording of my talk is online: Also, my PR was merged a few week ago! Motivated by that, I created two followups, and I plan to write another post on one of those, so watch closely. Since quite some time, I have been completely sold on TypeScript, th...
https://swatinem.de/blog/optimizing-tsc/
CC-MAIN-2020-34
refinedweb
2,370
63.7
Last Updated on January 10, 2020 Probability for Machine Learning Crash Course. Get on top of the probability used in machine learning in 7 days.. Kick-start your project with my new book Probability for Machine Learning, including step-by-step tutorials and the Python source code files for all examples. Let’s get star...
https://machinelearningmastery.com/probability-for-machine-learning-7-day-mini-course/
CC-MAIN-2021-31
refinedweb
4,573
56.35
Monday, September 25, 2017¶ Coverage and Atelier¶ I continued to work in Atelier for #2074. The default values for coverage_command and prep_command have changed and are now defined atelier.invlib.ns together with the others. I completely removed special handling of projects having a pytest.ini file. One visible result...
https://luc.lino-framework.org/blog/2017/0925.html
CC-MAIN-2020-24
refinedweb
421
58.79
This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.. Hi Gaby, Phil, Benjamin, all first let me point out this: I stumbled on this deque-issue *by chance*, only when checking, to be sure, if perhaps something else was using those HP/SGI estensions present in stl_uninitialized.h....
http://gcc.gnu.org/ml/libstdc++/2001-12/msg00427.html
crawl-001
refinedweb
427
56.55
LD be configured to run against the same LDAP directory. In that case, for your initial deployment, it may be easier to copy the portal-ext.properties file to all of the nodes so the first time they start up, the settings are correct. Regardless of which method you use, the available settings are the same. You configur...
https://help.liferay.com/hc/es/articles/360018153991-Integrating-Liferay-Users-into-Your-Enterprise-
CC-MAIN-2019-43
refinedweb
3,843
63.59
. Urs, Very interesting this post (actually all your blog), congratulations… I understand the point, but I don’t see a thing clear… You say ).” How can you minimize navigation in the solution explorer (VS) in a VS solution with many VS projects? E. g., MyProduct_PL.exe, MyProduct_AL.dll, MyProduct_DL.dll and MyProduct_...
http://www.planetgeek.ch/2012/01/25/3077/
CC-MAIN-2016-07
refinedweb
750
57.37
SYNOPSIS #include <nng/protocol/bus0/bus.h> DESCRIPTION The bus protocol provides for building mesh networks where every peer is connected to every other peer. In this protocol, each message sent by a node is sent to every one of its directly connected peers. All message delivery in this pattern is best-effort, which m...
https://nng.nanomsg.org/man/v1.2.2/nng_bus.7.html
CC-MAIN-2020-10
refinedweb
284
56.66
Welcome back for part 5 of building a wireless temperature sensor network. In part 3 and 4 we integrated a portable power source for each sensor design. In this post we will add internet monitoring and data logging capabilities to our temperature sensor network. To do this we will replace the Aruduino Uno in our sensor...
http://forcetronic.blogspot.com/2014/02/building-wireless-temperature-sensor_16.html
CC-MAIN-2018-30
refinedweb
2,683
56.79
need help! need to prevent withdraw function from occuring when savings balance is below 25. The program will run, although when the balance gets below $25 it just states "account inactive" which is fine but then the menu does not display again. This is what i have so far: int main() { Generic check; //object of Generi...
https://www.daniweb.com/programming/software-development/threads/243826/classes-and-if-stmts
CC-MAIN-2018-30
refinedweb
184
53.1
The IEnumerable<T> interface is a key part of LINQ to Objects and binds many of its different features together into a whole. This series of posts explains IEnumerable<T> and the role it plays in LINQ to Objects. If you hear people talking about IEnumerable<T>, and sometimes wished you better understood its significanc...
https://blogs.msdn.microsoft.com/charlie/2008/04/28/linqfarm-understanding-ienumerablet-part-i/?replytocom=28213
CC-MAIN-2018-34
refinedweb
828
66.88
Hi, I'm using Xerces DOM Parser as below: import org.apache.xerces.parsers.DOMParser; DOMParser parser = new DOMParser(); parser.setFeature("",true); parser.setFeature("", true); parser.setErrorHandler(new errHandler()); parser.parse(xmlFile); The xml file being parsed looks like this: <CCphysical xmlns: <root name="Na...
https://www.oxygenxml.com/forum/post2057.html
CC-MAIN-2021-31
refinedweb
260
52.19
The function void setbuf(FILE *stream, char *buffer); sets the buffer to be used by a stream for Input/Output operations. If buffer argument is NULL, buffering is disabled for that stream. The setbuf function must be called once the file associated with the stream has already been opened, and before doing any input or ...
http://www.techcrashcourse.com/2015/08/setbuf-stdio-c-library-function.html
CC-MAIN-2016-44
refinedweb
179
58.32
To internationalize your application, you have to make sure of the following steps: 1 That you mark your text strings using the _() function. 2 That you have create message catalogs in the right directory structure for all your text strings and supported languages. 3 That any date or number strings are formatted using ...
http://trac.turbogears.org/wiki/Internationalization?version=7
CC-MAIN-2017-30
refinedweb
520
59.09
FileStore and file uploads¶ When enabled, CKAN’s FileStore allows users to upload data files to CKAN resources, and to upload logo images for groups and organizations. Users will see an upload button when creating or updating a resource, group or organization. New in version 2.2: Uploading logo images for groups and or...
https://docs.ckan.org/en/ckan-2.4.9/maintaining/filestore.html
CC-MAIN-2019-35
refinedweb
790
53.1
What!? .NET? PHP? In the same sentence? Yes! My requirement has been to build a WebDAV server for .NET, and the most successful option has been to combine .NET and PHP. No, not interpreted, slow PHP, but PHP running at compiled code speed and able to use .NET assemblies. Click on this link to access both the "how-to" p...
http://www.codeproject.com/Articles/18873/Using-NET-and-PHP-to-create-an-extensible-WebDAV-s
CC-MAIN-2016-36
refinedweb
5,768
55.54
It sounds to me like you are corrupting your model and introducing ambiguity. Using Strings for Dates and Integers is a bad idea. We've successfully dealt with those issues without corrupting our model. That is the purpose of the ActionForm. It is a point in which you need to convert your user input to your model. I th...
http://mail-archives.apache.org/mod_mbox/ibatis-user-java/200505.mbox/%3C2fe5ef5b05050507193a59bb5e@mail.gmail.com%3E
CC-MAIN-2017-39
refinedweb
609
63.29
How to Create Todo List in Angular 7 ? The ToDo app is used to help us to remember some important task. We just add the task and when accomplished, delete them. This to-do list uses various Bootstrap classes that make our web application not only attractive but also responsive. Approach: - Create a new angular app usin...
https://www.geeksforgeeks.org/how-to-create-todo-list-in-angular-7/?ref=rp
CC-MAIN-2021-25
refinedweb
157
59.4
Hi, It is instructed that in order to run Partial Lease Square on SPSS from the "regression" menu, one has to install IBM SPSS Statistics 20-essentials for Python. I installed both the essentials and Python 2.7.1, but still could not run the Partial Lease Square analysis. Can someone help? Answer by SystemAdmin (532) |...
https://developer.ibm.com/answers/questions/215093/cant-run-partial-lease-squares-on-spss-20-1.html
CC-MAIN-2019-26
refinedweb
984
72.56
A and write data into KML format. I just needed to read the data for my later calculations. So I decided to build a solution using the Python Standard Library. The first trick is that a KMZ file is nothing else but a zip-compressed KML file. Inside you’ll find a file called doc.kml. So let’s open and extract: from zipf...
https://dmuhs.blog/2018/09/14/parsing-kmz-track-data-in-python/
CC-MAIN-2022-21
refinedweb
567
52.56
Summary Elliotte Rusty Harold talks with Bill Venners about the API design principles that guided the design of the XOM (XML Object Model) motivated you to create XOM? What were your personal and business motivations? Elliotte Rusty Harold: I have no business model for XOM. I don't expect to make any money out of this,...
http://www.artima.com/intv/xomdesignP.html
crawl-002
refinedweb
360
74.19
Why this post? It's very easy to create react app with terminal by following these commands. npx create-react-app my-app cd my-app npm start easy right? However, there is a possibility that we don't no what is running behind the scene. What components are required in order to get our react app working. So that's what w...
https://dev.to/vish448/create-react-project-without-create-react-app-3goh
CC-MAIN-2021-49
refinedweb
1,223
67.45
Getting, we’ll build on what we learned and look at calling backend APIs using a class. Ionic Start We’ll start by creating an app with the blank template, using ionic start. ionic start apiApp blank --v2 --ts As described in the first post of this series, we now have some basic plumbing, including a Creating a New Pro...
https://blog.ionicframework.com/10-minutes-with-ionic-2-calling-an-api/
CC-MAIN-2019-18
refinedweb
805
54.12
Introduction In the first tutorial, we looked at how to develop the Profile containing the Web Service modeling elements for use by the TigerTeam Trimm Model Generator and how to save it as a Profile that can be imported into EA. In this second tutorial we will look into how we can make the Profile and its content more...
https://trimm.tigerteam.dk/how-to-develop-mdgs-for-enterprise-architect-part-2/
CC-MAIN-2020-45
refinedweb
3,742
68.4
Understanding Server-Side Blazor Understanding Server-Side Blazor With its latest update, the Blazor framework now offers developers the ability to create server-side applications. Read on to learn how. Join the DZone community and get the full member experience.Join For Free Jumpstart your Angular applications with In...
https://dzone.com/articles/understanding-server-side-blazor
CC-MAIN-2019-09
refinedweb
1,170
52.15
Rodney Mach is HPC Technical Director for Absoft. He can be contacted at rwm@absoft.com. Mac OS X Tiger is the first version of the Macintosh operating system that supports 64-bit computing, thereby letting you fully exploit the 64-bit PowerPC G5 processor. However, this does not necessarily mean that you should migrat...
http://www.drdobbs.com/parallel/mac-os-x-tiger-64-bits/parallel/mac-os-x-tiger-64-bits/184406429
CC-MAIN-2015-22
refinedweb
3,396
63.29
A more expressive way to return error or success values via the type system. Instead of throwing exeptions return an error state of any type, even if it conflicts with the type of the success return value. The higher kinded type of the Either will be used to determine if the value contains an error or a success value. ...
https://pub.dartlang.org/packages/either
CC-MAIN-2018-43
refinedweb
618
65.22
We've just started I/O streams and i need some help with my prjct. Here is the lab: "Write a program that gives and takes advice on program writing. The program starts by writing a piece of advice to the screen and asking the user to type is or her advice by pressing the Return key two times. Your program can then test...
https://www.daniweb.com/programming/software-development/threads/275028/i-o-stream-help-please
CC-MAIN-2018-43
refinedweb
165
72.46
Device and Network Interfaces - UFS file system #include <sys/param.h> #include <sys/types.h> #include <sys/fs/ufs_fs.h> #include <sys/fs/ufs_inode.h> UFS is an optional disk-based file system for the Oracle Solaris environment. The UFS file system is hierarchical, starting with its root directory (/) and continuing do...
http://docs.oracle.com/cd/E26502_01/html/E29044/ufs-7fs.html
CC-MAIN-2016-18
refinedweb
941
54.02
You can subscribe to this list here. Showing 3 results of 3 Hi, I'm trying to fix Scintilla, with the aim of creating a new release of this module. The problem is that Scintilla defines and uses it's own PERLWIN32GUI_USERDATA structure. As this structure has changed over time in Win32-GUI it creates all kinds of proble...
http://sourceforge.net/p/perl-win32-gui/mailman/perl-win32-gui-hackers/?viewmonth=200512&viewday=3
CC-MAIN-2015-27
refinedweb
1,058
71.65
Testing the untestable To test your code in isolation, Mocking frameworks like RhinoMocks or Moq are an important tool in your toolbox. By using an isolation(mocking) tool, you can replace an existing object by a ‘fake’ implementation. Unfortunately these tools cannot help you solve everything. If your system is not de...
http://bartwullems.blogspot.com/2013/05/visual-studio-2012-testing-untestable.html
CC-MAIN-2017-17
refinedweb
493
63.39
public static boolean isOdd(int i) { return i % 2 != 0; } Check whether given number is even or odd Upasana | May 24, 2019 | 1 min read | 412 views We can easily find if a number is even or odd in Java using the below method. Here we are checking if the remainder operation returns a non-zero result when divided by 2. G...
https://www.javacodemonk.com/check-whether-given-number-is-even-or-odd-10e63144
CC-MAIN-2022-21
refinedweb
214
56.29
In looking for ways to make couplets of items I've discovered four brilliant methods in the itertools module. In making couplets its important to understand how the pairing should be defined. Once an item is chosen, can it be chosen again as the next element in the group? If a set is defined as {0, 1, 2, 3}, can we def...
https://crosscompute.com/n/hS1rBUtOEOPuYYBwjFxDydAxWGMRXUZn/-/different-combinations
CC-MAIN-2019-13
refinedweb
404
53.07
#include <hallo.h> * Guus Sliepen [Sun, Jan 04 2009, 10:45:23AM]: > On Sat, Jan 03, 2009 at 09:57:33PM +0100, Eduard Bloch wrote: > > > PS: I plan to hack it a little bit and use syssconf function on Debian > > systems to determine the real number of CPU cores (#x) since pigz's > > default value is 8 which is much more...
https://lists.debian.org/debian-devel/2009/01/msg00076.html
CC-MAIN-2015-14
refinedweb
367
60.38
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location. map::emplace_hint Visual Studio 2013 Inserts an element constructed in place (no copy or move operations are performed), with a placement hint. No iterators o...
http://msdn.microsoft.com/en-us/library/windows/apps/dd998534
CC-MAIN-2014-15
refinedweb
211
58.58
date_diff When you use this function in a query, it determines the difference in dates between the two specified column in the specified dataset. For more information on using query functions and operators in a REST API request, see Queries. For an end-to-end description of how to create a query, see Creating a Query. ...
https://developer.here.com/documentation/geovisualization/topics/query-rule-date-diff.html
CC-MAIN-2019-22
refinedweb
160
53.92
Working with AJAX in MVC application In this article we are going to focus on Working with AJAX in MVC application. We are using AJAX because we would like to avoid reloading the complete page whenever the form is submitted to the server. In this article we are going to focus on Working with AJAX in MVC application. We...
http://www.dotnetspider.com/resources/45817-Working-with-JSON-in-MVC-application.aspx
CC-MAIN-2018-39
refinedweb
1,111
57.67
Introduction : In this tutorial, we will learn how to find out all numbers in a string using python. The program will take one string as an input from the user. It will find out all numbers in that string and print them on the console. We will learn two different ways to solve this problem. The first method will iterat...
https://www.codevscolor.com/python-find-all-numbers-string
CC-MAIN-2020-50
refinedweb
440
71.55
C#, ASP.NET, and other stuff Find new books and literate friends with Shelfari, the online book club. You've created a class like this and all your unit tests pass just fine when you check for null strings or strings greater than 50 characters: 1: public class Person 2: { 3: [NotNullValidator(MessageTemplate="First Nam...
http://geekswithblogs.net/michelotti/archive/2008/06/10/122780.aspx
crawl-002
refinedweb
122
52.9
This is the comment thread for the React article in the Meteor Guide. Read the article: The comment thread for each article appears at the very bottom of the page. Use this thread to post: Or anything else related to this topic that people could find useful! I'm finding that if I don't import React in the same place wh...
https://forums.meteor.com/t/react-guide-article/20192
CC-MAIN-2017-26
refinedweb
905
64
Ruby Array Exercises: Check whether every element is a 3 or a 5 in a given array of integers Ruby Array: Exercise-35 with Solution Write a Ruby program to check whether every element is a 3 or a 5 in a given array of integers. Ruby Code: def check_array(nums) i = 0 while i < nums.length if(nums[i] != 3 && nums[i] != 5)...
https://www.w3resource.com/ruby-exercises/array/ruby-array-exercise-35.php
CC-MAIN-2021-21
refinedweb
153
51.72
hexString.append(Integer.toHexString(0xFF & digest[i])); public class Test { public static void main(String[] args){ byte b1 = (byte)0x04; byte b2 = (byte)0xa4; System.out.println("b1 = " + Integer.toHexString(0xFF & b1)); System.out.println("b2 = " + Integer.toHexString(0xFF & b2)); } } Ok, so if there is a bug in MY ...
http://www.coderanch.com/t/133191/Security/MD-Class
CC-MAIN-2014-15
refinedweb
124
56.55
-1 I'm a computer science major and I'm taking an intro to C++ programming course. I have to write a program that reads in the data from a .txt file and echoprint it, and also print the data again but with every fifth word with 10 underscores. I was able to achieve the first half (echoprinting it) but how would I be ab...
https://www.daniweb.com/programming/software-development/threads/108397/cloze-test
CC-MAIN-2016-50
refinedweb
202
81.43
Issues Fixed in CDH 5.7.x The following topics describe issues fixed in CDH 5.7.x, from newest to oldest release. You can also review What's New In CDH 5.7.x or Known Issues in CDH. - HADOOP-13433 - Race in UGI.reloginFromKeytab. - HADOOP-13590 - Retry until TGT expires even if the UGI renewal thread encountered except...
https://docs.cloudera.com/documentation/enterprise/release-notes/topics/cdh_rn_fixed_in_57.html
CC-MAIN-2020-45
refinedweb
4,574
54.12
Quick reference for the ESP8266¶ The Adafruit Feather HUZZAH board (image attribution: Adafruit). Installing MicroPython¶ See the corresponding section of tutorial: Getting started with MicroPython on the ESP8266.(160000000) # set the CPU frequency to 160 MHz import esp esp.osdebug(None) # turn off vendor O/S debugging...
http://docs.micropython.org/en/v1.9/esp8266/esp8266/quickref.html
CC-MAIN-2022-21
refinedweb
160
51.04
Updated for Xcode 13.0 Updated for iOS 14 SwiftUI offers 17 property wrappers for our applications, each of which provide different functionality. Knowing which one to use and when is critical to getting things right, so in this article I’m going to introduce you to each of them, and give you clear guidance which to us...
https://www.hackingwithswift.com/quick-start/swiftui/all-swiftui-property-wrappers-explained-and-compared
CC-MAIN-2021-43
refinedweb
1,600
53.51
In Machine Learning, a “model” could be anything. The following pasta machine could be described as a model. It takes “input”, and a set of “hyperparameters”. Well, at least a couple of hyperparameters: the “cutter” determines whether the “output” is fettuccine or spaghetti, and the speed that you spin the crank determ...
https://www.comet.ml/site/using-comet-model-registry/
CC-MAIN-2020-40
refinedweb
705
54.83
Could not connect to remote portGuru Prashanth Thanakodi Apr 6, 2016 7:45 AM Hi I am trying to change the log level from info to debug in the standalone.xml configuration file during run time using the ModelControllerClient. But I am unable to connect to the native interface. It fails with the error Could not connect t...
https://developer.jboss.org/thread/268988
CC-MAIN-2018-39
refinedweb
1,097
50.53
Expand MetaWear--SDK to include Droid and BluetoothLE Bajet $30-250 USD I'm looking to add a new library to the mbielat/MetaWear-SDK-CSharp project so that I can use it in a Xamarin existing Android project. The SDK is on GitHub ([url removed, login to view]) and makes this comment: "Developers using this build, such a...
https://www.my.freelancer.com/projects/mobile-phone/expand-metawear-sdk-include-droid/
CC-MAIN-2018-30
refinedweb
157
63.22
Introduction and Quickstart¶ Welcome to Pygments! This document explains the basic concepts and terms and gives a few examples of how to use the library. Architecture¶ There are four types of components that work together highlighting a piece of code: - A lexer splits the source into tokens, fragments of the source tha...
http://pygments.org/docs/quickstart/
CC-MAIN-2014-15
refinedweb
898
56.96
Keen IO Official Ruby Client Library keen-gem is the official Ruby Client for the Keen IO API. The Keen IO API lets developers build analytics features directly into their apps. Installation Add to your Gemfile: gem 'keen' or install from Rubygems: gem install keen keen is tested with Ruby 1.9.3 + and on: - MRI - Rubin...
https://www.rubydoc.info/gems/keen/1.1.1
CC-MAIN-2020-45
refinedweb
3,159
59.8
Surface Point A SurfacePoint is a generic location on a surface, which might be at a vertex, along an edge, or inside a face. Surface points are used throughout geometry-central for methods that input or output arbitrary locations on surfaces. #include "geometrycentral/surface/surface_point.h" The field SurfacePoint::t...
https://geometry-central.net/surface/utilities/surface_point/
CC-MAIN-2020-16
refinedweb
349
54.63
Introduction I’ve been writing software since 1978. Which is to say that I’ve seen many paradigm changes. I witnessed the inception of object oriented programming. I first became aware of objects when I read a Byte magazine article on a language called SmallTalk (issued August 1981). I read and re-read that article man...
http://blog.frankdecaire.com/2018/01/01/unit-tests-are-not-an-option/
CC-MAIN-2018-05
refinedweb
4,201
73.58
An extremely fast random generator. More... #include <nanobench.h> An extremely fast random generator. Currently, this implements RomuDuoJr, developed by Mark Overton. Source: RomuDuoJr is extremely fast and provides reasonable good randomness. Not enough for large jobs, but definitely good enough for a benchmarking fr...
https://doxygen.bitcoincore.org/classankerl_1_1nanobench_1_1_rng.html
CC-MAIN-2021-04
refinedweb
599
59.8
On Mon, 16 Mar 2009, Mathieu Desnoyers wrote:> * Thomas Gleixner (tglx@linutronix.de) wrote:> > Is this a contribution to the "most useless patch of the week"> > contest ?> > > > You have my vote.> > > > Count mine too ! :) Actually, this was not what it should look like.> Here is my version. I am not totally convinced...
http://lkml.org/lkml/2009/3/17/66
CC-MAIN-2014-35
refinedweb
102
62.85
In previous versions of MSCRM, users have been able to integrate their CRM data with e-mail hosted on Microsoft Exchange servers. This was done through the use of Forward Mailboxes. The method used to determine if incoming e-mail messages should be tracked or not was by matching a tracking token in the subject line of ...
http://blogs.msdn.com/crm/archive/2008/01/29/what-s-new-in-microsoft-dynamics-crm-4-0-e-mail-integration.aspx
crawl-002
refinedweb
3,138
62.38
This is a practical course that will provide you with a skill that you can use in may other courses. The purpose of the course is to have you be able to write programs in the C++ language. C++ is a large and complex language. It took many people many years to develop the language and define the language as an internati...
http://www.csee.umbc.edu/~squire/cs291_lect.shtml
crawl-003
refinedweb
11,647
60.85
I know this has been asked before, but I'm trying to learn Python and I don't want the answer handed to me in the form of completed code. I'm hoping someone can just point me in the right direction. I know how to do loops and functions and stuff, but I don't know how I should set up a check to determine if a number is ...
https://codedump.io/share/Qbsbc7QUpNhz/1/what-is-the-process-to-find-if-a-number-is-prime
CC-MAIN-2018-26
refinedweb
455
64.85
Be the first to know about new publications.Follow publisher Unfollow publisher Gambit New Orleans - Info Spread the word. Share this publication. - Stack Organize your favorites into stacks. - Like Like this publication. Gambit- June 20, 2011 New Orleans Guide to News and Entertainment Lobster Night $25 Every Thursday...
http://issuu.com/gambitneworleans/docs/gambit620
CC-MAIN-2015-32
refinedweb
19,197
67.76
Reference on V.2rc React Components theming? Hello, I have just discovered Onsen UI and I would like to know about customization and theming provided react components. I don’t find reference/tutorial on the v2.rc about those topics, so here is my questions: - How far we can customize existing components? I am looking f...
https://community.onsen.io/topic/412/reference-on-v-2rc-react-components-theming
CC-MAIN-2020-40
refinedweb
224
68.16
print() and breakpoint() In this lesson, you’ll learn how to debug in Python using print() and breakpoint(). breakpoint() is an alias that works in Python 3.7 and newer for import pdb; pdb.set_trace(), which works in all Python versions. pdb is Python’s built in debugger and helps you step line by line through your cod...
https://realpython.com/lessons/print-and-breakpoint/
CC-MAIN-2020-40
refinedweb
1,148
83.46
Note: This is a brief instruction for EMAN2 compilation on windows with visual c++. You will get a general idea for how to get EMAN2 compiled on windows. The actual version of these dependent libraries may be different. 1. Use cmake to generate Visual Studio 2008 solution: Download cmake windows installer cmake-2.8.1-w...
https://blake.bcm.edu/emanwiki/COMPILE_EMAN2_VS2008?action=SlideShow&amp;n=all
CC-MAIN-2019-22
refinedweb
1,956
55.91
In the last blog post about coding style, we dissected what the state of the art was regarding coding style check in Python. As we've seen, Flake8 is a wrapper around several tools and is extensible via plugins: meaning that you can add your own checks. I'm a heavy user of Flake8 and relies on a few plugins to extend t...
https://julien.danjou.info/the-best-flake8-extensions/
CC-MAIN-2019-30
refinedweb
855
62.27
The Serial Peripheral Interface or SPI bus is a synchronous serial data link that operates in full duplex mode. In other words, data can be sent and received at the same time. Devices communicate in master/slave mode, where the master device initiates the data exchange with one or more slaves. Multiple slave devices ar...
http://docs.oracle.com/javame/8.0/me-dev-guide/spi.htm
CC-MAIN-2017-43
refinedweb
824
57.77
Configure Your ASP.NET Core 1.0 Application Configure Your ASP.NET Core 1.0 Application Though it's not terribly hard once you know what you're doing, ASP.NET Core doesn't really make it easy to get started. Learn how to configure your ASP.NET Core app. Join the DZone community and get the full member experience.Join F...
https://dzone.com/articles/configure-your-aspnet-core-10-application?fromrel=true
CC-MAIN-2019-35
refinedweb
325
52.76
1 Expressions, Variables & Constants Written by Matt Galloway Welcome to the book! In this first chapter, you’re going to learn a few basics. You’ll learn how code works first. Then you’ll learn about the tools you’ll be using to write Swift code. You’ll then start your adventure into Swift by learning some basics such...
https://www.raywenderlich.com/books/swift-apprentice/v6.0/chapters/1-expressions-variables-constants
CC-MAIN-2022-40
refinedweb
2,702
71.75
// link: // Runtime: 0.080s // Tag: Recursive, Dp /* * File: main.cpp * Author: shahab * * Created on August 5, 2011, 8:58 PM */ #include <cstdlib> #include <cstdio> #include <string> #include <iostream> using namespace std; long long fibo [50]; string bfs [50]; void generateFibo () { fibo [0] = 1; fibo [1] = 1; for ( ...
https://tausiq.wordpress.com/2011/09/05/uva-12041-bfs-binary-fibonacci-string/
CC-MAIN-2017-04
refinedweb
471
50.77
SSL socket fails with OSError: -30592 - peterson79 last edited by Hello! I am trying to connect to a node.js server on a ZEIT instance, zeit.co. ZEIT handles the SSL through an nginx proxy ( I think ). My following code works when connecting to google but not the ZEIT server. I get a weird error code: Traceback (most r...
https://forum.pycom.io/topic/1888/ssl-socket-fails-with-oserror-30592/4?lang=en-US
CC-MAIN-2021-17
refinedweb
401
69.38
> Ok so I have been perusing through the manual, tutorials, and previous sliding door answers and so far I have not found anything applicable. I am trying to build a sci-fi style double sliding door. I am new to unity and to C# scripting and unity's variation of it. Using C# as the primary scripting language for my scr...
https://answers.unity.com/questions/1400345/how-to-make-a-double-sliding-door.html
CC-MAIN-2019-26
refinedweb
1,360
73.37
. Previous Part: Fixed PointNext Part: Physics Getting Started For this tutorial, we’ll be using the same template from the 2nd tutorial: Text Output The very first article of this series made you write a Hello World application. This was also the last application that you had Part 7: Debugging). Try this piece of code...
https://www.3dgep.com/cpp-fast-track-15-fileio/
CC-MAIN-2021-10
refinedweb
844
72.76
XULRunner Developer Preview Release Available 122 TeachingMachines writes "A stable developer preview release of XULRunner 1.8.0.1 is now available. Based on the Firefox 1.5.0.1 codebase, it is available for Windows, Mac OS X, and Linux. From the Mozilla Developer Center (beta): ." Help with programming with XUL and it...
https://slashdot.org/story/06/02/20/0530211/xulrunner-developer-preview-release-available
CC-MAIN-2017-47
refinedweb
5,710
71.75
Tutorial Getting Started with Readable & Writable Stores in Svel familiar with Redux or Vuex, then the Svelte stores offer a similar feature for state management. If your app is getting complicated, then it becomes difficult for components to relay data between themselves. Moving it to a global data store is a better o...
https://www.digitalocean.com/community/tutorials/svelte-svelte-store
CC-MAIN-2020-34
refinedweb
663
65.01
17 December 2008 15:52 [Source: ICIS news] By Nigel Davis LONDON (ICIS news)--It is too early to herald the death of the quarterly ethylene contract in ?xml:namespace> Pressure has built steadily for monthly olefins settlements with the protagonists, largely the big European producers, seeking to play catch-up with hig...
http://www.icis.com/Articles/2008/12/17/9180243/insight-europes-quarterly-ethylene-mechanism-is-under-pressure.html
CC-MAIN-2014-49
refinedweb
635
57.61
Type: Posts; User: raj874 hello i have one issue i made one windows program so now i want when my exe execute with some perameter in commandprompt it generate new exe with this perameter include and if not... thx sir :) First of all hello every one Now i m face one problem in c windows programming is i want identify wh...
http://forums.codeguru.com/search.php?s=192b3c71355c5c3fc8ebfc1341af2586&searchid=6137093
CC-MAIN-2015-06
refinedweb
324
64.24
Some minor news on logging: I upgraded the code to use WrapLog 1.1, which mostly means that logging messages include level, timestamp and thread. Regards, Thomas. I've released a tiny logging package called WrapLog at <>. We should be able to integrate this into BrowserLauncher2. The basic idea is that the library uses...
http://sourceforge.net/p/browserlaunch2/mailman/message/104913/
CC-MAIN-2014-52
refinedweb
298
59.4
Dynamic generation of web graphics using Java2D801540 Jun 20, 2011 2:48 PM Does anyone have some thoughts on using Java2D to generate web graphics, like buttons? This content has been marked as final. Show 6 replies 1. Re: Dynamic generation of web graphics using Java2D801313 Jun 21, 2011 1:21 PM (in response to 801540...
https://community.oracle.com/thread/2243002?tstart=75
CC-MAIN-2015-27
refinedweb
1,214
62.54
Alright, so im storing a random number to a variable using the GetRand function from the tutorial. What im wanting to do is get a different random number assigned to that variable.. Please forgive the crude example program, im sure im missing a header or something. Id really appreciate any help that you all are willing...
http://cboard.cprogramming.com/cplusplus-programming/101286-resetting-random-numbers-same-variable.html
CC-MAIN-2014-15
refinedweb
216
59.94
attempts to set the destination of the agent in world-space units. Getting: Returns the destination set for this agent. • If a destination is set but the path is not yet processed the position returned will be valid navmesh position that's closest to the previously set position. • If the agent has no path or requested...
https://docs.unity3d.com/ScriptReference/AI.NavMeshAgent-destination.html
CC-MAIN-2020-45
refinedweb
213
50.53
In the past I’ve tried building “frameworks.” They never did what I expected them to do. But this past week I’ve worked on another one and it’s actually shaped up reasonably well. Calling it “TriadNME” – it is a haXe/NME/Flash10 2d platforming engine with applicability to other 2d games. Some notes on interesting eleme...
http://ludumdare.com/compo/2011/12/15/notes-on-framework-building/
CC-MAIN-2016-18
refinedweb
1,023
60.65
- NAME - Synopsis - Overview - Actions - Valued and unvalued symbols - Nodes - Action context - Parse trees, parse results and parse series -. It is important to note that, when Perl closures are used for the semantics, they must be visible in the scope where the semantics are resolved. The action names are usually spe...
https://metacpan.org/pod/release/JKEGL/Marpa-R2-2.021_006/pod/Semantics.pod
CC-MAIN-2018-22
refinedweb
339
53
Make environment for Swift Practice I need to learn swift again, and of course XCode project is one of option to use Swift practice. But, I want to use simple env just try swift programming I have some options to set up Swift Practice Env - Playground - Commandline and Text editor - REPL - Linux Docker with REPL Playgr...
https://daiji110.com/2020/02/09/swift-practice-environment/
CC-MAIN-2021-43
refinedweb
192
55.44
This article lives in: Intro Let's say you have a FastAPI application... or actually, any other type of web application, including a Panel dashboard with Pandas DataFrames and Bokeh visualizations, or a Streamlit application. These are, in the end, web applications. You could think of many other examples. Now let's say...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/tiangolo/deploying-fastapi-and-other-apps-with-https-powered-by-traefik-5dik
CC-MAIN-2021-25
refinedweb
2,915
56.96
The QDLBrowserClient class displays rich-text containing QDLLinks. More... #include <QDLBrowserClient> Inherits QTextBrowser. The QDLBrowserClient class displays rich-text containing QDLLinks. QDLBrowserClient manages and activates QDLLinks in collaboration with a rich-text document in QTextBrowser and QDLClient. QDLBr...
https://doc.qt.io/archives/qtextended4.4/qdlbrowserclient.html
CC-MAIN-2021-43
refinedweb
212
60.11
import "golang.org/x/crypto/scrypt" Package scrypt implements the scrypt key derivation function as defined in Colin Percival's paper "Stronger Key Derivation via Sequential Memory-Hard Functions" (). Code: // DO NOT use this salt value; generate your own random salt. 8 bytes is // a good length. salt := []byte{0xc8, 0...
https://godoc.org/golang.org/x/crypto/scrypt
CC-MAIN-2017-51
refinedweb
153
58.28
The team blog of the Expression Blend and Design products. Building a basic media viewer with controls for volume, balance and interacting with the playback OverviewCreating the application Task 1: Creating the components for the PlayPause button Task 2: Set up the states and triggers on PlayPause Task 3: Add the media...
http://blogs.msdn.com/expression/articles/622876.aspx
crawl-002
refinedweb
6,445
65.42
Lecture 11 — Decisions Part 2¶ Overview — Logic and Decision Making, part 2¶ - In this lecture, we will first talk about program structure and debugging. - Then, we will talk about logic in more detail. - Logic is the key to getting programs right - Boolean logic - Nested if statements - Assigning booelan variables Par...
http://www.cs.rpi.edu/~sibel/csci1100/fall2015/course_notes/lec11_conditionals2.html
CC-MAIN-2018-17
refinedweb
1,212
64.2
I've had serious problems on how to solve this: I don't know where the OnAfterInstall event goes. Let me explain myself. I created a C# project which compiles perfectly and built in Release mode. After that, I've created a Setup Project using the wizard. I have added an extra dialog, which lets the user choose between ...
https://codedump.io/share/wpKsM1P81cRk/1/where-does-onafterinstall-event-go
CC-MAIN-2017-34
refinedweb
259
60.21
Adding Phone Number to User Model Apologies if this question is too general. I'm relatively new to Rails and development in general. I am creating a Rails app that uses Twilio for SMS verification. Users sign up for the app using their name and phone number. That phone number then gets verified by a pin delivered via S...
http://unixresources.net/faq/32129608.shtml
CC-MAIN-2019-04
refinedweb
466
56.96
Python. Getting Python In order to program in Python you need the Python interpreter. If it is not already installed or if the version you are using is obsolete, you will need to obtain and install Python using the methods below: Python 2 vs Python 3win By default, the Cygwin installer for Windows does not include Pyth...
http://en.m.wikibooks.org/wiki/Python_Programming/Live_print_version
CC-MAIN-2014-52
refinedweb
1,384
63.39
Next: Alternative Buses, Previous: Receiving Method Calls, Up: Top [Contents][Index] Signals are one way messages. They carry input parameters, which are received by all objects which have registered for such a signal. This function is similar to dbus-call-method. The difference is, that there are no returning output p...
http://www.gnu.org/software/emacs/manual/html_node/dbus/Signals.html
CC-MAIN-2016-30
refinedweb
234
55.64
#include <opencv2/flann/heap.h> Priority Queue Implementation The priority queue is implemented with a heap. A heap is a complete (full) binary tree in which each parent is less than both of its children, but the order of the children is unspecified. Constructor. Params: sz = heap size Clears the heap. Tests if the hea...
https://docs.opencv.org/4.1.1/d0/d71/classcvflann_1_1Heap.html
CC-MAIN-2022-05
refinedweb
138
60.35
Develop SAP SAPUI5 Application for SAP BTP on Cloud Foundry You will learn - How to create a new SAPUI5 application for SAP Business Technology Platform (BTP), Cloud Foundry environment - How to configure your Cloud Foundry settings in SAP Web IDE - How to build and deploy your application to Cloud Foundry Prerequisite...
https://developers.sap.com/tutorials/cp-cf-fioriapps-create.html
CC-MAIN-2021-31
refinedweb
927
65.01
HDFS does not really meet your needs. I think that MapR's solution would. I will contact off-line to give details. On Thu, Oct 6, 2011 at 3:35 PM, Hemant kulkarni <kulkarnihemant@gmail.com>wrote: > Hi all, > We are a small software development firm working on data backup > software. We have a backup product which copie...
http://mail-archives.apache.org/mod_mbox/hadoop-hdfs-dev/201110.mbox/%3CCAND0qzvRNyHyq52epL2VYoMTiG-uCmLWWpJ5u2oojDP220dWeQ@mail.gmail.com%3E
CC-MAIN-2017-34
refinedweb
351
57.61