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
${version} Table of Contents ApplicationListener Spring Data REST makes exporting domain objects to RESTful clients using HATEOAS principles very easy. It exposes the CRUD methods of the Spring Data CrudRepository interface to HTTP. Spring Data REST also reads the body of HTTP requests and interprets them as domain obj...
http://docs.spring.io/spring-data/rest/docs/2.0.0.RC1/reference/htmlsingle/
CC-MAIN-2017-04
refinedweb
2,825
53.81
Storage Before finishing up, there are a few other issues that you need to consider that are just part and parcel of cloud applications, regardless of the provider. First of all, you need to rethink your relationship with your data. Data may or may not be replicated by the service, and it may or may not be stored on th...
http://www.drdobbs.com/database/getting-started-with-the-cloud-the-ecosy/229301121?pgno=3
CC-MAIN-2014-52
refinedweb
1,487
61.56
On Thu, 2004-08-05 at 03:06 -0400, James Y Knight wrote: > So, I was a bit irritated recently because there is no way to test for > private name usage in a module's namespace. '__all__' is a good start, > but it is somewhat poor for a few reasons: WOW. THank you for doing this, james. This is more useful than PyChecker...
http://twistedmatrix.com/pipermail/twisted-python/2004-August/008297.html
CC-MAIN-2017-17
refinedweb
132
74.29
Re: Winmngt Service From: Wesley Vogel (123WVogel955_at_comcast.net) Date: 03/01/04 - ] Date: Mon, 01 Mar 2004 22:35:20 GMT Sandy88; Sounds to me like the Repository folder is damaged>>>> [.]] --------------- C:\WINDOWS\System32\Wbem\Repository\FS del C:\WINDOWS\system32\wbem\Repository\FS =============================...
http://www.tech-archive.net/Archive/WinXP/microsoft.public.windowsxp.perform_maintain/2004-03/0179.html
crawl-002
refinedweb
283
67.25
in reply to minimum, maximum and average of a list of numbers at the same time This would seem a "perlish" solution to me: use List::Util qw/ min max sum /; sub min_max_avg { return min(@_), max(@_), sum(@_) / @_; } [download] _________broquaint And with List::Util::reduce()... use List::Util qw/ reduce /; sub min_max_...
http://www.perlmonks.org/index.pl?node_id=507342
CC-MAIN-2014-35
refinedweb
893
73.07
Authorization with Zend_Acl in Zend Framework We now have a way to check if a user is who he/she says he/she is. Next we need to stop certain users from accessing certain parts of the application. To do this, we are going to use the Zend_Acl component Zend_Acl introduction ACL (Access Control List) lets us create a lis...
https://www.packtpub.com/books/content/authorization-zendacl-zend-framework-18
CC-MAIN-2017-39
refinedweb
3,645
52.09
On Friday 07 July 2006 09:02, Thomas Singer wrote: > > That said, it is possible to write file names containing bytes that can't > > decode as UTF-8. > > I can't believe that. Could you please give an reproducible example? C++ code: #include <fstream> int main() { // the value 0xff and 0xfe must not occur in UTF-8 text...
http://svn.haxx.se/users/archive-2006-07/0249.shtml
CC-MAIN-2014-52
refinedweb
117
71.95
5 Things to Look for in JRuby 1.4 The team has finally wrapped up the long summer of JRuby-related travel, and it's time to set our sights on a new version of JRuby for the community to lovingly embrace. The release itself is tentatively planned to enter a round of release candidates at the end of September. Please pre...
https://blog.engineyard.com/2009/5-things-to-look-for-in-jruby-1-4
CC-MAIN-2016-22
refinedweb
1,255
64.91
Looks to me like stage is a method or a closure that takes 2 args. The first is a string, the second is a closure. Erick Nelson Senior Developer – IT HD Supply Facilities Maintenance (858) 740-6523 From: Chris Fouts <chrisfouts@ziftsolutions.com> Reply-To: "users@groovy.apache.org" <users@groovy.apache.org> Date: Frida...
https://mail-archives.eu.apache.org/mod_mbox/groovy-users/201805.mbox/raw/%3C89FF7CC8-F66F-4301-A57F-5923F09ACE90@hdsupply.com%3E/2
CC-MAIN-2021-25
refinedweb
164
69.89
In this situation strace also known as system-call tracer comes for rescue. It is a debugging tool that monitors the system calls used by a program and all the signals it receives. A system call is the most common way programs communicate with the kernel. System calls include reading and writing data, opening and closi...
http://codingfreak.blogspot.com/search?updated-max=2010-07-07T12:32:00%2B05:30&max-results=5
CC-MAIN-2017-34
refinedweb
921
66.84
In a typical application or site built with webpack, there are three main types of code: This article will focus on the last of these three parts, the runtime and in particular the manifest. The runtime, along with the manifest data, is basically all the code webpack needs to connect your modularized application while ...
https://webpack.js.org/concepts/manifest/
CC-MAIN-2018-43
refinedweb
384
61.77
October 2011 Volume 26 Number 10 Asynchronous Programming - Pause and Play with Await By Mads Torgersen | October 2011 Asynchronous methods in the upcoming versions of Visual Basic and C# are a great way to get the callbacks out of your asynchronous programming. In this article, I’ll take a closer look at what the new ...
https://docs.microsoft.com/en-us/archive/msdn-magazine/2011/october/asynchronous-programming-pause-and-play-with-await
CC-MAIN-2022-27
refinedweb
4,098
52.19
I have a program I have setup a Unit file for so that it will run as a service on startup. The program runs fine from the command line, however it fails to run on startup. When I check the status of the service, I see that has it failed to load. I see the failure is the result of: import paho.mqtt.client as mqtt Import...
https://www.raspberrypi.org/forums/viewtopic.php?p=1470011
CC-MAIN-2020-05
refinedweb
102
80.11
Reviewed. If you want to know more about this feature, please review the product documentation at the previous link or watch the Channel 9 video on this topic. Customer Scenario In a recent case, we were working with a customer who was trying to use Table Valued Parameters (TVPs) to do a ‘batch import’ of data into the...
https://blogs.msdn.microsoft.com/sqlcat/2016/08/09/using-table-valued-parameters-with-always-encrypted-in-sql-server-2016-and-azure-sql-database/
CC-MAIN-2017-30
refinedweb
1,408
54.02
Introduction on React Components React components are like functions in Javascript, the only difference between react components and Javascript function is the reacting component which returns HTML via render function. Whatever HTML view is visible on UI is generated by components. Previously to create an HTML design l...
https://www.educba.com/react-components/?source=leftnav
CC-MAIN-2021-21
refinedweb
976
54.12
Python Language¶ ↑ This document describes installation and basic use of NEURON’s Python interface. For information on the modules in the neuron namespace, see: Installation¶ ↑ - Syntax: ./configure --with-nrnpython ... make make install - Description: Builds NEURON with Python embedded as an alternative interpreter to...
https://www.neuron.yale.edu/neuron/static/new_doc/programming/python.html
CC-MAIN-2019-22
refinedweb
2,949
61.33
How can I return values to a recursive function without stopping the recursion? I have a structure with x number of lists in lists and each list x number of tuples. I don't know in advance how many nested lists there are or how many tuples there are in each list. I want to make dictionaries from all tuples and because ...
https://daily-blog.netlify.app/questions/1892530/index.html
CC-MAIN-2021-43
refinedweb
318
60.04
data. Turned to my favourite hammer, Python. And with xlrd, this was as easy as cutting a cake. Here’s three functions that did the job. GetFilenames collects all the filenames including path given a top level folder. Getdata collects the required data from the given row, col and writeOut dumps all the collected data ...
https://sukhbinder.wordpress.com/2014/05/15/simple-functions-to-collect-data-from-excel-files-using-xlrd-and-python/
CC-MAIN-2017-22
refinedweb
279
52.56
Deep Sleep Summary Hi all, Edited 2017-08-06 with new Pysense data Edited 2017-08-22 with new Pysense wake on pin info Edited 2017-09-06 with Deep Sleep Shield current consumption feedback, 3V3 input Edited 2017-09-12 to clarify that deep sleep current is from battery, not USB Here is my current understanding the situa...
https://forum.pycom.io/topic/1589/deep-sleep-summary/17
CC-MAIN-2019-30
refinedweb
1,938
76.22
RailsConf Europe on index cards, part II Sun Sep 17 16:30:00 CEST 2006 A note to the interested reader: These are the raw notes I jotted down at RailsConf Europe 2006. They are probably misleading, out-of-context and not particularly useful if you didn’t attend the sessions. Nevertheless, enjoy. Jim Weirich: Playing it...
http://chneukirchen.org/blog/archive/2006/09/railsconf-europe-on-index-cards-part-ii.html
crawl-001
refinedweb
547
59.19
On 05/11/2010 02:03 AM, Andrew Morton wrote:> On Sun, 09 May 2010 13:16:38 +0300> Boaz Harrosh <bharrosh@panasas.com> wrote:> >> On 05/07/2010 12:05 PM, Dan Carpenter wrote:>>> For kmap_atomic() we call kunmap_atomic() on the returned pointer.>>> That's different from kmap() and kunmap() and so it's easy to get them>>>...
http://lkml.org/lkml/2010/5/11/391
CC-MAIN-2014-10
refinedweb
332
58.38
I'm getting unexpected token (44.0) & (133.0) when parsing errors when I preview pages on my site. Can anybody explain what these errors are? I have not been able to figure it out. My code is: import wixCrm from 'wix-crm'; import wixWindow from 'wix-window'; $w.onReady(function () { }); $w("#newsletterRecipients").onAf...
https://www.wix.com/corvid/forum/community-discussion/parsing-errors-unexpected-token-public-pages-c1dmp-js
CC-MAIN-2020-24
refinedweb
411
51.95
Eric writes:> So. I've written a cross-reference analyzer for the configuration symbol> namespace. It's included with CML 1.2.0, which I just released. The> main reason I wrote it was to detect broken symbols.> > A symbol is non-broken when:> * It is used in either code or a Makefile> * It is set in a (CML1) configurat...
http://lkml.org/lkml/2001/4/19/43
CC-MAIN-2015-14
refinedweb
276
66.33
Code Effects solution comes with a powerful feature that allows you to reuse any evaluation type rule in any other rule as if it were a simple field of System.Boolean type. Imagine if your organization used a simple condition of Age is greater or equal to 21 in hundreds of its business rules. Obviously, if the value of...
https://codeeffects.com/Doc/Business-Rules-Reusable
CC-MAIN-2021-31
refinedweb
710
53.44
Created on 2007-08-13 08:15 by ldeller, last changed 2010-08-01 22:53 by georg.brandl. This issue is now closed. The xmlrpclib module in the standard library will use a 3rd party C extension called "sgmlop" if it is present. The last version of PyXML (0.8.4) includes this module, but it causes crashes with Python 2.5 d...
https://bugs.python.org/issue1772916
CC-MAIN-2021-25
refinedweb
554
67.35
We were out of cat food, and my husband (Doug) was heading to the store anyway, so he volunteered to get some. After I gave him a manufacturer’s coupon, a store coupon, and a store discount card, he was sorry he’d volunteered. Doug just wants the price to be the price. He is accepting reality, and the other night he t...
https://www.ibm.com/developerworks/community/blogs/enablingwithbluemix/?sortby=0&maxresults=50&lang=en
CC-MAIN-2015-22
refinedweb
8,916
60.95
(This article was first published on R snippets, and kindly contributed to R-bloggers)In GNU R the simplest way to measure execution time of a piece code is to use system.time. However, sometimes I want to find out how many times some function can be executed in one second. This is especially useful when we want to com...
http://www.r-bloggers.com/times-per-second-benchmark/
CC-MAIN-2015-18
refinedweb
309
58.52
Advertisements Write an application that prompts the user to make a choice for a Coffee cup size, S for Small, T for Tall, G for Grande and V for Venti ? the prices of the cup sizes will be stored in a parallel double array as $2.00, $2.50, $3.25, and $4.50 respectively. Allow the user to choose if they would like to a...
http://www.roseindia.net/answers/viewqa/Java-Beginners/21819-Java-Class-Question-.html
CC-MAIN-2014-35
refinedweb
237
53.47
Cannot run Vault docker sample in Server Mode: invalid reference format error I am playing with vault image. In description page, there is an example how to run vault in Server mode. docker run --cap-add=IPC_LOCK -e 'VAULT_LOCAL_CONFIG={"backend": {"file": {"path": "/vault/file"}}, "default_lease_ttl": "168h", "max_lea...
http://codegur.com/46685821/cannot-run-vault-docker-sample-in-server-mode-invalid-reference-format-error
CC-MAIN-2018-09
refinedweb
201
62.27
Below is a simple Angular 2 app with a real time search to the cdnjs public API. Type-in and see the real time magic: It uses the power of observables and the Reactive Extensions for JavaScript (RxJS). We’re using a few operators, namely debounceTime, distinctUntilChanged and switchMap to make sure we don’t send too ma...
https://alligator.io/angular/real-time-search-angular-rxjs/
CC-MAIN-2020-34
refinedweb
621
54.42
Tango is currently packaged in two formats: either with or without a compiler. Installing with a bundled compiler is easier since there's less configuration required. API documentation is available as a zip or online. Download this package and unzip it into a directory. Set the system path to point at the extracted bin...
http://www.dsource.org/projects/tango/wiki/TopicInstallTangoDmd
CC-MAIN-2016-40
refinedweb
266
53.47
. Meh. This isn't as big a change as I was thinking it would be. That said, "KDE Software Compilation" makes for really awkward phrasing (at least in English). Oh, yes, we recognize that. However, it actually isn't really meant to be used a lot. It's mostly for the release announcement purpose. In most other cases you ...
https://dot.kde.org/comment/108669
CC-MAIN-2016-40
refinedweb
6,686
70.84
Technical Support On-Line Manuals RL-ARM User's Guide (MDK v4) #include <rtl.h> int closesocket ( int sock); /* Socket descriptor */ The closesocket function closes an existing socket and releases the socket descriptor. Further references to sock fail with SCK_EINVALID error code. The argument sock specifies a socket d...
https://www.keil.com/support/man/docs/rlarm/rlarm_closesocket.htm
CC-MAIN-2020-34
refinedweb
119
50.23
XBMC: build a remote control Take control of your home media player with a custom remote control running on your Android phone. XBMC is a great piece of software, and can turn almost can computer into a media centre. It can play music and videos, display pictures, and even fetch a weather forecast. To make it easy to u...
https://www.linuxvoice.com/xbmc-build-a-remote-control/
CC-MAIN-2022-33
refinedweb
2,219
61.46
I updated my index.template.html by adding the scripts you mentioned above. It worked correctly in IE11. DEMO: @dobbel just follow the apexcharts documentation and enable compatibility with ie no quasar.conf.js file new examples added! New examples added! hi patrick I learning from your examples to implements the apex...
https://forum.quasar-framework.org/topic/4158/quasar-e-apex-charts-sample-application/6?lang=en-US
CC-MAIN-2022-33
refinedweb
192
64.91
I have had some experiences trying to build a chat application—most of the times I failed, or I had some other important stuff to report to. A few weeks back I wanted to check some services on Microsoft Azure, and Azure Redis Cache got my attention. As much as the name sounds crazy, the service itself is cheese, and ru...
https://www.codeproject.com:443/Articles/1236871/Utilizing-Azure-Redis-Cache-as-backend-for-chat-ap?display=Print&PageFlow=FixedWidth
CC-MAIN-2021-43
refinedweb
4,005
64
I found this by googling: After installing a new translator via qApp->installTranslator() you need to emit some kind of a languageChanged signal. Then you connect this signal to all your GUI... I found this by googling: After installing a new translator via qApp->installTranslator() you need to emit some kind of a lang...
http://developer.nokia.com/community/discussion/search.php?s=76feb0a5fff62b526c5255b0cc771826&searchid=3942913
CC-MAIN-2014-42
refinedweb
401
69.68
This series of workshops has been a bit of a marathon. There has been so much content and so much helpful input. Before I started, I think I would have reckoned I was an intermediate React dev - now, I think I am an intermediate React dev. My understanding of the whole React ecosystem has been picked up, restructured a...
https://www.kevincunningham.co.uk/posts/kcd-react-performance/
CC-MAIN-2020-29
refinedweb
853
64.3
In the article Calculating Reverse CRC I described an algorithm to create a four byte patch sequence that can be inserted into a message to give the message a desired CRC. A reader asked if and how the algorithm could be adopted to return a patch sequence with only ASCII characters. This article details how to extend t...
http://www.danielvik.com/2012/01/finding-reverse-crc-patch-with-readable.html?showComment=1516189725034
CC-MAIN-2019-18
refinedweb
2,076
63.59
1234567891011 12 13 14 15ORACLE AMERICA, INC., 16Plaintiffs,17v. 18GOOGLE INC.,19Defendant.20 Hearing:Time:Dept:Judge: 2122232425262728GOOGLES OPPOSITION TO ORACLES RULE 59 MOTION FOR A NEW TRIALCase No. 3:10-cv-03561 WHA TABLE OF CONTENTS Page I. INTRODUCTION .............................................................
https://de.scribd.com/document/320535384/16-07-20-Google-Opposition-to-Oracle-Motion-for-New-Trial
CC-MAIN-2022-40
refinedweb
10,279
53.21
Feedback Getting Started Discussions Site operation discussions Recent Posts (new topic) Departments Courses Research Papers Design Docs Quotations Genealogical Diagrams Archives While investigating the relationship between modules, their versions and mutual dependencies I came across one hard problem: Given a reposito...
http://lambda-the-ultimate.org/node/3588
CC-MAIN-2019-51
refinedweb
5,628
64.2
Documentation Team/API Documentation Contents Definition." Good apidox take some effort to write -- but less effort) code. Preamble APIDOX are what make a program accessible to other contributors. They are not essential, but they certainly help a great deal for new people who want to work on your code, or better yet, r...
http://wiki.sugarlabs.org/go/Documentation_Team/API_Documentation
CC-MAIN-2020-16
refinedweb
947
66.94
Introduction to ActionScript 2.0/Properties and Methods< Introduction to ActionScript 2.0 Key concepts: - Properties and methods - Global functions and variables - The main timeline as a MovieClip - Dot access this, this._parent with - Property access with [] - Basic MovieClip methods and properties - Initialisation wi...
https://en.m.wikibooks.org/wiki/Introduction_to_ActionScript_2.0/Properties_and_Methods
CC-MAIN-2017-39
refinedweb
2,148
66.84
console games in Scala I've been thinking about rich console applications, the kind of apps that can display things graphically, not just appending lines at the end. Here are some info, enough parts to be able to write Tetris. ANSI X3.64 control sequences To display some text at an arbitrary location on a termial scree...
http://eed3si9n.com/node/268
CC-MAIN-2018-47
refinedweb
2,385
56.66
C# is a programming language based on object oriented programming concepts and like other programming languages like Java, It supports multithreading, so this article provides you details of multithreading in C# with console application examples.. A multithread program contains two or more parts that can run concurrent...
https://qawithexperts.com/article/c-sharp/multithreading-in-c-with-example/201
CC-MAIN-2021-21
refinedweb
882
58.58
//This is the code for drawing a square #include<iostream> using namespace std; class square { public: int h,w; square(){ cout<<"Square's constructor!!"<<endl; h=0; w=0; } ~square(){ cout<<"Square's destructor!!"<<endl; } public:void drawsquare(){ cout<<"This program draws a square."<<endl; cout<<"Enter the height and ...
https://www.daniweb.com/programming/software-development/code/228972/shape-drawer-class
CC-MAIN-2018-39
refinedweb
355
66.23
WF 4.0: Building a Hello World Sequential Workflow Note: This post is based on Visual Studio 2010 Beta 1 which is the latest version available in the time of writing this post, so by the time this technology ships, there are probably things that will be slight different. Start Visual Studio 2010 Beta 1 and create a new...
https://blogs.msdn.microsoft.com/bursteg/2009/05/19/wf-4-0-building-a-hello-world-sequential-workflow/
CC-MAIN-2016-44
refinedweb
535
50.02
#include <Wt/Ext/Button> A button. A button with a label and/or icon, which may be standalone, or be added to a ToolBar (see ToolBar::addButton()) or to a Dialog (see Dialog::addButton()). The API is similar to the WPushButton API, with the following additional features: Alias for the activated() signal. This signal is...
https://webtoolkit.eu/wt/doc/reference/html/classWt_1_1Ext_1_1Button.html
CC-MAIN-2016-50
refinedweb
115
50.73
I have a table that is generated else where. the problem i have is that the majority of the field attributes have different amount of spaces before and after the attribute. for example "____Blackhawk Sub No 1 _______". I have been manual using field calculator doing the !myfield!.lstrip, !myfield!.rstrip !myfield!.stri...
https://community.esri.com/thread/170291-strip-attributes-of-entire-table
CC-MAIN-2019-13
refinedweb
269
53.07
Apple's iTunes is the most popular audio and video podcast aggregator. If you want to add your feed to iTunes so that your content is available through the iTunes Music Store, you can adapt the RSS feed that you created with the instructions on pages 379385 by including iTunes special elements to describe your data. Yo...
https://flylib.com/books/en/2.62.1.296/1/
CC-MAIN-2021-25
refinedweb
999
59.43
Hi guys, I'm very new to the Crimson/Emerald editor and so far I thinks it rocks…but there is one feature I use a LOT in my current editor (ConText) that I wonder if Crimson has already. I'm not even sure that the feature I use in ConText is intended to be there, but it sure is handy…. the feature I use is when I have ...
http://sourceforge.net/p/emeraldeditor/discussion/574349/thread/7efb1b23/
CC-MAIN-2014-23
refinedweb
286
66.3
Retrograding Weekend News 06.29.03 Right. I’ve spent most of this week doing interviews and resume sending so I haven’t had much free time. I’ve just learned my fiancee is going nuts back in the UK, and I realized no matter what I write, it’s going to be a let down compared to last weeks Adam Ryland interview. So I gue...
http://diehardgamefan.com/2003/06/29/1396/
CC-MAIN-2019-35
refinedweb
7,237
80.82
By Mike Gunderloy Sometimes it seems to take more code to support a component than to implement its functionality. For example, you might sell a client a server-side component with a license that limits the user to five simultaneous instances of the component. This business decision has development consequences: You no...
http://www.techrepublic.com/article/let-enterprise-services-track-your-license-count/
CC-MAIN-2017-17
refinedweb
1,481
57.67
Building, Maintaining, and Tuning the Box. Understanding Partition Types and Requirements Partition sizing and configuration for a server is one of those planning tasks that, although mundane, will affect your entire Windows NT network. The ability to run utilities, perform automated upgrades, service applications, and...
http://technet.microsoft.com/en-us/library/bb727090(d=printer).aspx
CC-MAIN-2013-48
refinedweb
18,928
60.75
It would be alot better if you put the cap on the same side as the part. The inductance will be lower that way. The idea of a bypass cap is to create a low impedance source at the bypass point. Putting the extra via inductance in doesn't help that. Also, at higher frequencies if you don't connect the cap before you mak...
http://www.qsl.net/wb6tpu/si-list2/pre99/1350.html
CC-MAIN-2015-35
refinedweb
170
75.2
I have pictures of objects in my static files that I would like to display. However for some objects I don't have a picture and for those I would like to display an image saying "no pic available". I therefore have a field called pictures which is set to 1 for the object with a picture available and 0 for those with no...
https://codedump.io/share/HcQghuxihk9J/1/using-django-custom-template-tag-to-display-photos
CC-MAIN-2017-09
refinedweb
288
51.65
Node is one of the premier frameworks for microservice architecture today. The microservice pattern allows developers to compartmentalize individual components of a larger application infrastructure. In this Node Microservices. Node is one of the premier frameworks for microservice architecture today. The microservice ...
https://morioh.com/p/6de13d44b013
CC-MAIN-2020-10
refinedweb
5,192
60.41
1. Overview In this codelab, you'll learn how to monitor your app's performance during a feature rollout. Our sample app will have basic functionality, and it's set up to display a different background image based on a Firebase Remote Config flag. We'll go over instrumenting traces to monitor the app's performance, rol...
https://firebase.google.com/codelabs/feature-rollout-performance?hl=en
CC-MAIN-2022-33
refinedweb
3,152
53.41
Hi everyone, I just wrote this code as a solution for the reverse words question. Actually, it is working fine on my pc, while it is not accepted by the online judge, claiming that on input " 1" my code produces "1 " as an output. What I'm doing wrong? `public class Solution { public String reverseWords(String s) { Str...
https://discuss.leetcode.com/topic/1828/on-my-pc-the-solution-works-perfectly-the-online-judge-complains-what-i-m-missing
CC-MAIN-2018-05
refinedweb
102
68.16
Improving the Rubinius Bytecode Compiler The Rubinius bytecode compiler is the gateway to all the magic that makes your Ruby code run. As you probably know, the Rubinius virtual machine is a bytecode interpreter. The Rubinius JIT compiler also processes bytecode, converting it into native machine code. Without bytecode...
https://blog.engineyard.com/2009/improving-the-rubinius-bytecode-compiler
CC-MAIN-2015-35
refinedweb
2,945
63.29
IRC log of tagmem on 2003-11-10 Timestamps are in UTC. 19:25:59 [RRSAgent] RRSAgent has joined #tagmem 19:26:01 [Zakim] Zakim has joined #tagmem 19:26:04 [Ian] zakim, this will be TAG 19:26:04 [Zakim] ok, Ian; I see TAG_Weekly()2:30PM scheduled to start in 4 minutes 19:26:28 [Ian] Ian has changed the topic to: 19:51:58...
http://www.w3.org/2003/11/10-tagmem-irc.html
CC-MAIN-2015-40
refinedweb
4,394
78.28
On 02/02/08 16:27, Klaus Schmidinger wrote: > In a crude attempt to run VDR's Transfer-Mode without using a cRemux > (and thus avoiding all the extra buffering and processing) I am > trying to send the payload of the TS packets directly to the device. > > The attached patch implements cDevice::PlayTS() and handles vide...
http://www.linuxtv.org/pipermail/vdr/2008-February/015405.html
CC-MAIN-2015-22
refinedweb
107
55.27
how i want to develop a online bit by bit examination process as part of my project in this i am stuck at how to store multiple choice questions options and correct option for the question.this is the first project i am doing I have only one day to visit the Jaipur.. I have only one day to visit the Jaipur.. Hi, I have...
http://roseindia.net/tutorialhelp/comment/6127
CC-MAIN-2014-42
refinedweb
1,920
72.05
M. And lucky us there are a few good libraries there – for ease of use. WIRING MPR121 SENSOR WITH ARDUINO: Most of the MPR121 will have the following pinout: - GND – connect that to your Arduino ground pin - VCC – connect to the Arduino 3.3V (NOTE: 3.3V not 5V !!) - SDA – connect to the I2C SDA pin – in Arduino Uno its...
http://www.gadgetronicx.com/interface-touch-sensor-mpr121-arduino/
CC-MAIN-2018-34
refinedweb
1,151
71.75
Wholesale || Sleepwear Factories || Loungewear || Lingerie || Women's Wholesale Clothing || Discount Women's Wholesale Fashion || Women's Fashion News || Women's Clothes Guide || Womenswear Buyers || Women's Fashion || Shop For Women's Clothing Carole Hochman: Carole Hochman has been designing intimate apparel for more...
https://www.apparelsearch.com/wholesale_clothing/womens/womens_wholesale_sleepwear.htm
CC-MAIN-2020-16
refinedweb
703
55.34
Introduction: ASP.NET MVC allows you to break/partition your large application into smaller parts. You can use Area in ASP.NET MVC (C# and VB.NET) projects easily. But I have found an issue regarding Area in ASP.NET MVC 3 Tools Update when working with a ASP.NET MVC 3 (VB.NET) project. Note that I am saying ASP.NET MVC...
http://weblogs.asp.net/imranbaloch/archive/2011/08/16/area-issue-in-asp-net-mvc-3-vb-net.aspx
CC-MAIN-2013-20
refinedweb
532
72.83
S3Anonymize Table of Contents S3Anonymize is a tool to remove sensitive information from a record (and related records) based on configurable rules. It is primarily intended for person data, but can be re-used for any type of record. Important Notes - S3Anonymize removes the specified record details permanently and irr...
https://eden.sahanafoundation.org/wiki/S3/S3Anonymize
CC-MAIN-2022-21
refinedweb
784
54.05
Most people want to do a lot more to pictures than just display them and crop them. If you do a lot of digital photography, you may want to remove the "red-eye" caused by your camera flash. You might also want to convert pictures to black and white for printing, highlight certain objects, and so on. To do these things,...
https://www.pythonstudio.us/computer-science/pixels-and-colors.html
CC-MAIN-2019-51
refinedweb
2,367
62.68
There is an awful lot of confusion and hype about threads. The enthusiasm for threads is largely driven by the growth of multi-core hardware, while the headaches are a natural consequence of the difficulties posed by threaded programs. Throughout this article, it is important to remember that though the basic concept o...
http://dsource.org/projects/tango/wiki/ChapterThreading
CC-MAIN-2019-51
refinedweb
3,230
66.03
Learn Methods, Blocks, & Sorting Practice Makes Perfect You won’t become a Master Method Maker ‘til you make a mess of methods. (Say that three times fast.) def by_five?(n) return n % 5 == 0 end The example above is just a reminder on how to define a method. Instructions 1. Define a Make sure to use Define a greeter me...
https://production.codecademy.com/courses/learn-ruby/lessons/methods-blocks-sorting/exercises/practice-makes-perfect-1
CC-MAIN-2021-04
refinedweb
113
72.46
Linear searching techniques are the simplest technique. In this technique, the items are searched one by one. This procedure is also applicable for unsorted data set. Linear search is also known as sequential search. It is named as linear because its time complexity is of the order of n O(n). Input: A list of data: 20 ...
https://www.tutorialspoint.com/Linear-Search
CC-MAIN-2021-43
refinedweb
273
63.97
I was wondering if this would be the best way to fix this. The alternative would be to turn off the XML declaration and add an html type character encoding metadata statement. If you think adding the namespace is the best way to go I'm happy to do a patch, but it'd save me time if you could tell me where the this part ...
http://mail-archives.apache.org/mod_mbox/forrest-dev/200603.mbox/%3Ceab855560603080609v5df79501s@mail.gmail.com%3E
CC-MAIN-2016-44
refinedweb
123
74.69
colorama 0.2.7 Cross-platform colored terminal text. - Download and docs: - - Development: - - Discussion group: - otherwise show up as gobbledygook in your Termcolor (.).2 Usage Initialisation Applications should initialise Colorama using: from colorama import init init() If you are on Windows, the call to init() will...
https://pypi.python.org/pypi/colorama/0.2.7
CC-MAIN-2015-22
refinedweb
262
64
Filtering with Multiple Genre List Remember that when we had only one Genre per Movie, it was easy to quick filter, by adding a [QuickFilter] attribute to GenreId field. Let's try to do similar in MovieColumns.cs: [ColumnsScript("MovieDB.Movie")] [BasedOnRow(typeof(Entities.MovieRow))] public class MovieColumns { //......
https://volkanceylan.gitbooks.io/serenity-guide/tutorials/movies/filtering_with_multiple_genre_list.html
CC-MAIN-2019-18
refinedweb
1,301
59.3
ESP8266 + Radio + Relay Working Fine HI Everyone, I noticed that I couldn't find a relay working with ESP8266MOD, I was messing with it over the last few days and figured out that the following sketch works. The big fix was in the sketch you use pin 0 for the relay and actually attach it to pin 3. This works great with...
https://forum.mysensors.org/topic/7965/esp8266-radio-relay-working-fine
CC-MAIN-2018-47
refinedweb
125
53.61
Cannot find namespace system.web.security - Tuesday, May 17, 2005 5:17 AMHello, I am using beta2 team edition. But when I try to add "using system.web.security;" in the code, I got compile error: Error 1 The type or namespace name 'Security' does not exist in the namespace 'System.Web' (are you missing an assembly refe...
http://social.msdn.microsoft.com/Forums/en-US/vstsprofiler/thread/92024d61-209b-4eb5-82a7-ffcbb642f01a
CC-MAIN-2013-20
refinedweb
647
54.08
Thanks Jeni - That is exactly what I wanted to know. Using MSXML 4.0 you can do this.. (where @att="myns:hello") to return "hello".... <xsl:stylesheet version="1.0" xmlns:xsl="" xmlns: <xsl:template <xsl:value-of </xsl:template> </xsl:stylesheet> I'm using .Net Xslt however and I don't think it supports the extension f...
http://www.oxygenxml.com/archives/xsl-list/200208/msg00836.html
crawl-002
refinedweb
401
62.07
Section 8.9 The Java Collections Framework One very helpful component of the Java standard library is the extensive Java Collections Framework 18 that provides implementations of many commonly used data structures. Some of them we have already discussed in Chapter 5. In this section, we only give a very high-level over...
https://prog2.de/book/sec-java-collections.html
CC-MAIN-2022-33
refinedweb
1,323
54.52
Searching. If you liked this blog, share the love: January 17th, 2006 at 8:03 am Peter Nederlof also had some thoughts on this, i think that’s even prettyer… January 17th, 2006 at 8:48 am Not bad but have a few problems with Peter’s approach. That it’s modify Function may or may not be a problem (to me it’s a problem)....
http://www.sitepoint.com/blogs/2006/01/17/javascript-inheritance/
crawl-001
refinedweb
2,778
62.78
Hey there everyone! I am quite familiar with FMOD studio, and I’ve recently been learning Unity to make an audio showcase. I downloaded the Fmod Studio Unity package and imported it into my Unity Project. Just from poking around, I was able to figure out some basic stuff. I create FMOD Assets by refreshing from the GUI...
http://www.fmod.org/questions/question/forum-39908/
CC-MAIN-2018-30
refinedweb
2,213
65.73
C# 3.0 has certainly introduced some really cool features. I have used the Automatic Properties extensively as well as object and collection initializers. These are real time savers. However, the most exciting feature (IMHO) are Extension Methods. My last post shows one example of how powerful extension methods can be....
http://geekswithblogs.net/WillSmith/archive/2008/03/13/more-fun-with-extension-methods.aspx
CC-MAIN-2014-42
refinedweb
272
50.63
本文来自于: Using SIP Bindings are generated by the SIP code generator from a number of specification files, typically with a .sip extension. Specification files look very similar to C and C++ header files, but often with additional information (in the form of a directive or an annotation) and code so that the bindings gene...
https://my.oschina.net/u/2306127/blog/375948
CC-MAIN-2018-09
refinedweb
3,741
56.45
. [edit] Ada with Ada.Strings.Fixed, Ada.Text_IO; use Ada.Strings, Ada.Text_IO; procedure String_Replace is Original : constant String := "Mary had a @__@ lamb."; Tbr : constant String := "@__@"; New_Str : constant String := "little"; Index : Natural := Fixed.Index (Original, Tbr); begin Put_Line (Fixed.Replace_Slice (...
http://rosettacode.org/wiki/String_interpolation_(included)
CC-MAIN-2014-42
refinedweb
1,578
57.37
Details - Type: Improvement - Status: Closed - Priority: Minor - Resolution: Fixed - Affects Version/s: 4.4 - - Component/s: modules/spellchecker - - Lucene Fields:New Description I'm working on a custom suggester derived from the AnalyzingInfix. I require what is called a "blended score" (//TODO ln.399 in AnalyzingInf...
https://issues.apache.org/jira/browse/LUCENE-5354
CC-MAIN-2017-39
refinedweb
1,227
64.91
There have been significant changes in the income tax return filing rules in the last few years, especially pertaining to the rule for filing belated ITR for the previous years. There have been significant changes in the income tax return (ITR) filing rules in the last few years, especially pertaining to the rule for f...
https://www.financialexpress.com/money/income-tax/income-tax-return-filing-what-if-you-missed-the-deadline-of-filing-itr-and-cant-do-it-online-anymore/1219111/
CC-MAIN-2019-18
refinedweb
541
61.8
CubicWeb provides the somewhat usual form / field / widget / renderer abstraction to provide generic building blocks which will greatly help you in building forms properly integrated with CubicWeb (coherent display, error handling, etc...), while keeping things as flexible as possible. A form basically only holds a set...
https://docs.cubicweb.org/book/devweb/edition/form.html
CC-MAIN-2017-13
refinedweb
4,401
50.02
* Al Viro <viro@ZenIV.linux.org.uk> wrote:> On Fri, Apr 24, 2009 at 08:13:12AM +0100, Al Viro wrote:> > > AFAICS, both CIFS_SB(sb) and ->tcon are assign-once, so lock_kernel() should> > really go here (if it can't be removed completely, of course, but that's up> > to CIFS folks). Applied with such modification.> > comm...
https://lkml.org/lkml/2009/4/24/102
CC-MAIN-2015-32
refinedweb
550
58.69
Scala Backend Engineer Sinisa Louc has many years of experience in the industry and with Scala being his main programming language he has a keen interest in staying up to date. This is his interesting article on What's new in Scala 3 which is not long away now. "What’s new in Scala 3 Here’s a short digest for all those...
https://www.signifytechnology.com/blog/2018/05/whats-new-in-scala-3-by-sinisa-louc
CC-MAIN-2019-35
refinedweb
2,521
58.01
SPI using Pyton3 There was that email from Onion to the user community where users were encouraged to switch to Pyton3, because Python2.7 will be at EOL soon. So I went ahead and installed it (instructions at) Next, I wanted to install SPI module, do to some experiments with APA-102 RGB LED strip. I found this page: Bu...
https://community.onion.io/topic/3189/spi-using-pyton3/6?lang=en-GB
CC-MAIN-2021-43
refinedweb
890
70.94
Fixing the Exploration Phase in D&D 5E with the Journey System The Forgotten Pillar: Exploration It’s often said that Dungeons & Dragons can be divided into three ‘pillars’: combat, social/roleplay, and exploration. The toolbox for combat is obviously the largest and most comprehensive, with entire systems built to ens...
https://multiplenerdgasms.com/improving-exploration-dnd/
CC-MAIN-2021-25
refinedweb
9,316
71.95
SWC Download compiled library (SWC) version 0.8.8.1 - Flex 3 Download compiled library (SWC) version 0.8.3 - Flex 2 Mate is distributed under the Apache 2.0 license. SVN access To compile, you'll also need to add this namespace: and point it to the manifest.xml file included in the project (see screenshot). You can als...
http://mate.asfusion.com/page/downloads
crawl-002
refinedweb
532
84.17
Aussie Dave knew I panned Haigh's on my first go-around with the Dark Bar with Cardamom. As he grew up in the state of South Australia, Haigh's home state, and was intravenously dripped with Haigh's cacao since he was a child, he couldn't accept that tarring without giving Haigh's a few more shots to redeem itself in t...
http://www.dougsrepublic.com/chocolate/20101017-haigh-milk.php
CC-MAIN-2018-09
refinedweb
836
69.82
New projects are created by choosing New Project from the File menu. Visual Studio .NET displays the New Project dialog box, as shown in Figure 1-8. This dialog box gives you access to all available project types, including Database, Setup, and Deployment projects. If you have Visual Basic .NET or other languages insta...
https://etutorials.org/Programming/visual-c-sharp/Part+I+Introducing+Microsoft+Visual+C+.NET/Chapter+1+A+Tour+of+Visual+Studio+.NET+and+Visual+C+.NET/Creating+Visual+C+Solutions/
CC-MAIN-2022-21
refinedweb
1,103
63.7
ETag magic with Django An ETag is a feature of HTTP that allows for a web server to know if content has changed since the last time the browser visited the page. The client sends the ETag from the cached page in a header. If the ETag in the header matches the current ETag then the server lets the browser know that the ...
https://www.willmcgugan.com/blog/tech/post/etag-magic-with-django/
CC-MAIN-2022-27
refinedweb
755
68.2
This preview shows pages 1–3. Sign up to view the full content. ENGR 112 TEST 2 (answers) 1. On a graphical window 800 wide by 600 high the lower right-hand corner is at coordinates. c. (799, 599) 2. The code in Graph.h d. all of the above 3. void f(int x); tells us d. f does not return a value 4. User-defined types a....
https://www.coursehero.com/file/6516786/112test2-08a-sol/
CC-MAIN-2016-50
refinedweb
264
80.68
26 September 2011 07:31 [Source: ICIS news] By Nurluqman Suratman SINGAPORE (ICIS)--Higher prices allowed South Korea’s petrochemical exports in August to increase 36.5% year on year to $5.32bn (€3.94bn), bolstering hopes that the value of monthly shipments will remain strong through end-2011 despite a weakening of glo...
http://www.icis.com/Articles/2011/09/26/9494950/high-prices-to-keep-s-korea-petchem-exports-growing-to-end-11.html
CC-MAIN-2014-41
refinedweb
429
64.61
Troubleshooting BizTalk Server SOAP Adapter The SOAP adapter is a powerful integration mechanism for Microsoft® BizTalk® Server. It enables BizTalk Server to connect to Web services and the Windows Communication Foundation (WCF) framework by receiving and sending Web service requests. On the receive side, the SOAP rece...
https://msdn.microsoft.com/en-us/library/dd297484.aspx
CC-MAIN-2017-26
refinedweb
6,637
56.25
The Full Stack, Part 2: Setting up the UI for our Windows Phone client In this episode, Jon and Jesse set up unit testing for their MVC 3 application, discuss uint testing and test driven development, and build out a repository. Actual format may change based on video formats available and browser capability. That was ...
https://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-3-Building-a-Repository-using-TDD
CC-MAIN-2017-13
refinedweb
715
69.41
debify 0.0.1 pack a set of files into a .deb file with minimal fuss. debify: pack a set of files into a .deb file with minimal fuss. * usage: $ find /usr/lib/python2.6/site-packages/foo | python debify.py pack paths py-foo_0.1 'foo for python' py-foo_0.1.deb is created * Why would I want to use this? Because you just w...
http://pypi.python.org/pypi/debify/0.0.1
crawl-003
refinedweb
516
60.92
16 June 2010 23:00 [Source: ICIS news] HOUSTON (ICIS news)--Rhodia plans to acquire ?xml:namespace> Rhodia said the acquisition price was based on an enterprise value of $489m (€396m) for 100% of the company. Feixiang’s current majority owner would retain 12.5% of the capital over the next two years, Rhodia said. Rhodi...
http://www.icis.com/Articles/2010/06/16/9368627/rhodia-to-acquire-chinas-feixiang-chemicals.html
CC-MAIN-2014-41
refinedweb
135
53.21