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
Good libraries are like novels -- hard to write in any language. Every language has a different definition of good. Java can't be transliterated to Pythonwell because every language has its own idioms. "Pythonic" code is in harmony with standard libraries and conventions of Python and takes advantage of the features b...
https://www.udemy.com/the-ultimate-python-programming-course/
CC-MAIN-2016-07
refinedweb
1,732
73.47
I am a beginner student in desperate need of help writing a program. Recently, we have learned about functions, loops and reading from data files. My assignment is to write a program (Book Sale Calculator) that accepts all input from an external data file and displays a summary for each book sale. The program needs to ...
http://cboard.cprogramming.com/cplusplus-programming/137237-having-trouble-obtaining-input-file-printable-thread.html
CC-MAIN-2014-23
refinedweb
763
64.91
Post your Comment The Switch statement a statement following a switch statement use break statement within the code block.... To avoid this we can use Switch statements in Java. The switch statement is used.... Then there is a code block following the switch statement that comprises How to use switch statement in jsp c...
http://roseindia.net/discussion/21675-How-to-use-switch-statement-in-jsp-code.html
CC-MAIN-2015-32
refinedweb
1,091
74.08
#include <iostream> // Print out a 4x4 grid using one loop, from 0 to 15 void PrintGrid(int squares[]) { int num = 0; for (int i = 0; i < 81; i++) { std::cout << squares[i] << " "; num++; if (num == 9) { std::cout << "\n"; num = 0; } } } // Print out the 4x4 grid but using 2 nested loops. // This does the same as the f...
http://www.dreamincode.net/forums/topic/43331-sudoku-solver-help-with-3x3-boxes/
CC-MAIN-2016-44
refinedweb
986
73.24
When of these. First of all, we need to create an empty list where we will add the items. For simplicity reasons, these examples will use a Java List of String elements. The corresponding import needed for working with Lists is: import java.util.List; Creating the empty List (where we will later store the needed items)...
https://imalittletester.com/2019/10/31/removing-duplicates-from-a-list/?like_comment=21680&_wpnonce=584518766a
CC-MAIN-2022-21
refinedweb
342
60.65
I need to load in images at run-time, doing something similar to this: using System.IO; using UnityEngine; using UnityEngine.UI; public class SpriteCreator : MonoBehaviour { // public string textureFilePath => Application.persistentDataPath + FileName; void Start () { Texture2D texture = new Texture2D(2, 2); texture.Lo...
https://answers.unity.com/questions/1447563/image-distorts-when-created-in-c.html
CC-MAIN-2019-51
refinedweb
683
65.52
Journal: Toward a New Unix Shell 2 One thing that's interested me a lot lately is the idea of improving upon, or reinventing the Unix command shell. Now, there's a certain class of Unix users who have stuck with the command shell while GUIs have come and gone, been released, overhauled in various releases, and so on un...
http://slashdot.org/~Tetsujin/journal
CC-MAIN-2015-18
refinedweb
1,179
60.79
57 Take the simpliest type: public class AdaptedOrder { public string BuysPrice { get; private set; } } System.Windows.Forms.ListBindingHelper.GetListItemProperties(typeof(AdaptedOrder), null); on .net 4.6.2 returns PropertyDescriptorCollection with single element - BuysPrice. the same code runing on mono 5 returns ar...
https://bugzilla.xamarin.com/57/57257/bug.html
CC-MAIN-2021-39
refinedweb
165
54.52
Code should be migrated from tr1 to std (does not compile on OS X 10.9) Bug Description Gearman does not compile on OS X 10.9. According to Apple there are two ways to fix that (see below). (There is a PR with a patch for this problem for the Homebrew package manager here: https:/ A little background: The tr1 headers w...
https://bugs.launchpad.net/gearmand/+bug/1236815
CC-MAIN-2015-32
refinedweb
670
72.56
1. Before you begin This codelab teaches you how to use the WebGL-powered features of the Maps JavaScript API to control and render on the vector map in three dimensions. Prerequisites This codelab assumes you have intermediate knowledge of JavaScript and the Maps JavaScript API. To learn the basics of using the Maps J...
https://developers.google.cn/codelabs/maps-platform/webgl?hl=hi
CC-MAIN-2022-05
refinedweb
4,209
58.79
Creating a Custom HTTP Client The AWS SDK for Go uses a default HTTP client with default configuration values. Although you can change some of these configuration values, the default HTTP client and transport are not sufficiently configurable for customers using the AWS SDK for Go in an environment with high throughput...
https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/custom-http.html
CC-MAIN-2020-50
refinedweb
1,127
51.75
to the rigidbody. The force is specified as two separate components in the X and Y directions (there is no Z direction in 2D physics). The object will be accelerated by the force according to the law force = mass x acceleration - the larger the mass, the greater the force required to accelerate to a given speed. See A...
https://docs.unity3d.com/2017.3/Documentation/ScriptReference/Rigidbody2D.AddForce.html
CC-MAIN-2019-18
refinedweb
119
58.99
Behringer Xenyx1002B upgrad... Read more Details Brand: BEHRINGER Part Numbers: 000-00402-00000, 000-A0402-00000, 1002B, 1002b, X1002B UPC: 04033653021098, 4033653021098 [ Report abuse or wrong photo | Share your Behringer Xenyx1002B photo ] Manual Preview of first few manual pages (at low quality). Check before downlo...
http://www.ps2netdrivers.net/manual/behringer.xenyx1002b/
crawl-003
refinedweb
5,255
63.59
This driver's top-level chip support is currently provided as three files: Prototypes the low-level chip access functions required by the chip driver and declares a private struct for use by the driver. Implements high-level chip functions and includes mt29f_generic_lp.inl. This file is not intended to be compiled on i...
http://www.ecoscentric.com/ecospro/doc/html/ref/devs-nand-micron-mt29f-instantiation.html
crawl-003
refinedweb
394
50.57
. Cam-Winget, et al. Standards Track [Page 1] RFC 8600 XMPP Grid.. incident reports and other security-relevant information. Cam-Winget, et al. Standards Track [Page 3] RFC 8600 XMPP Grid June 2019-relevant information. Provider: An entity that contains functions to provide information to other components; as used here...
http://zinfandel.tools.ietf.org/html/rfc8600
CC-MAIN-2020-29
refinedweb
565
57.98
This is a discussion on stuck on this. within the C++ Programming forums, part of the General Programming Boards category; Originally Posted by typeqwerty but when i run it on a site it where it automatically compile it would say ... do you know how to get the output as when i input 1000 Enter a number of seconds: Ther...
http://cboard.cprogramming.com/cplusplus-programming/150930-stuck-2.html
CC-MAIN-2014-41
refinedweb
189
73.78
Hiya All, Possibly on odd question but indulge a newbie When writing Classes each of the elements must have a name? Would anyone know what they are? (It just really helps if I can talk-through-the-c0de and not say ‘thingy’) For example below, we have wodks like make, model and color repeated 4 times. What are they call...
https://www.ruby-forum.com/t/elements-of-class-names-can-they-vary/217190
CC-MAIN-2021-49
refinedweb
136
75.91
We need to worry about timing too :-( I'm using this as a test. It's very heavy on using 3-tuples of little ints as dict keys. Getting hash codes for ints is relatively cheap, and there's not much else going on, so this is intended to be very sensitive to changes in the speed of tuple hashing: def doit(): from time imp...
https://bugs.python.org/msg327380
CC-MAIN-2020-05
refinedweb
512
66.78
I just announced the new Spring Boot 2 material, coming in REST With Spring: 1. Introduction In this article, we’ll take a look at Spock, a Groovy testing framework. Mainly, Spock aims to be a more powerful alternative to the traditional JUnit stack, by leveraging Groovy features. Groovy is a JVM-based language which s...
https://www.baeldung.com/groovy-spock
CC-MAIN-2018-47
refinedweb
2,354
61.26
Introduction minimega includes Python bindings for its CLI that interact with minimega using the domain socket. These bindings are automatically generated and allow the user to drive minimega with Python scripts. General Usage The pyapigen tool generates minimega.py which can be imported into scripts. The Python bindin...
https://minimega.org/articles/python.article
CC-MAIN-2020-24
refinedweb
509
60.31
Hello! I've been working on this programming assignment for a game of craps, and I can't seem to figure out how to correct an error. Here's my code: import java.util.*; import java.io.*; public class Craps { public static void main(String[] args) { Scanner scan = new Scanner(System.in); String YesNo; boolean Y = true; ...
http://www.javaprogrammingforums.com/whats-wrong-my-code/3458-error-program-game-craps.html
CC-MAIN-2016-22
refinedweb
461
64.51
Many of the XSLT examples in this book use the latest XSLT 2.0 features. Some (but not all) of the examples can be rewritten in 1.0 without too much trouble. Otherwise , if your XSLT processor does not yet support 2.0, check if it can use an EXSLT element ( 4.4.1 ) or a proprietary extension with the same or similar se...
https://flylib.com/books/en/1.501.1.43/1/
CC-MAIN-2019-39
refinedweb
1,111
55.84
Products and Services Downloads Store Support Education Partners About Oracle Technology Network The following test periodically hangs when run with -server. If you run a debug might you might need to increase the time it was before it considers it to be hung. I'm still trying to narrow which release it appeared it. 6u...
http://bugs.java.com/bugdatabase/view_bug.do?bug_id=7024475
CC-MAIN-2014-10
refinedweb
645
64.1
Type: Posts; User: memeloo sure, here it is: using System; using System.IO; using System.Net; using System.Xml.Linq; namespace ConsoleApplication2 { interestingly it works when you put all the parameters in the call to Create the instance of HttpWebRequest like this: HttpWebRequest httpWebRequest = ... ok, I did like y...
http://forums.codeguru.com/search.php?s=253c70ae3b0607485582918f614aa577&searchid=12814831
CC-MAIN-2018-13
refinedweb
218
77.94
Introduction Skype is a telecommunications program that, along with normal chats, allows people to phone via Internet. One of the most important advantages of Skype as compared to other programs of the kind is a gateway to real mobile network operators. Respectively, one can call a real mobile phone, send SMSes, and so...
https://www.mql5.com/en/articles/1454
CC-MAIN-2016-40
refinedweb
2,276
55.34
NAME | DESCRIPTION | ATTRIBUTES | SEE ALSO. See rpc(3NSL) for the definition of the XDR , CLIENT , and SVCXPRT data structures. Note that any buffers passed to the XDR routines must be properly aligned. It is suggested that malloc(3C) be used to allocate these buffers or that the programmer insure that the buffer addre...
http://docs.oracle.com/cd/E19455-01/806-0628/6j9vie84j/index.html
CC-MAIN-2014-52
refinedweb
333
63.29
SOAP::Lite - Client and server side SOAP implementation use SOAP::Lite; print SOAP::Lite -> uri('') -> proxy('') -> f2c(32) -> result; The same code with autodispatch: use SOAP::Lite +autodispatch => uri => '', proxy => ''; print f2c(32); Code in OO-style: use SOAP::Lite +autodispatch => uri => '', proxy => ''; my $tem...
http://search.cpan.org/~byrne/SOAP-Lite-0.65_5/lib/OldDocs/SOAP/Lite.pm
CC-MAIN-2017-26
refinedweb
4,896
55.44
The code is now on CodePlex at and on nuget just search for "fastJSON" . I will do my best to keep this article and the source code on CodePlex in sync. This is the smallest and fastest polymorphic JSON serializer, smallest because it's only 25kb when compiled, fastest because most of the time it is (see performance te...
http://www.codeproject.com/Articles/159450/fastJSON?fid=1610850&df=90&mpp=25&noise=3&prof=True&sort=Position&view=None&spc=Relaxed&select=4477951&fr=51
CC-MAIN-2014-41
refinedweb
1,222
51.28
Kinect v2 avatar controller with unity I am trying to control 3D model with kinect v2. I am using Unity3D. I installed requiements. I drawed a point man. just like this pic: [ But when I try 3d character the character looks like this: [ This is my code: void FixedUpdate () { //GameObject tanımlanmış mı kontrolü yapılır...
http://quabr.com/45648685/kinect-v2-avatar-controller-with-unity
CC-MAIN-2017-47
refinedweb
1,278
56.96
C++ provides statements break and continue to alter the flow of the control. Given below I have explained how break can be used to terminate a switch statement’s execution. This article discusses how to use break in a repetition statement. the break statement, when executed in a while, for, do...while or switch stateme...
https://kodlogs.com/blog/2664/what-does-break-do-in-c
CC-MAIN-2021-04
refinedweb
260
59.84
Deep Learning with Tensorflow 2.0 Tutorial – Getting Started with Tensorflow 2.0 and Keras for Beginners Classification using Fashion MNIST dataset What is TensorFlow? Deep Learning. TensorFlow architecture works in three parts: - Preprocessing the data - Build the model - Train and estimate the model Why Every Data Sc...
https://kgptalkie.com/deep-learning-with-tensorflow-2-0-tutorial-getting-started-with-tensorflow-2-0-and-keras-for-beginners/
CC-MAIN-2021-17
refinedweb
1,557
58.79
On Tue, 10 May 2005, Simon Marlow wrote: > > 2. The GHC build could start using -fignore-all-packages to insulate > itself from the environment (or, simpler but more hacky: > -ignore-package lang). This isn't a *solution* as such, because > the problem affects everyone, not just us. I'm slightly surprised that this isn...
http://www.haskell.org/pipermail/libraries/2005-May/003764.html
CC-MAIN-2014-10
refinedweb
185
53.41
Eric's “Killing Comment Spam“ post and Luke Hutteman's comment sparked a little adventure for me. Of course, it's not complete or very functional. It's more of a motivation piece to get something started. I might have to jump into the .Text source to see about implementing some sort of plugin. I know .Text (Community S...
http://weblogs.asp.net/markbrown/archive/2004/07.aspx
CC-MAIN-2013-48
refinedweb
552
61.63
Subject: Re: [boost] Boost and auto_ptr (was Boost 1.60.0 beta 1...) From: Nevin Liber (nevin_at_[hidden]) Date: 2015-11-11 17:42:32 On 11 November 2015 at 15:08, Jonathan Wakely <jwakely.boost_at_[hidden]> wrote: > That doesn't mean implementors have to stop providing it, it only > means it is no longer defined by the...
https://lists.boost.org/Archives/boost/2015/11/226515.php
CC-MAIN-2022-05
refinedweb
155
65.73
Cont computations as question-answering boxes From HaskellWiki Current revision 1 Basic idea and definitions The basic idea behind the Cont monad is that in place of values of type t, you work with functions of type (t -> r) -> r, where r is some "response" type. Breaking this down a bit, you can think of a function of...
http://www.haskell.org/haskellwiki/index.php?title=Cont_computations_as_question-answering_boxes&diff=prev&oldid=21123
CC-MAIN-2013-20
refinedweb
1,081
59.87
- Hula Dancing: the 6 o'clock Show This Sun ONE Secure Portal 6.0 recipe is similar to the recipe for the Secure Portal 3 called "OWA Luau with Rewriter Fire Dancing: the 3 o'clock Show" on page 22. This recipe explains the details that are particular to version 6.0. Main Course: Internet ExplorerIngredients Client In...
http://www.informit.com/articles/article.aspx?p=100606&seqNum=9
CC-MAIN-2019-04
refinedweb
1,602
57.27
What would you do to improve the following? func sign<T: SignedNumberType>(value: T) -> Int { return value == (0 as T) ? 0 : (value > 0 ? 1 : -1) } or if you like it typed: func sign<T: SignedNumberType>(value: T) -> T { return (value == (0 as T) ? 0 : (value > 0 ? 1 : -1)) as T } Here’s what I call the Groffian Lapse ...
https://ericasadun.com/2016/03/21/sign-of-the-times/
CC-MAIN-2021-31
refinedweb
377
60.51
Cracking a Captcha . Nullcon| EMC2 CTF 2015 by, 01-15-2015 at 05:01 PM (0 Views). Any way on Sunday night I got bit bored with drones and decided to take a sneak peak at the CTF, but by that time the winners were declared and score board was closed. I went straight to my favorite web and reversing challenges and decide...
http://garage4hackers.com/entry.php?b=3103&s=5e635f1eca02b10693432bcfaac672f5
CC-MAIN-2020-50
refinedweb
1,283
67.35
MDI child forms are an essential element of Multiple-Document Interface (MDI) Applications, as these forms are the center of user interaction. In the following procedure, you will create MDI child form that displays. Note The dialog boxes and menu commands you see might differ from those described in Help depending on ...
https://docs.microsoft.com/en-us/dotnet/framework/winforms/advanced/how-to-create-mdi-child-forms
CC-MAIN-2017-39
refinedweb
771
64.1
How to use DropBox with Raspberry Pi >>IMAGE get one – it’s free. 2. Download and Set Up DropBox Uploader Next, you need to get Dropbox Uploader onto your Pi cd ~ this ensures you are in /home/pi git clone ls (If this fails, you may need to install git with sudo apt-get install git-core) You should be able to see a dir...
http://raspi.tv/2013/how-to-use-dropbox-with-raspberry-pi
CC-MAIN-2018-51
refinedweb
3,914
74.49
About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki On Aug 29, 2005, at 10:26 PM, Brian Harring wrote: > > On Tue, Aug 30, 2005 at 01:09:49PM +1000, Finn Thain wrote: >>> >>> I was looking at it more as a place to develop some new portage >>> features...Gentoo/Darwin has always been ...
http://archives.gentoo.org/gentoo-osx/msg_8891a53c370e666dd673640cc82dae52.xml
CC-MAIN-2014-42
refinedweb
427
64.04
I'm new to react, I'm curious how to do this properly. suppose I have this form, by clicking button, I want to get textbox value, var form = React.createClass({ submit : function(e){ //how to get textbox value? }, render : function(){ return ( <form> <input type="text" id="textbox" value="hey, get me"/> <button onClick...
https://codedump.io/share/0K7HYRgOcJsb/1/react-js--get-siblings-or-parent-value
CC-MAIN-2018-26
refinedweb
242
52.56
Interface an inertial measurement unit (IMU) with raspberry pi First things first, if you have not checked out my previous blog about how to interface an ultrasonic sensor and a camera with raspberry pi, then have a quick read this blog. “Knowing yourself is the beginning of all wisdom.” — Aristotle This robot can sens...
https://sharad-rawat.medium.com/interface-an-inertial-measurement-unit-imu-with-raspberry-pi-3d7b9583db09?source=user_profile---------2----------------------------
CC-MAIN-2021-43
refinedweb
654
66.13
Vue.js 2 Authentication Tutorial, Part 1 Vue.js 2 Authentication Tutorial, Part 1 In Part 1 of this 3 part series, we introduce Vue.js, how it compares to other JavaScript frameworks, and show a bit of the code you can employ with it. Join the DZone community and get the full member experience.Join For Free Learn how t...
https://dzone.com/articles/vuejs-2-authentication-tutorial-part-1
CC-MAIN-2019-13
refinedweb
1,659
66.33
Macro tips From Nemerle Homepage Some quick notes about using macros and quotations. This should really be merged with macros' documentation page, but it will wait, because our parsetree structure is going to be changed soon and this will also impact quotations (simplyfiy them) a lot. Quotations For best reference of h...
http://nemerle.org/Macro_tips
crawl-001
refinedweb
299
52.87
Rules & Conventions Rules - No Spamming - Please think before you post and be constructive. - Don't post copyrighted material or intellectual property without permission and proper attribution (also see copyrightpage). Conventions - This site is intended for scientific collaboration. It is not to be used for: - Researc...
https://earthscinotebook.readthedocs.io/en/latest/wiki/standards/
CC-MAIN-2019-09
refinedweb
257
55.64
Hi, I'm trying to count the number of unique IP addresses present in an apache log file. I am using a text file to store the unique IP addresses as this needs to scale to large numbers of IP addresses (upwards of 100 million) so using a dictionary or any other data structure stored in memory would make the machine run ...
https://www.daniweb.com/programming/software-development/threads/282731/counting-millions-of-unique-ip-addresses
CC-MAIN-2018-30
refinedweb
282
76.62
3 years ago. how to reduce the footprint of the binary image Hi, I'm quite new to the mbed platform (and the ARM Cortex microcontrollers). I am using the platformio build system (ie. gcc) which has support for mbed. My question is about the generated .bin file, which I find huge. For example, the simple led blink examp...
https://os.mbed.com/questions/70299/how-to-reduce-the-footprint-of-the-binar/
CC-MAIN-2019-35
refinedweb
197
85.08
Top React Hooks — Swipes and States Hooks contains our logic code in our React app. We can create our own hooks and use hooks provided by other people. In this article, we’ll look at some useful React hooks. React Swipeable React Swipeable is a library that lets us handle swipe events in our app. For instance, we can w...
https://hohanga.medium.com/top-react-hooks-swipes-and-states-1559b734ba77
CC-MAIN-2021-25
refinedweb
473
60.11
This article is in need of a technical review. Summary getAttributeNS returns the string value of the attribute with the specified namespace and name. If the named attribute does not exist, the value returned will either be null or "" (the empty string); see Notes for details. Syntax attrVal = element.getAttributeNS(na...
https://developer.mozilla.org/en-US/docs/Web/API/Element/getAttributeNS
CC-MAIN-2015-11
refinedweb
387
59.09
Openpyxl library to write excel file with styles Openpyxl probably the most popular python library for read/write Excel xlsx files. In this article, I will be sharing with you how to write data into excel file with some formatting. Let’s get started with openpyxl. If you have not yet installed this openpyxl library in ...
https://www.codeforests.com/2020/06/11/openpyxl-to-write-excel-with-styles/
CC-MAIN-2022-21
refinedweb
507
55.84
import "google.golang.org/appengine/user" Package user provides a client for App Engine's user authentication service. oauth.go user.go user_vm.go IsAdmin returns true if the current user is signed in and is currently registered as an administrator of the application. LoginURL returns a URL that, when visited, prompts ...
https://godoc.org/google.golang.org/appengine/user
CC-MAIN-2019-39
refinedweb
175
57.67
Table of Contents Our early learning of Haskell has two distinct aspects. The first is coming to terms with the shift in mindset from imperative programming to functional: we have to replace our programming habits from other languages. We do this not because imperative techniques are bad, but because in a functional la...
http://book.realworldhaskell.org/read/functional-programming.html
CC-MAIN-2017-26
refinedweb
9,768
69.52
The repackaging worked. In addition to a new deployment plan I needed to repackage the app that used to work on 1.0. Any updates to the classloader? Thank you all for the help Cheers! Hernan Sachin Patel wrote: > Is the .war you attached the exact archive you're deploying? If so, as > Jason mentioned, you problem is wi...
http://mail-archives.apache.org/mod_mbox/geronimo-dev/200605.mbox/%3C447CE5D1.9060501@gmail.com%3E
CC-MAIN-2014-23
refinedweb
488
54.59
I have custom authentication and user profiles solution where user profiles are stored in list. This list is directly accessible only to administrators. Users can register to site and modify their profiles through special pages that run profile operations under elevated privileges. Users have three versions of their av...
http://weblogs.asp.net/gunnarpeipman/archive/2009/07/23/sharepoint-creating-httphandler-for-user-profile-images.aspx?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+gunnarpeipman+%28Gunnar+Peipman%27s+ASP.NET+blog%29
crawl-003
refinedweb
750
52.66
Connect a bot to Slack APPLIES TO: SDK v4 This article shows how to add a Slack channel to a bot using one the following approaches: - Create a Slack application using the Azure portal. It describes how to connect your bot to Slack using the Azure portal. - Create a Slack application using the Slack adapter. It describ...
https://docs.microsoft.com/en-us/azure/bot-service/bot-service-channel-connect-slack?view=azure-bot-service-4.0
CC-MAIN-2021-43
refinedweb
1,828
65.12
Day of the Week Dear DDJ, Kim Larsen's article "Computing the Day of the Week" (DDJ, April 1995) is a good example of how a simple equation can sometimes replace tedious programming logic. This technique could be used in other applications to reduce code size and increase speed whenever a mathematical formula fits the ...
http://www.drdobbs.com/letters/184409582
CC-MAIN-2015-27
refinedweb
2,352
61.56
Introduction to AI for Ionic developers Artificial Intelligence is here and will gradually replace some jobs. Thanks to the open-source community, there are great libraries that can kickstart our AI projects. This tutorial is an introduction to AI usage in Ionic applications. In the previous tutorials (here and there),...
https://www.javascripttuts.com/introduction-to-ai-for-ionic-developers/
CC-MAIN-2020-50
refinedweb
1,243
57.87
14 June 2010 12:19 [Source: ICIS news] LONDON (ICIS news)--INEOS Bio has been awarded a £7.3m ($10.6m; €8.8m) grant towards £52m in construction costs for ?xml:namespace> The grant, from the The 24,000 tonnes/year plant would convert biodegradable household and commercial waste into biofuel and renewable electricity, I...
http://www.icis.com/Articles/2010/06/14/9367381/ineos-bio-wins-7.3m-grant-for-bioethanol-from-waste-plant.html
CC-MAIN-2015-11
refinedweb
203
51.99
The baseline ping Description This ping is intended to provide metrics that are managed by the Glean SDK itself, and not explicitly set by the application or included in the application's metrics.yaml file. Note: As the baselineping was specifically designed for mobile operating systems, it is not sent when using the G...
https://mozilla.github.io/glean/book/user/pings/baseline.html
CC-MAIN-2020-40
refinedweb
308
55.64
WebDeveloper.com > Client-Side Development > JavaScript > Checking for alphabet and numeric chars in a field PDA Click to See Complete Forum and Search --> : Checking for alphabet and numeric chars in a field Ann 07-09-2003, 08:38 AM Hi Guyz, I am trying to write javascript code for making sure a field in my form has f...
http://www.webdeveloper.com/forum/archive/index.php/t-12530.html
crawl-003
refinedweb
945
65.01
Explorations in overriding MATLAB functions In a recent blog post, I demonstrated how to use the MATLAB 2012a Symbolic Toolbox to perform Variable precision QR decomposition in MATLAB. The result was a function called vpa_qr which did the necessary work. >> a=vpa([2 1 3;-1 0 7; 0 -1 -1]); >> [Q R]=vpa_qr(a); I’ve suppr...
http://www.walkingrandomly.com/?p=4776
CC-MAIN-2015-06
refinedweb
1,244
57.1
In my current setup I have two components: - App component which is the main component and contains the method resetSetting which resets the state of the component - Timer component gets mounted when a state in App is true. This component has a method called checkSession which sets the state of the Timer component. My ...
https://forum.freecodecamp.org/t/pomodoro-reset-button/258767
CC-MAIN-2022-21
refinedweb
161
63.09
Since I had to implement a screenshot for SDL (when using openGL), and had to mess with it a bit to get it to work, I figured I’d package up the code and post it here in case anyone else might be able to use it. Oh. um. This code is released for anyone to anything they want with blah blah blah and don’t sue me if it de...
https://discourse.libsdl.org/t/screenshot/3077
CC-MAIN-2022-40
refinedweb
131
74.32
> > --- Steve Loughran <stevel@apache.org> wrote: > rule 1 of xml: nobody understands XML namespaces > rule 2: anybody who says they do. still doesnt. > > so there are the following categories > > -ignorant of xmlns > -vaguely aware, but doesnt understand > -think they understand, but doesnt really > -knows xmlns enoug...
http://mail-archives.apache.org/mod_mbox/ant-dev/200703.mbox/%3C255d8d690703231027r31327b58r42be6a8c7c309f7f@mail.gmail.com%3E
CC-MAIN-2014-15
refinedweb
352
60.04
tag: Kickstarter: Mycestro™, The Next Generation 3D Mouse 2013-05-07T09:56:53-04:00 tag: 2013-05-07T09:56:53-04:00 2013-05-07T14:26:11-04:00 Production Prototype Update 3 This post is for backers only. Please visit <a href="">Kickstarter.com</a> and log in to read. tag: 2013-05-06T11:21:11-04:00 2013-05-06T15:24:38-04:...
http://www.kickstarter.com/projects/mycestro/mycestrotm-the-next-generation-3d-mouse/posts.atom
CC-MAIN-2013-20
refinedweb
2,109
64.1
PRAGMA temp_store_directory (1) By Slava G (slavago) on 2020-05-03 14:01:22 [link] [source] I have java application with 10 threads, each thread works on different DB (each thread on one db). When I create connection to the DB, I pass to it PRAGMA temp_store_directory with folder where db is located , so temp file will...
https://sqlite.org/forum/info/3e7f50c393925587
CC-MAIN-2022-21
refinedweb
1,772
59.43
Hi, there, I got a question about STL that bothers me a lot. I cannot even do this simple one, #include <iostream> void main() { cout << "Hello World" << endl ; } It gave me this: Compiling... 1.cpp E:\temp\1.cpp(5) : error C2065: 'cout' : undeclared identifier E:\temp\1.cpp(5) : error C2297: '<<' : illegal, right oper...
https://cboard.cprogramming.com/cplusplus-programming/30816-question-about-stl.html
CC-MAIN-2017-13
refinedweb
157
77.03
* A friendly place for programming greenhorns! Big Moose Saloon Search | Java FAQ | Recent Topics | Flagged Topics | Hot Topics | Zero Replies Register / Login JavaRanch » Java Forums » Java » Beginning Java Author High Scores Table Daniel McConville Greenhorn Joined: Jun 04, 2004 Posts: 1 posted Jun 04, 2004 23:37:00 ...
http://www.coderanch.com/t/396586/java/java/High-Scores-Table
CC-MAIN-2014-41
refinedweb
577
71.44
06 July 2012 17:05 [Source: ICIS news] WASHINGTON (ICIS)--The ?xml:namespace> In its monthly employment report, the department said the chemicals sector added 900 employees in June to bring the sector’s total workforce back up to 797,900. The chemicals industry had seen a modest employment downturn in May with the loss...
http://www.icis.com/Articles/2012/07/06/9576247/us-chemicals-plastics-sectors-added-workers-in-june.html
CC-MAIN-2014-42
refinedweb
192
62.27
, script, and EL expressions in your template in order to generate parametrized text. Here is an example of using the system:Error rendering macro 'code': Invalid value specified for parameter 'lang' import groovy.text.Template. The variable session is one of some default bound keys. More details reveals the documentat...
http://docs.codehaus.org/pages/viewpage.action?pageId=25056
CC-MAIN-2015-18
refinedweb
110
59.7
42 To read all comments associated with this story, please click here. To read all comments associated with this story, please click here. Member since: 2005-11-13 True. And not including code to debug and play .ogg, .au, .ape, .flac, .tta, and so on makes sense because each implementation is yet another place for bugs...
http://www.osnews.com/permalink?653542
CC-MAIN-2018-09
refinedweb
285
72.36
Ember.js: The Perfect Framework for Web Applications Free JavaScript Book! Write powerful, clean and maintainable JavaScript. RRP $11.95 Ember.js is an opinionated frontend JavaScript framework that has been getting a lot of interest lately. This article will introduce some key concepts of the framework while building ...
https://www.sitepoint.com/ember-js-perfect-framework-web-applications/?utm_source=frontendfocus&utm_medium=email
CC-MAIN-2021-10
refinedweb
4,751
64.41
Dear All, Does anybody know how to count lines within specific area say inside of a rectangle and the lines have specific angle say 45deg, also possible highlight the valid lines with color? Thanks Find the number of lines inside a specific area OpenMV related project discussion. 2 posts • Page 1 of 1 Re: Find the numb...
http://forums.openmv.io/viewtopic.php?f=5&p=2958&sid=8bd0908da58f4c27347550088fb2e0a3
CC-MAIN-2018-05
refinedweb
287
67.65
Opened 7 years ago Closed 4 years ago Last modified 4 years ago #13586 closed Cleanup/optimization (fixed) Improvements in Signals.m2m_changed documentation Description I think it should be explicitly mentioned in the doc that the sender must be the through table when the signal is connected: m2m_changed.connect(yourfu...
https://code.djangoproject.com/ticket/13586
CC-MAIN-2017-09
refinedweb
1,416
65.56
C being prompt for us to input Let’s open it in IDA and see what we get! First, we need to look for the main function. This is simple because we can start at the entry point and look for 3 push calls followed by a function call. 96.69% of the time, this function is main, and in this case, it is sub_411AE0. Pretty strai...
https://chuongdong.com/reverse%20engineering/2020/07/05/CSCML2020-RE/
CC-MAIN-2021-25
refinedweb
2,094
56.86
Created on 2015-05-14 11:58 by ronaldoussoren, last changed 2015-05-16 17:38 by eric.snow. This issue is now closed. The script below creates a basic PEP 420 style package with a single module in it ('package.sub') and tries to import that module With 3.5 the script runs without problems and prints 42 (as expected). Wi...
https://bugs.python.org/issue24192
CC-MAIN-2018-30
refinedweb
354
70.5
Opened 4 years ago Closed 4 years ago #16126 closed Cleanup/optimization (fixed) please add information on rendering DELETE checkbox manually for formset Description <form method="post" action=""> {{ formset.management_form }} {% for form in formset %} {{ form.id }} <ul> <li>{{ form.name }}</li> <li>{{ form.age }}</li>...
https://code.djangoproject.com/ticket/16126
CC-MAIN-2015-22
refinedweb
328
56.18
NetHackWiki:Community Portal/Archive4 This page contains old sections from NetHackWiki:Community Portal. If you want to carry on talking about these topics, post a new section on the current Community Portal page. This page is intended to be a static archive. Contents - 1 Cultural references - 2 NetHack sources on NetH...
https://nethackwiki.com/wiki/NetHackWiki:Community_Portal/Archive4
CC-MAIN-2020-34
refinedweb
8,057
70.84
Get know how to create mocks and spies in even more compact way with Spock 1.1 Introduction Spock heavily leverages operator overloading (and Groovy magic) to provide very compact and highly readable specifications (tests) which wouldn’t be able to achieve in Java. This is very clearly visible among others in the whole...
https://solidsoft.wordpress.com/2016/11/28/more-compact-mock-creation-syntax-in-spock-1-1/
CC-MAIN-2018-17
refinedweb
501
62.38
requirement Modular exponentiation algorithm , Through the verification of the server . visit**.207.12.156:9012/step_04 The server will give you 10 A question , Each question contains three numbers (a,b,c), Please give me a^b%c Value . The return value is written to the field ans,10 Use a comma for each number , separa...
https://en.pythonmana.com/2021/08/20210823010651136j.html
CC-MAIN-2022-27
refinedweb
1,521
61.16
Created on 2010-06-18 10:20 by mark.dickinson, last changed 2010-09-07 04:47 by rhettinger. This issue is now closed. Not a serious bug, but worth noting: The result of randrange(n) is not even close to uniform for large n. Witness the obvious skew in the following (this takes a minute or two to run, so you might want ...
https://bugs.python.org/issue9025
CC-MAIN-2021-10
refinedweb
2,121
63.7
Write a C# program that requests the width (x) and height (y) of a rectangle and calculate the perimeter, area and diagonal. 4 6 Perimeter: 20 Area: 24 Diagonal: 7.21110255092798 using System; public class DoubleValue { public static void Main(string[] args) { double a = Convert.ToDouble(Console.ReadLine()); double b =...
https://www.exercisescsharp.com/data-types-a/double-value/
CC-MAIN-2022-05
refinedweb
130
53.37
What is the problem with this table editor code?814246 Aug 13, 2012 6:29 AM im using JButton as TableCellEditor component. When I clicked on button nuthing happens. Tell me where im wrong? Tell me where im wrong? public class Abc extends AbstractCellEditor implements TableCellEditor{ private JButton btnSearch ; private...
https://community.oracle.com/message/10532984
CC-MAIN-2017-47
refinedweb
297
60.31
FOR THE SECOND LAB IN COMPUTER SCIENCE 124, you will write a few short programs using Visual J++. You'll also learn how to create a Visual J++ project from scratch and learn more about Visual J++ in general. As far as programming goes in this lab, you'll use variables, assignment statements, if statements, and while st...
http://math.hws.edu/eck/cs124/labs98/lab2/index.html
crawl-001
refinedweb
3,154
71.14
. Code On Time generator allows creating data controllers from the result set of a stored procedure. Some stored procedures use parameters in order to perform operations on the data. In the Northwind sample database, the [Employee Sales By Country] stored procedure shows total sales amounts grouped by employee, and the...
http://codeontime.com/blog/label/Data%20Sources
CC-MAIN-2017-22
refinedweb
419
51.24
Defect Report #148 Submission Date : 23 Feb32: Defining library functions Subclause 7.1.7 is unclear about when it is permitted to declare a library function. Consider the following translation unit: #include <math.h> double (sin)(double); Subclause 7.1.7 states in part: Any function declared in a header may be additio...
http://www.open-std.org/jtc1/sc22/wg14/www/docs/dr_148.html
CC-MAIN-2019-13
refinedweb
347
50.26
Any chance to access the train scripts to get that rebuild? Best regards Any chance to access the train scripts to get that rebuild? Best regards Hi, you can use these scripts: train.zip (8.5 KB) for installing DA for Delphi 10.3.3 (compiling all dcu for all supported platforms), it uses these parameters: Train.exe “-v...
https://talk.remobjects.com/t/rebuild-ro-and-da-libraries-with-train/21930
CC-MAIN-2020-24
refinedweb
332
51.14
How do I read and output a text file from a Servlet? Created May 3, 2012 Alex Chaffee Try the following:Also note the use of a finally block to close the file. This way, even if the reading throws an exception, the file will be closed. This is important on a server, since file descriptors are limited, and you don't wan...
http://www.jguru.com/faq/view.jsp?EID=11569
CC-MAIN-2016-44
refinedweb
321
64.91
/* Declarations for getopt (GNU extensions). This file is part of the GNU C Library and is also part of gnulib. Patches to this file should be submitted to both projects. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Fr...
https://emba.gnu.org/emacs/emacs/blame/master/lib/getopt-ext.h
CC-MAIN-2020-34
refinedweb
113
65.93
Hello experts, I'm trying to gather configuration information from Hitachi arrays by using SMI-S. I have no issue to discover configuration information for AMS and HUSVM storage arrays because I just connect directly to Command Suite server with root/smis/current namespace. But VSP G arrays have embedded SMI-S provider...
https://community.hitachivantara.com/thread/12882-cant-connect-to-vsp-g-storages-by-using-smi-s
CC-MAIN-2019-09
refinedweb
187
65.12
XPath's name, local-name, and namespace-uri functions Discussion in 'XML' started by Marc A. Criley,,562 - Simon Harris - May 10, 2005 java.net.URI.relativize(java.net.URI) not really workingStanimir Stamenkov, Aug 12, 2005, in forum: Java - Replies: - 1 - Views: - 2,569 - Stanimir Stamenkov - Aug 17, 2005 XSLT: Relati...
http://www.thecodingforums.com/threads/xpaths-name-local-name-and-namespace-uri-functions.168491/
CC-MAIN-2015-11
refinedweb
139
58.92
0 This is my prompt. Write a program that asks the user how many twin primes the user wants to find, reads in that goal, and then successively examines the numbers starting at 2 to see if the number is a twin prime. The program stops when the specified number of twin primes has been found. It then prints out the twin p...
https://www.daniweb.com/programming/software-development/threads/380889/finding-twin-prime-number-specified-by-user
CC-MAIN-2017-17
refinedweb
361
67.42
package Sorting; import javax.swing.JOptionPane; public class Sorting2 { public static int s[] = new int[100]; public static void main(String[] args) { String ask = ""; for (int i = 0; i< 5;i++){ ask = JOptionPane.showInputDialog("Enter: "); s[i] = Integer.parseInt(ask); System.out.println(s[i]); } for (int x = s.lengt...
https://www.daniweb.com/programming/software-development/threads/177418/how-do-i-sort-in-descending
CC-MAIN-2018-17
refinedweb
145
68.47
Visiting New Orleans on a budget and in only a weekend Enjoying the cultural jewel that is New Orleans When I first visited New Orleans in the summer of 2003, I was only slightly impressed. A large number of the buildings in and around the French Quarter were crumbling and derelict. Bourbon Street seemed very over-hype...
https://hubpages.com/travel/Visiting-New-Orleans-on-a-budget-and-in-only-a-weekend
CC-MAIN-2018-05
refinedweb
2,592
69.01
List ion-list ion-list The List is a widely used interface element in almost any mobile app, and can include content ranging from basic text all the way to buttons, toggles, icons, and thumbnails. Both the list, which contains items, and the list items themselves can be any HTML element. Using the List and Item compone...
https://ionicframework.com/docs/v3/3.6.1/api/components/list/List/
CC-MAIN-2019-13
refinedweb
118
55.54
find code problem - Hibernate hibernate code problem String SQL_QUERY =" from Insurance as insurance where insurance. lngInsuranceId='1'"; Query query... thanks shakti Hi friend, Your code is : String SQL_QUERY =" from sql query - SQL sql query hi sir,i have a month and year numbers,when i am enter a month and year in ...
http://roseindia.net/tutorialhelp/comment/13203
CC-MAIN-2014-42
refinedweb
2,169
56.66
/* Case-insensitive string comparison function. Copyright (C) 1998-1999, 2005-2007 Free Software Foundation, Inc. Written by Bruno Haible <bruno@clisp.org>, 2005, based on earlier glibc> #if HAVE_MBRTOWC # include "mbuiter.h" #endif #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) /* Compare the character strin...
http://opensource.apple.com/source/gnutar/gnutar-450/gnutar/lib/mbscasecmp.c
CC-MAIN-2016-36
refinedweb
216
63.59
IaGraph: A Python Package for Quick Interactive Graphing This is a package of interactive graphing tools, built upon the Climate Data Analysis Tools (CDAT) package (v4.0). IaGraph will create line plots, scatter plots, and contour plots. The current version of the package is 0.3.1. The page is subdivided into these cat...
http://www.johnny-lin.com/py_pkgs/IaGraph/Doc/
crawl-002
refinedweb
1,417
64
"slackplan9 bsd" Staalmannen (not verified) - August 3, 2012 @ 2:28pm +1 to the suggestion of a Linux distro with BSD user land, statically linked and rather than PATH environment variables etc a proper union mount system with "private namespaces" like in Plan9. A working Glendix distro (clean Plan9, but with Linux ke...
http://www.tuxradar.com/content/open-ballot-whats-your-ideal-distribution-look?page=1
CC-MAIN-2014-15
refinedweb
3,308
73.58