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
I a specific attribute READER DISCOUNTSave $80 on terminal.training I've published 38 videos for new developers, designers, UX, UI, product owners and anyone who needs to conquer the command line today. $19 - only from this link crop See the crop image example The crop plugin takes an IMG element and crops them to the ...
https://remysharp.com/2007/03/19/a-few-more-jquery-plugins-crop-labelover-and-pluck
CC-MAIN-2019-09
refinedweb
459
62.58
Example code of reading binary file into byte array in Java This example shows you how to read a binary file into byte array from Java program. This type of example code is need where you have to read the binary data into byte array and use the byte array data for further processing. To the binary file into byte array ...
http://www.roseindia.net/java/javafile/java-read-binary-file-into-byte-array.shtml
CC-MAIN-2014-52
refinedweb
237
58.79
-:- i v P R I N T E D P O S T A P P R O V E D PP3 42 7 21 / 00 00 7 DECEMBER 1993 NO. 96 QUEENSLAND ISSUE M. '-3 W . WE COULD TELL YOU ALL ABOUT OUR DIVERSE AND SPECTACULAR LOCATIONS. AND WE COULD IMPRESS YOU WITH OUR FREE ASSISTANCE IN OBTAINING PERMITS. WE COULD ASSURE YOU OF BRILLIANT WEATHER, FINE FOODS AND 5 STAR ...
https://issuu.com/libuow/docs/cinemapaper1993decno096
CC-MAIN-2021-25
refinedweb
76,911
57.5
Singletone utility in java Singletone utility in java Please provide me an example of singletone utility in java applet - Applet in Java Applet.",40,20); } } 2) Call this applet with html code...: Thanks...applet i want a simple code of applet.give me a simple:..., Try the following code: import java.applet.*; import j...
http://www.roseindia.net/tutorialhelp/comment/84895
CC-MAIN-2015-48
refinedweb
2,937
64.81
A tool for tracing use of the JNI in Android apps Project description jnitrace A Frida based tool com.example.myapplication jnitrace requires a minimum of two parameters to run a trace: -l libnative-lib.so- is used to specify the libraries to trace. This argument can be used multiple times or -l libnative-lib.so -l lib...
https://pypi.org/project/jnitrace/
CC-MAIN-2022-21
refinedweb
904
57.77
A while back I wrote about sonnet primes, primes of the form ababcdcdefefgg where the letters a through g represent digits and a is not zero. The name comes from the rhyme scheme of an English (Shakespearean) sonnet. In the original post I gave Mathematica code to find all sonnet primes. This post shows how to do it in...
http://www.johndcook.com/blog/2013/01/08/sonnet-primes-in-python/
CC-MAIN-2014-35
refinedweb
172
58.21
LiteratePrograms:Public forum From LiteratePrograms This is the public forum, a place for open discussion among all members. Feel free to discuss anything. Please don't remove this notice. New Template? If we take a look at Selection sort (Haskell) we can see {{codedump}} in use. There is, however, a bigger problem on ...
http://en.literateprograms.org/LiteratePrograms:Public_forum
crawl-002
refinedweb
2,171
68.81
Hi all, Due to some changes in iOS 4 (aka iPhone OS 4), I've had to change how PocketSword uses ICU. I can go into the details off-list if required, but basically I can only use a cut-down version of ICU unless I want to (?) bundle a full copy of ICU into PocketSword myself. I've chosen to use Apple's included version,...
http://www.crosswire.org/pipermail/sword-devel/2010-June/034448.html
CC-MAIN-2017-04
refinedweb
405
60.24
Chapter 1 Introduction C# is a language built specifically to program the Microsoft .NET Framework. The .NET Framework consists of a runtime environment called the Common Language Runtime (CLR), and a set of. - Type safety and a unified and manual, and cross-language integration, and provides an excellent foundation fo...
http://oreilly.com/catalog/csharpess2/chapter/ch01.html
crawl-002
refinedweb
380
59.4
Is there a keyword in Matlab that is roughly equivalent to None in python? I am trying to use it to mark an optional argument to a function. I am translating the following Python code def f(x,y=None): if y == None: return g(x) else: return h(x,y) into Matlab function rtrn = f(x,y) if y == []: rtrn = g(x); else rtrn = h...
https://pythonpedia.com/en/knowledge-base/1737523/the-matlab-equivalent-of-python-s--none-
CC-MAIN-2020-45
refinedweb
195
64.41
tag:blogger.com,1999:blog-41915487402201307492017-11-17T04:30:54.654-08:00The Firebase Blogewood's new with FCM? Customizing messages across platforms!<figure class="profile"> <div class="profile-picture"> <img src="" data- </div> <figcaption><strong><div>Arthur Thompson</div></strong> <em>Developer Programs Engineer</...
http://feeds.feedburner.com/FirebaseBlog
CC-MAIN-2017-47
refinedweb
19,747
50.57
.basic;23 24 /**25 * @author <a HREF="mailto:bill@jboss.org">Bill Burke</a>26 * @version $Revision: 37406 $27 */28 public class Address29 {30 31 public Address()32 {33 }34 35 public Address(String street,36 String city,37 String state)38 {39 this.street = street;40 this.city = city;41 this.state = state;42 }43 44 priva...
http://kickjava.com/src/org/jboss/test/aop/basic/Address.java.htm
CC-MAIN-2017-04
refinedweb
157
75.2
Bug Description I am REALLY impressed with the winner of the 0.47 About screen contest: http:// I ran this image through the scour script (http:// $ ./scour.py -i fulltests/ scour 0.14 File: fulltests/ Time taken: 10.1166666667s Number of elements removed: 108 Number of attributes removed: 328 Number of unreferenced id...
https://bugs.launchpad.net/inkscape/+bug/387967
CC-MAIN-2016-26
refinedweb
457
74.49
using System; public class Test { public static void Main() { string line = Console.ReadLine(); string[] splitLines = line.Split(' '); double withdrawal = double.Parse(splitLines[0]); double balance = double.Parse(splitLines[1]); if(withdrawal % 5 == 0 && balance >= withdrawal + 0.5) { double updatedBalance = balance -...
https://ccgivens.wordpress.com/2017/02/23/codechef-atm-problem/
CC-MAIN-2019-35
refinedweb
196
61.83
catch_logs class¶ (Shortest import: from brian2.utils.logger import catch_logs) - class brian2.utils.logger.catch_logs(log_level=30)[source]¶ A context manager for catching log messages. Use this for testing the messages that are logged. Defaults to catching warning/error messages and this is probably the only real use...
https://brian2.readthedocs.io/en/latest/reference/brian2.utils.logger.catch_logs.html
CC-MAIN-2022-40
refinedweb
129
55.5
User Tag List Results 1 to 3 of 3 - Join Date - Feb 2009 - 2 - Mentioned - 0 Post(s) - Tagged - 0 Thread(s) Suspecting Errors in Simply Rails 2 Hi All I am new to Rails but not new to programming. I have been trying to learn Rails using the Simply Rails 2 Book that I purchased and downloaded. I have spent hours repeati...
http://www.sitepoint.com/forums/showthread.php?599974-Suspecting-Errors-in-Simply-Rails-2&p=4150587&viewfull=1
CC-MAIN-2017-26
refinedweb
277
72.5
Add and manage custom metafields to your products, collections Easy to use Advanced Metafields is extremely simple to use and learn. Bulk Import/Export Sync data by importing your Metafields in bulk. Enhance your store Create a custom look for your store and listings by using new fields as Metafields in your store them...
https://apps.shopify.com/cro-advanced-metafields?surface_detail=store-management&surface_inter_position=18&surface_intra_position=20&surface_type=category
CC-MAIN-2021-43
refinedweb
386
66.74
single-market-robot-simulator A stand alone nodejs app and software module for creating numerical experiments with robots trading in a single market. The induced supply and demand is configurable, as are the types and speeds of trading robots populating the market. This code can run either in a browser or on NodeJS and...
https://doc.esdoc.org/github.com/drpaulbrewer/single-market-robot-simulator/
CC-MAIN-2021-17
refinedweb
2,725
52.8
On 4 August 2017 at 10:31, Peter Billam <pjb@pjb.com.au> wrote: > Daurnimator wrote: >> >> Looks like luaL_register should be replaced here with luaL_newlib >> Examples should then be rewritten to do: local ao = require "ao" > > > Thanks for that; this compiles just fine: > > #if LUA_VERSION_NUM >= 502 > luaL_newlib(L,...
http://lua-users.org/lists/lua-l/2017-08/msg00027.html
CC-MAIN-2022-33
refinedweb
118
72.87
Not logged in Log in now Weekly Edition Recent Features Deadline scheduling: coming soon? LWN.net Weekly Edition for November 27, 2013 ACPI for ARM? LWN.net Weekly Edition for November 21, 2013 GNU virtual private Ethernet Here are a couple of keyrings patches I'd like to propose to aid the support for Kerberos to cach...
http://lwn.net/Articles/561820/
CC-MAIN-2013-48
refinedweb
497
59.3
Consolidation, integration, refactoring, and migration are some of today's popular data center catchwords. All of these words reflect some kind of renewal or replacement process--the old is either substantially modified or thrown in the garbage and replaced with the new. However, in many cases, we are often stuck with ...
http://archive.oreilly.com/pub/a/onjava/2005/02/16/jdmk.html
CC-MAIN-2015-18
refinedweb
2,135
55.13
Memoizing expensive functions in python and saving results Posted June 20, 2013 at 01:29 PM | categories: programming | tags: | View Comments Sometimes a function is expensive (time-consuming) to run, and you would like to save all the results of the function having been run to avoid having to rerun them. This is calle...
http://kitchingroup.cheme.cmu.edu/blog/2013/06/20/Memoizing-expensive-functions-in-python-and-saving-results/
CC-MAIN-2020-05
refinedweb
418
69.11
Methods of Managing Controls Control Creation In the previous lesson, we saw that the easiest way to create a control is by selecting it from the Toolbox and adding it to the form. If for any reason you cannot visually add a control, you can programmatically create it. The classes used to manage controls of the .Net en...
http://functionx.com/vjsharp/lesson04.htm
CC-MAIN-2017-22
refinedweb
338
52.46
Abstract Class & Interface807600 Jul 3, 2007 5:40 AM Hi , This content has been marked as final. Show 11 replies 1. Re: Abstract Class & Interface807600 Jul 3, 2007 5:44 AM (in response to 807600)In this section we will redesign our OneRowNim game to fit within a hierarchy of classes of two-player games. There are many...
https://community.oracle.com/message/5010053
CC-MAIN-2016-44
refinedweb
4,749
53.71
is an array of list used to store the information in a more synchronized way. It uses the key-value pairs to store the information within a table. To locate an element in the Hash table, first object is specified which is used as key. The key is then hashed which generates an index at which value is stored within the ...
http://www.javabeat.net/java-util-hashtable/
CC-MAIN-2016-07
refinedweb
682
61.33
So why an another SerialPort when we already have two perfectly functional, battle tested implmementations already? This project started of as a proof of concept that spiraled out of hand. There was some discussion on the rxtx@qbang.org mailing list about rewriting the implementation, and while I disagreed with the ide...
http://www.sparetimelabs.com/purejavacomm/purejavacomm.php
CC-MAIN-2016-07
refinedweb
3,312
57.47
. Detection of Face using OpenCV Import OpenCv module: import cv2 A Haar Cascade is basically a classifier which is used to detect the object for which it has been trained for, from the source.The Haar Cascade is trained by superimposing the positive image over a set of negative images. The training is generally done o...
https://thecleverprogrammer.com/2020/05/07/face-detection-in-python/
CC-MAIN-2022-33
refinedweb
175
56.96
Version: 0.1.4 Author: Baruch Sterin lektor-npm-support makes it easy to use Parcel, webpack, browserify, or any other tool to build assets for Lektor projects. To enable the plugin, run this command while inside your Lektor project directory: lektor plugins add lektor-npm-support Create a parcel/ folder and inside tha...
https://www.getlektor.com/plugins/lektor-npm-support/
CC-MAIN-2019-09
refinedweb
457
57.37
PowerShell Saturday: The Iron Scripter Ed Summary: Microsoft Scripting Guy, Ed Wilson, shares information about the Windows PowerShell Saturday #002 Iron Scripter Event. Microsoft Scripting Guy, Ed Wilson, is here. Today, I will share the Iron Scripter event and winning script from Windows PowerShell Saturday #002 in C...
https://devblogs.microsoft.com/scripting/powershell-saturday-the-iron-scripter/
CC-MAIN-2019-47
refinedweb
1,874
65.22
XMLC Over the last few months, we have looked at a variety of methods for creating web applications using server-side Java. We started with simple servlets and then moved onto JavaServer Pages (JSPs). In order to remove Java code from our JSPs, we began to use JavaBeans, objects whose methods are automatically availabl...
https://www.linuxjournal.com/article/4783
CC-MAIN-2020-40
refinedweb
3,542
62.17
In Java Spark, I could use either keyBy() or mapToPair() to create some key for a JavaRDD. Using keyBy() makes my intentions more clear and takes an argument function with a bit less code (the function returns a key rather than a tuple). However is there any improvement in performance in using keyBy() over mapToPair()?...
https://codedump.io/share/eYjhXghSqXhe/1/spark-keyby-vs-maptopair
CC-MAIN-2017-09
refinedweb
159
55.24
Adds the specified path to the Python system path if it is not already there. Takes into account terminating slashes and case (on Windows). Returns -1 if the path does not exist, 1 if it was added, and 0 if it was not (because it is already present). Discussion Modules must be on the Python system path before they can ...
http://code.activestate.com/recipes/52662/
crawl-002
refinedweb
370
59.3
Patches item #1093253, was opened at 2004-12-30 13:50 Message generated for change (Comment added) made by theller You can respond by visiting: Category: Core (C code) Group: Python 2.5 Status: Open Resolution: None Priority: 5 Submitted By: Thomas Heller (theller) Assigned to: Nobody/Anonymous (nobody) Summary: Refact...
https://mail.python.org/pipermail/patches/2005-January/016657.html
CC-MAIN-2016-50
refinedweb
434
64.2
[ ] Sameer Paranjpye updated HADOOP-3002: ------------------------------------- Fix Version/s: (was: 0.16.2) > HDFS should not remove blocks while in safemode. > ------------------------------------------------ > > Key: HADOOP-3002 > URL: > Project: Hadoop Core > Issue Type: Bug > Components: dfs > Reporter: Konstantin...
http://mail-archives.apache.org/mod_mbox/hadoop-common-dev/200803.mbox/%3C1066129547.1206130045279.JavaMail.jira@brutus%3E
CC-MAIN-2014-52
refinedweb
193
56.55
Hello, in the user interface of Subclipse there's no distinction between connecting to an existing project in a repository and doing the initial import of a project. I just checked in a bogus directory because I made a typo in the path. Before presenting the dialog with the commit message for an Import, Subclipse shoul...
https://svn.haxx.se/subusers/archive-2010-09/0022.shtml
CC-MAIN-2017-09
refinedweb
151
55.64
Portal: Event Handling Overview This document gives an overview of the event handling of the portal engine. The sample portal that comes with the Cocoon distribution contains several working samples for event handling. Introduction The portal engine uses an event based mechanism for communication. Each and every change...
http://cocoon.apache.org/2.1/developing/portal/events.html
CC-MAIN-2015-06
refinedweb
2,049
54.22
could someone give me an example of how to display a picture on the screen in Linux (jpg, bmp, whatever) I found the example in the "examples" portion of the documentation but it doesn't seem to work for me the first statement in the example: #include "/usr/local/include/freebasic/FreeImage.bi" throws an error: ld: can...
https://www.freebasic.net/forum/viewtopic.php?f=5&p=283307&sid=5eabb956823de3112d83739e0d5f1fed
CC-MAIN-2021-31
refinedweb
297
63.29
Cloud Jump Game -. OK guys... One issue remains :-( The image frame is larger than the cloud itself. See: I found a solution that may work. @ccc What do you think? import Image, ImageDraw, random, scene import numpy as np class Cloud(scene.Layer): def __init__(self, parent = None): cloud_image = self.create_image() sup...
https://forum.omz-software.com/topic/898/cloud-jump-game/24
CC-MAIN-2020-10
refinedweb
509
53.88
JSF 2 GETs Bookmarkable URLs JSF 2 GETs Bookmarkable URLs Join the DZone community and get the full member experience.Join For Free. Read the other parts in this article series: Part 1 - JSF 2: Seam's Other Avenue to Standardization Part 2 - JSF 2 GETs Bookmarkable URLs Part 3 - Fluent Navigation in JSF 2 Part 4 - Ajax...
https://dzone.com/articles/bookmarkability-jsf-2
CC-MAIN-2020-34
refinedweb
3,794
52.7
double strtod ( const char * str, char ** endptr ); <cstdlib> Convert string to double Parses the C string str interpreting its content as a floating point number and returns its value as a double. If endptr is not a null pointer, the function also sets the value pointed by endptr to point to the first character after ...
http://www.cplusplus.com/reference/clibrary/cstdlib/strtod/
crawl-002
refinedweb
143
74.9
Can anyone recommend a good Javascript calendar library for selecting a date?Can anyone recommend a good Javascript calendar library for selecting a date? Thanks very much in advance. Can anyone recommend a good Javascript calendar library for selecting a date?Can anyone recommend a good Javascript calendar library for...
http://www.codingforums.com/javascript-programming/173074-looking-good-javascript-date-picker.html
CC-MAIN-2016-22
refinedweb
1,245
59.5
I've got some nice Cache Filter for ye! Ivan Jouikov Ranch Hand Joined: Jul 22, 2003 Posts: 269 posted Jun 29, 2004 03:28:00 0 Hey guys! I was reading some material about filters and stuff, and I came upon a cache filter, that would store data in temporary files, and I didn't like it very much (I found it to be ineffi...
http://www.coderanch.com/t/358606/Servlets/java/ve-nice-Cache-Filter-ye
CC-MAIN-2015-22
refinedweb
1,086
53.37
import "github.com/djhworld/strex" Package that adds a few extra features to the strings package. These functions are very high level and take inspiration from the Data.List package found in the Haskell programming language With thanks to reddit users `rogpeppe`, `DavidScone`, `DisposaBoy` who helped me in making this ...
https://godoc.org/github.com/djhworld/strex
CC-MAIN-2018-26
refinedweb
436
54.36
Details Description combo_handler require ESI's code. Before make ESI work as a lib, you can try it this way: make "esi/lib" and "esi/fetcher" the subdir of combo_handler and use the makefile. combo_handler |____combo_handler.cc |____fetcher |____lib |____LICENSE |____Makefile |____README Activity Moving all unassigned...
https://issues.apache.org/jira/browse/TS-1053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel
CC-MAIN-2015-14
refinedweb
935
66.54
You can subscribe to this list here. Showing 4 results of 4 Hi everyone, All the talk about .py, .py and .pyw files recently got me thinking about my little traceback question with py2exe. When exceptions happen in py2exe'd applications, the tracebacks no longer include the actual lines of code where the error was rais...
http://sourceforge.net/p/py2exe/mailman/py2exe-users/?viewmonth=200409&viewday=22
CC-MAIN-2014-41
refinedweb
646
69.79
Besides adding custom stylesheets and scripts into the manager interface you can also add global partial views into the Layout of the manager. This is useful if you for example want to add a modal for a custom field that should be available on all manager views, or perhaps even a custom toolbar. The partial collection ...
https://piranhacms.org/docs/manager-extensions/partials
CC-MAIN-2020-40
refinedweb
130
53.61
AWS SDK for JavaScript The official AWS SDK for JavaScript, available for browsers and mobile devices, or Node.js backends For release notes, see the CHANGELOG. Prior to v2.4.8, release notes can be found at If you are upgrading from 1.x to 2.0 of the SDK, please see the upgrading notes for information on how to migrat...
https://docs.amazonaws.cn/AWSJavaScriptSDK/latest/index.html
CC-MAIN-2020-40
refinedweb
871
52.49
php-sabre-vobject 2.1.7-4 source package in Ubuntu Changelog php-sabre-vobject (2.1.7-4) unstable; urgency=medium * PHPUnit's units of code are now namespaced (Closes: #882916) * d/control: Add me to uploaders * d/control: Standards-Version: 4.1.1, no change -- Mathieu Parent <email address hidden> Sat, 09 Dec 2017 15:...
https://launchpad.net/ubuntu/+source/php-sabre-vobject/2.1.7-4
CC-MAIN-2019-35
refinedweb
181
52.39
On Fri, Oct 9, 2009 at 1:35 AM, Masklinn <masklinn at masklinn.net> wrote: >) This is not true - stow solves the problem in a more general way (in the sense that it is not restricted to python), at least on platforms which support softlink. The only inconvenience of stow compared to virtual env is namespace packages, b...
https://mail.python.org/pipermail/python-dev/2009-October/092815.html
CC-MAIN-2016-40
refinedweb
110
61.19
table of contents NAME¶ MDC2, MDC2_Init, MDC2_Update, MDC2_Final - MDC2 hash function SYNOPSIS¶ #include <openssl/mdc2.h> The following functions have been deprecated since OpenSSL 3.0, and can be hidden entirely by defining OPENSSL_API_COMPAT with a suitable version value, see openssl_user_macros(7):¶ All of the funct...
https://manpages.debian.org/experimental/libssl-doc/MDC2.3ssl
CC-MAIN-2022-33
refinedweb
149
51.55
: script; grep ]0\; typescript: switchdesk.. Killing a process with Linux is an easy task. As always there is more than one way to do it. There are graphical process managers that can be used to aid in killing a process on Linux. The first method I’ll demonstrate may work depending on your window manager. Either way yo...
http://www.thelinuxblog.com/tags/interface/
CC-MAIN-2014-42
refinedweb
653
77.37
In a previous post I talked about how to preprocess and explore image dataset. In this post, I will talk about how to model image data with neural networks having a single neuron, using sigmoid function. Original version of this blog can be found here. This is equivalent to logistic regression. Only difference is the w...
https://www.datasciencecentral.com/profiles/blogs/image-processing-and-neural-networks-intuition-part-2
CC-MAIN-2019-22
refinedweb
2,977
57.06
Interfacing L298N H-bridge motor driver with raspberry pi First things first, if you have not checked out my previous blog about how to set up a raspberry pi with out an HDMI cable and monitor, then have a quick read this blog. Now, let’s continue with our journey. At this point, you are probably wondering what journey...
https://sharad-rawat.medium.com/interfacing-l298n-h-bridge-motor-driver-with-raspberry-pi-7fd5cb3fa8e3?responsesOpen=true&source=user_profile---------4----------------------------
CC-MAIN-2021-43
refinedweb
669
69.99
The Server You ! 3 Comments Eder Villanueva Hi, its a nice example, but if i need use spring: like this MathService.groovy (interface) MathServiceImpl.groovy (implementation) WSServer.groovy (Publish WS) how i can do this. Can you put a example please thanks Bob Stevenson I've been trying to get this simple example to ...
http://docs.codehaus.org/pages/viewpage.action?pageId=120258717
CC-MAIN-2014-15
refinedweb
254
67.65
Simple BitBound ChEMBL similarity search This is part of a series of essays on how to write a similarity search program for the RDKit Morgan fingerprints distributed by ChEMBL. - Simple FPS fingerprint similarity search: variations on a theme - Simple k-NN FPS Tanimoto and cosine similarity search - Simple in-memory Ch...
http://www.dalkescientific.com/writings/diary/archive/2020/10/01/simple_bitbound_search.html
CC-MAIN-2021-43
refinedweb
2,066
56.76
less-sprites uses ImageMagick, so install it first. npm install less-sprites Write a list of source images into a .json file: { "files": ["icon1.png", "icon2.png"] } Create the sprite: less-sprites my-sprite.json There are more options you can specify: {// Direction of image placement, default "bottom""direction": "rig...
https://www.npmjs.com/package/less-sprites
CC-MAIN-2017-17
refinedweb
347
50.63
You can subscribe to this list here. Showing 20 results of 20 I recently start a new opensource (and very small but usefull) project: It's purpose is to go beyond limitation of DllImportAttribute, calling = any function pointer, and not only those returned by GetProcAddress() = .... the next release of CsGL might drop ...
http://sourceforge.net/p/csgl/mailman/csgl-news/
CC-MAIN-2014-23
refinedweb
1,967
67.15
Hi Patricia On 06/06/2016 03:27 PM, Patricia Garcia Cañadilla wrote: Dear Robert, I have a 2D body of hyperelastic material which contracts and I would like to compute the total force developed by the body from the cauchy stress. I am trying to follow some of your indications I found in this group, but I still couldn't...
https://mail.python.org/archives/list/sfepy@python.org/message/SUTCRQU7CBBGEQGSRLJQ3OMOJJY2RMJR/
CC-MAIN-2019-26
refinedweb
203
50.33
In response to a number of requests for good RNG's in C, and mindful of the desirability of having a variety of methods readily available, I offered several. They were implemented as in-line functions using the #define feature of C. Numerous responses have led to improvements; the result is the listing below, with comm...
https://groups.google.com/g/sci.crypt/c/yoaCpGWKEk0
CC-MAIN-2021-31
refinedweb
1,449
60.65
', Binds the application only. For as long as the application is bound to the current context the flask.current_apppoints to that application. An application context is automatically created when a request context is pushed if necessary. Example usage: with app.app_context(): ... Changelog New in version 0 lists of fun...
https://flask.palletsprojects.com/en/0.12.x/api/
CC-MAIN-2022-27
refinedweb
1,237
51.65
Concur UI Lib is a brand new client side Web UI framework that explores an entirely new paradigm. It does not follow FRP (think Reflex or Reactive Banana), or Elm architecture, but aims to combine the best parts of both. This repo contains the Concur implementation for Purescript, using the React backend. Documentation...
https://pursuit.purescript.org/packages/purescript-concur-react/0.4.2
CC-MAIN-2021-04
refinedweb
716
50.12
So for one of my university projects we have been assigned a problem to complete. I have the code working fine for the example output provided however I just need some help regarding a few errors that need fixing with different inputs. I am not asking for you to do this for me as I have done most if not all of the prog...
https://www.daniweb.com/programming/software-development/threads/243346/text-manipulation-help
CC-MAIN-2018-43
refinedweb
565
65.56
Creating a PerlQt application - The Perl part PerlQt is meant to be a very direct mapping of Qt methods to PerlQt. Programming is more than methods, however. This document will show the basic differences you will need to be aware of as you translate programming techniques from C++ Qt to PerlQt. Including PerlQt is very...
http://search.cpan.org/dist/PerlQt/doc/starting.pod
CC-MAIN-2015-22
refinedweb
2,519
64.2
Alex Angelopoulos (aka at mvps dot org) There are several ways to exploit the .NET redistributable for scripting use. The two simplest are writing a console application and creating a COM-callable component using the .NET CLR. Based on prior experience with a few programming languages and a good background with scripti...
http://www.mvps.org/scripting/dotnet/index.htm
CC-MAIN-2015-22
refinedweb
1,305
63.9
It fails to properly build when using NSS for the SSL support (see attached build log, there's a warning about it); when using GnuTLS instead it fails to link to libgcrypt (yes it works transitive, but it's better to link to it directly since it uses it directly!). Finally, you *have* to rebuild pycurl whenever you swi...
https://bugs.gentoo.org/show_bug.cgi?id=329987
CC-MAIN-2021-39
refinedweb
537
67.55
Red Hat Bugzilla – Bug 207737 An ISS scan killed NFS servers Last modified: 2010-03-17 08:24:59 EDT Description of problem: Today we requested our IT Security Office to perfoem security ISS scan to some of our servers running RHEL 4, Update 4 and it killed several machines with the error messages attached at the end of...
https://bugzilla.redhat.com/show_bug.cgi?id=207737
CC-MAIN-2017-09
refinedweb
2,575
67.69
ean Paul(3) Jignesh Trivedi(2) Arun Choudhary(2) Dhananjay Kumar (2) Dileepa Kariyawasam(1) Praveen Kumar Sreeram(1) Shubham Sharma(1) Suraj Pant(1) Shantha Kumar T(1) Nitin Pandit(1) Prashant Verma(1) Vignesh Ganesan(1) Venkatesan Jayakantham(1) Priyaranjan K S(1) Zain Nisar(1) Kantesh Sinha(1) Sabyasachi Mishra(1) To...
http://www.c-sharpcorner.com/tags/delayed-signing
CC-MAIN-2017-13
refinedweb
982
65.62
Editor's note:. Creating a simple generic type is straightforward. First, declare your type variables by enclosing a comma-separated list of their names within angle brackets after the name of the class or interface. You can use those type variables anywhere a type is required in any instance fields or methods of the c...
http://www.onjava.com/excerpt/javaian5_chap04/index1.html
CC-MAIN-2015-22
refinedweb
4,231
55.34
I have the following Play Singleton: package p1 @Singleton class MySingleton @Inject() (system: ActorSystem, properties: Properties) { def someMethod = { // ........ } } someMethod() First of all in order to access the methods of a class you have to have the instance of the class. As you are using the dependency inject...
https://codedump.io/share/7aKfQups6fE8/1/accessing-play-singleton-methods
CC-MAIN-2017-17
refinedweb
164
55.24
Everyday we are seeing a bigger push towards adding automated tests to our apps. Whether these are unit tests, integration or e2e tests. This will be a series of articles based on writing unit tests for Angular and some of it's core concepts: Components, Services, Pipes and Guards. These articles are not intended to be...
https://dev.to/coly010/unit-testing-angular-component-testing-2g47
CC-MAIN-2020-50
refinedweb
2,495
55.44
A number of free functions in the C++ standard library are intended to be both generic and customizable. Since we want to take advantage of two distinct features of overload resolution depending on what the actual type of T turns out to be, you need to do the infamous “std two-step”. This is most well-known with the sw...
https://www.codeproject.com/Articles/1245810/Avoid-the-std-step
CC-MAIN-2019-09
refinedweb
1,487
61.87
Boon - ObjectMapper - Creating an ObjectMapper - Parsing JSON Into Objects - Parsing JSON into Maps - Parsing JSON From Other Sources - Generating JSON From Objects - Generating JSON From Maps - Date Formats in JSON - Annotations - Parsing Primitives Once you have installed Boon you can start parsing JSON into objects ...
http://tutorials.jenkov.com/java-json/boon-objectmapper.html
CC-MAIN-2017-13
refinedweb
1,742
56.55
you can type icon names in the QLineEdit search box to search ( re supported i guess becuase it's a QCompleter ) i also want to drag an icon from my ui to shelf , or to an existing shelfButton, but don't know how to do that. pyqt4 needed. usage: import iconChooser as ic reload(ic) ic.main() edit: ver 0.0.2 updated to s...
https://www.highend3d.com/maya/script/maya-icon-chooser-for-maya
CC-MAIN-2021-49
refinedweb
192
83.15
Details Description Context: The mailbox subproject () supports maildir, SQL database (via JPA) and Java Content Repository (JCR) as technology for mail storage. This flexibility is achieved thanks to a API design that abstracts mail storage from the mail protocols. Task:. Mentor: eric at apache dot org Complexity: med...
https://issues.apache.org/jira/browse/MAILBOX-44
CC-MAIN-2017-51
refinedweb
2,432
70.53
Docker/OSX Quickstart (not grokking docker yet? start here) Docker has only been around since 2013, but it seems like it’s all over my Twitter feed and RSS reader. I’ve gone trough the “Hello world” example in the past, but never felt like I really understood either the value proposition, or exactly how it works. This ...
https://chase-seibert.github.io/blog/2015/04/11/docker-osx-quickstart.html
CC-MAIN-2018-05
refinedweb
1,350
66.44
Difference between revisions of "Talk:SDK Beta" Revision as of 03:00, 16 June 2008 -- Where do you get SDK Beta? -- Hey Hey. Sorry for being such a newb. Where do you get the SDK Beta codeline? Says nothing about it on this page, nor the hl2coders list. I've never developed long enough to see an update, and finally the...
https://developer.valvesoftware.com/w/index.php?title=Talk:SDK_Beta&diff=prev&oldid=78286
CC-MAIN-2020-10
refinedweb
831
71.14
OPS435 Python Lab 5 ** DO NOT USE - TO BE UPDATED FOR CENTOS 8.0 ** Contents - 1 LAB OBJECTIVES - 2 INVESTIGATION 1: Working with Files - 3 INVESTIGATION 2: Exceptions and Error Handling - 4 LAB 5 SIGN-OFF (SHOW INSTRUCTOR) - 5 LAB REVIEW LAB OBJECTIVES - So far, you have created Python scripts to prompt a user to inpu...
https://wiki.cdot.senecacollege.ca/wiki/OPS435_Python_Lab_5
CC-MAIN-2021-39
refinedweb
3,815
63.59
import java.util.Scanner; public class square { public static void main ( String [] args) { Scanner keyboard = new Scanner (System.in); int N; N = keyboard.nextInt(); System.out.println(" Enter number between 1 , 10 ?? "); while ( N =< 10 ) System.out.println(N + " = " + N * N); N++; System.out.println(" Do you want to...
http://www.roseindia.net/answers/viewqa/Java-Beginners/17455-why-cant-i-close-this-.html
CC-MAIN-2016-26
refinedweb
165
53.07
On 19 Jul 2014, at 10:38 , Robert Samuel Newson <rnewson@apache.org> wrote: > > I. That is what I meant to express, with the caveat that we should be careful, taking a conservative stance, so we can meet in the middle. >? Most apps should continue to work on CouchDB 2.0. Specifically, the regular document CRUD cycle sh...
http://mail-archives.apache.org/mod_mbox/couchdb-dev/201407.mbox/%3C951221CB-76D0-432D-8123-8C0B23DEEC54@apache.org%3E
CC-MAIN-2018-51
refinedweb
617
61.56
lp:python-jujuclient - Get this branch: - bzr branch lp:python-jujuclient Branch merges Related bugs Related blueprints Branch information - Owner: - juju-deployers - Project: - python-jujuclient - Status: - Development Recent revisions - 99. By David Britton on 2018-10-17 Merge websocket- client- compat [a=cjwatson] [...
https://code.launchpad.net/~juju-deployers/python-jujuclient/trunk
CC-MAIN-2021-10
refinedweb
292
56.86
How to install gcc : @Justin-Sowers I will write a quick guide for this and post it here in a .pdf file - keep watching. @Boken-Lin When I have done the guide, would it be a suitable candidate for a Wiki Tutorial? @Justin-Sowers @Boken-Lin I have created a new post () that contains the guide. Hope it is useful. - Ahme...
http://community.onion.io/topic/9/how-to-install-gcc/55
CC-MAIN-2019-26
refinedweb
528
68.67
13 January 2009 05:35 [Source: ICIS news] By Prema Viswanathan SINGAPORE (ICIS news)--Indian polymers except for polystyrene (PS) have surged by as much as 12% in the past month largely due to production cuts that limited supply to the market, but the gains may not be sustained in the second quarter, industry sources s...
http://www.icis.com/Articles/2009/01/13/9183950/most-indian-polymers-rise-12-but-q2-gains-in-doubt.html
CC-MAIN-2014-52
refinedweb
414
54.76
Table of Contents I’ve written a page about polygon map generation with Voronoi[1] but it doesn’t explain how to code it. On this page I’m going to go through the basics of how to make maps like this with Javascript code examples: Many people want to code Voronoi and Simplex Noise themselves. I usually use libraries. H...
https://www.redblobgames.com/x/2022-voronoi-maps-tutorial/
CC-MAIN-2020-40
refinedweb
1,539
68.06
v9fs: Plan 9 Resource Sharing for Linux¶ About¶ v9fs is a Unix implementation of the Plan 9 9p remote filesystem protocol. This software was originally developed by Ron Minnich <rminnich@sandia.gov> and Maya Gokhale. Additional development by Greg Watson <gwatson@lanl.gov> and most recently Eric Van Hensbergen <ericvh@...
https://www.kernel.org/doc/html/latest/filesystems/9p.html
CC-MAIN-2021-04
refinedweb
377
52.09
). JPT 2.5.0 is almost 100% compatible with JPT 2.4.0 but not quite. One of the key forces leading to this release was the desire to permit a user to define simple functions in the JPT interactive parser as well as well as to enable variable definitions that may be either persistant or temporary. This required refactor...
http://www.ccs.neu.edu/jpt/jpt_2_5/details.htm
CC-MAIN-2017-17
refinedweb
530
54.12
Discussion in 'Domain Names & Parking' started by ethan1, Feb 16, 2010. Can any one give me some clever article directory site. .com or .info thanks any? ideas? depends on the niche of articles - try getting something like: <niche>articles or <niche>dir or about<niche> or something like that I want my site to have like...
https://www.blackhatworld.com/seo/article-directory-site-names.172501/
CC-MAIN-2017-13
refinedweb
163
71.34
(Extendable) project management for atom. This is package still under development. In atom goto View > Toggle Sweet Projects View or press ctrl + alt + p. To open a project double click the project tile. The project will load in a new window. Right-click a project tile and select Project Settings to enter a project nam...
https://atom.io/packages/sweetprojects
CC-MAIN-2019-09
refinedweb
614
54.32
Item 5: Avoid Creating Unnecessary Objects It is often appropriate to reuse a single object instead of creating a new functionally equivalent object each time it is needed. Reuse can be both faster and more stylish. An object can always be reused if it is immutable (Item 15). As an extreme example of what not to do, co...
http://www.drdobbs.com/architecture-and-design/creating-and-destroying-java-objects-par/210602264?pgno=2
CC-MAIN-2015-18
refinedweb
1,306
53.71
I noticed that when I flashed my application with a sample code for AdaFruit’s NFC module, it breathes cyan first but within a minute or so switches to breathing green. Any thoughts on how I could troubleshoot and figure out why the cloud connection is disconnected? Photon Breathing green after flashing The code that i...
https://community.particle.io/t/photon-breathing-green-after-flashing/16529
CC-MAIN-2019-22
refinedweb
1,092
64.2
I'm using Saxon for querying my xml documents, so I will see the xml schema processor that is provided in Saxon : Is there an example in the source documentation that implements an xml schema as a tree structure ? No, I'm afraid there aren't any examples of navigating the schema model. You'll have to work mainly from ...
https://sourceforge.net/p/saxon/mailman/message/12864598/
CC-MAIN-2017-13
refinedweb
473
53.31
Wikibooks:Staff lounge/Archive 21 From Wikibooks, the open-content textbooks collection [edit] Manuals without courses A textbook is defined as a manual for a course of study. It seems that this definition would prevent someone from writing a manual for a new course of study and mounting it at Wikibooks until they have...
http://en.wikibooks.org/wiki/Wikibooks:Staff_lounge/Archive_21
crawl-002
refinedweb
22,212
68.2
In this Hadoop interview questions post, we included all the regularly proposed questions that will encourage you to ace the interview with their high-grade solutions. Whereby the market is continuously progressing for Big Data and Hadoop masters. Earlier, companies were particularly concerned regarding operational dat...
https://svrtechnologies.com/top-50-bigdata-hadoop-interview-questions-and-answers-pdf/
CC-MAIN-2020-29
refinedweb
3,463
65.93
YARD - Code Metadata And Documentation Generation for Ruby - | - - - - - - Read later Reading List One distinguishing feature is the support for metadata in comment strings. Users of tools like Javadoc will find the meta tag notation familiar (from the YARD Readme): # Reverses the contents of a String or IO object. # #...
https://www.infoq.com/news/2008/07/yard-documentation-generator
CC-MAIN-2017-13
refinedweb
609
53.41
render: function () { //custom stuff before view.prototype.render.call(this); //custom stuff after } $ git clone $ cd moonboots_hapi/ $ git checkout v7.0.0 $ npm install $ npm test 23 tests complete Test duration: 1900 ms The following leaks were detected:Reflect Coverage: 85.29% (25/170) index.js missing coverage on l...
https://gitter.im/AmpersandJS/AmpersandJS?at=59ab4c85bac826f0547428ee
CC-MAIN-2022-33
refinedweb
276
60.31
ik Stiklestad Norwegian University of Science and Technology Department of Computer and Information Science Problem Description The Creek system has an architecture that facilitates combined case-based and model-based reasoning. jColibri, developed in the CBR group of Universidad Complutense in Madrid, contains a libra...
https://de.scribd.com/document/221666465/CBR-System
CC-MAIN-2020-05
refinedweb
22,627
54.32
While I still believe Microsoft’s decision to include a browser in the OS is a bad one it does open up an interesting use case; using IE as the user interface for Python. Like a lot of MS applications, IE can be controlled through a COM interface so with few lines we can start IE and point it at whatever URL we need. i...
https://quackajack.wordpress.com/category/com/
CC-MAIN-2018-47
refinedweb
135
53.61
recently had a discussion with a colleague about the capabilities of WPF for application development. We had discussions on the various new features in WPF including the capabilities of the WPF DataGrid control. The WPF DataGrid control has lots of features for data representations and manipulation. One of the nicest ...
https://www.dotnetcurry.com/wpf/677/wpf-data-grid-row-drag-drop
CC-MAIN-2018-39
refinedweb
709
61.56
news.digitalmars.com - digitalmars.DDec 31 2009 output ranges: by ref or by value? (35) Dec 31 2009 Inconsistent error/warning messages (3) Dec 30 2009 Does functional programming work? (35) Dec 30 2009 algorithms that take ranges by reference (6) Dec 30 2009 one step towards unification of std.algorithm and std.string...
http://www.digitalmars.com/d/archives/digitalmars/D/index2009.html
CC-MAIN-2017-04
refinedweb
11,578
64.24
This needs to be trained and to do that, we need a list of manually classified tweets.. I store those tweets in a Redis DB. Even with those numbers, it is quite a small sample and you should use a much larger set if you want good results. Next is a test set so we can assess the exactitude of the trained classifier. Tes...
http://www.laurentluce.com/posts/twitter-sentiment-analysis-using-python-and-nltk/
CC-MAIN-2016-44
refinedweb
3,419
66.54
If a picture is worth a thousand words, then how about a thousand pictures -- or a graphical animation? Getting the message across depends a lot on the tools at hand. It's one thing to stand in front of a classroom with a blackboard, a projector, and a room full of PCs, but it's quite another thing describing a set of ...
http://www.onjava.com/lpt/a/4602
CC-MAIN-2014-42
refinedweb
1,948
64.3