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
Fabulous Adventures In Coding Eric Lippert is a principal developer on the C# compiler team. Learn more about Eric. . I don't really see myself ever using something like this. I'm sure others would find it useful, but I imagine the majority would not. How would such a detector work? Specifically, how would it detect th...
http://blogs.msdn.com/b/ericlippert/archive/2011/06/23/ref-returns-and-ref-locals.aspx
CC-MAIN-2015-48
refinedweb
2,029
69.82
NP .NET Profiler is designed to assist in troubleshooting performance, memory and first chance exception issues in .NET Applications. You can download the tool from here. If you are running x86 process on x64-bit machine, please use x86 profiler. If the IIS AppPool is configured to run 32-bit web applications, please u...
http://blogs.msdn.com/b/webapps/archive/2012/09/29/faq-on-np-net-profiler.aspx
CC-MAIN-2014-10
refinedweb
160
60.35
Scala has several ways to deal with error handling, and often times people get confused as to when to use what. This post hopes to address that. Let me count the ways. Option People coming to Scala from Java-like languages are often told Option is a replacement for null or exception throwing. Say we have a function tha...
https://typelevel.org/blog/2014/02/21/error-handling.html
CC-MAIN-2018-17
refinedweb
1,535
62.17
- By Clay Allsopp - August 2nd, 2012 - 10 Comments Everyone is trying to craft the next beautiful iOS app, but building on Apple’s platform has traditionally required experience in a niche programming language, Objective-C. However, with the release of RubyMotion1, anyone can make a completely native iOS app using the ...
http://www.smashingmagazine.com/2012/08/02/get-started-writing-ios-apps-with-rubymotion/
CC-MAIN-2014-52
refinedweb
3,397
55.64
If you plan to obtain the Certified for Windows Vista logo for a .NET application, this article will be useful for you. Here you will find a simple but complete (certifiable) VB.NET + C# desktop application, including the full source code of both the application and the installer, all packaged in a Visual Studio 2005 s...
http://www.codeproject.com/Articles/22795/Certification-by-Example?fid=969507&df=90&mpp=25&sort=Position&spc=Relaxed&tid=2780488
CC-MAIN-2015-27
refinedweb
9,514
53.71
! Does this only work for a specific version of Deskbar? I have 2.14.2 (Ubuntu 6.06) and it’s not doing anything. Posted by joeljkp on September 6th, 2006. joeljkp: that’s the version I’ve got. Have you enabled the plugin in the preferences window for Deskbar? Posted by sil on September 7th, 2006. Ah, forgot about that...
http://www.kryogenix.org/days/2006/09/06/converter-deskbar
crawl-002
refinedweb
881
77.53
... some hints here on the great programming language Java. One hell of an IDE is the Open Source Project Eclipse. Give it a try, you'll love it! You might want to check out "Callisto" (an effort of the eclipse foundation to synchronise software releases of their products, including the IDE). What's New in Eclipse 3.2 ...
http://max.home.subnet.at/java/index.php
CC-MAIN-2018-05
refinedweb
887
58.99
Python has support for working with databases via a simple API. Modules included with Python include modules for SQLite and Berkeley DB. Modules for MySQL , PostgreSQL , FirebirdSQL and others are available as third-party modules. The latter have to be downloaded and installed before use. The package MySQLdb can be ins...
http://en.m.wikibooks.org/wiki/Python_Programming/Databases
CC-MAIN-2015-14
refinedweb
457
52.87
In C language, you need to compute the results and then output the results to the console. In order to do that we need specific built-in functions from C library. The most common library function are printf(), putchar() and puts(). In this article we will discuss each one of them in details and see some examples.Note t...
https://notesformsc.org/c-printing-outputs/
CC-MAIN-2022-33
refinedweb
1,062
64
Sort Arrays in NumPy Hi Enthusiastic Learners! Have you ever dealt with jumbled numbers? Ever thought of removing randomness & see a clean sequential order? I think we all did. And when it comes to that we can always sort arrays in NumPy. To sort arrays in NumPy, it has provided us many in built functions for doing tha...
https://mlforanalytics.com/2020/04/10/sort-arrays-in-numpy/
CC-MAIN-2021-21
refinedweb
1,032
61.36
GD::SecurityImage - Security image (captcha) generator. use GD::SecurityImage; # Create a normal image my $image = GD::SecurityImage->new( width => 80, height => 30, lines => 10, gd_font => 'giant', ); $image->random( $your_random_str ); $image->create( normal => 'rect' ); my($image_data, $mime_type, $random_number) = ...
http://search.cpan.org/~burak/GD-SecurityImage-1.72/lib/GD/SecurityImage.pm
CC-MAIN-2014-42
refinedweb
3,202
57.47
What would you do if hackers were abusing your software in production? This is not a hypothetical question. They are probably doing it right now. You might be thinking about all the secure design choices you have made, or preventative techniques you applied, so there’s nothing to worry about. If so, that’s great – even...
https://www.freecodecamp.org/news/how-to-catch-hackers-in-your-code/
CC-MAIN-2021-49
refinedweb
4,800
54.02
Just. XML Europe is over and it has been one of the best conferences I have ever seen, with lot of food for thoughts and subject of stories for xmlhack and XMLfr... The ISO DSDL group seems to be really on its track by now and I have been lucky enough to be in the wagon and have the opportunity (and honnor) to work wit...
http://www.advogato.org/person/vdv/diary.html?start=13
CC-MAIN-2015-35
refinedweb
457
61.74
table of contents NAME¶ SDL::CookBook::PDL -- CookBook for SDL + PDL PDL provides great number crunching capabilities to Perl and SDL provides game-developer quality real-time bitmapping and sound. You can use PDL and SDL ''together'' to create real-time, responsive animations and simulations. In this section we will g...
https://manpages.debian.org/testing/libsdl-perl/SDL::Cookbook::PDL.3pm.en.html
CC-MAIN-2022-40
refinedweb
489
64.71
ECE597 Project Auto HUD Contents - 1 Project Overview - 2 Team Members - 3 Steps - 4 Installing OpenCV (Development Machine) - 5 Installing OpenCV on the Beagle - 6 OpenCV Haar Training - 7 Display Buffer Mapping - 8 Pico Projector Integration - 9 Future Directions Project Overview The goal of this project is to use th...
http://elinux.org/index.php?title=ECE597_Project_Auto_HUD&oldid=21309
CC-MAIN-2016-18
refinedweb
1,118
51.14
Back in Visual Studio 2010, developers had the built-in option to generate unit tests via a quick right click. This feature was removed in VS2012 and VS2013 Preview until now. The Visual Studio ALM Rangers have produced a new extension that restores a great deal of this functionality with the 1.0 release of Unit Test G...
https://www.infoq.com/news/2013/09/unittestgenerator/
CC-MAIN-2021-04
refinedweb
293
62.98
1.) For the while response not in range(low, high) loop, even when the number entered is correctly within range the loop still goes through for some reason. 2.) After that when you re-enter your number again, the "lower.../higher..." condition statements will go through, but the loop will end after that. I'd like to kn...
http://www.python-forum.org/viewtopic.php?f=6&t=5965&p=7654
CC-MAIN-2017-17
refinedweb
179
75.91
A Python Mattermost Driver Project description Python Mattermost Driver (APIv4) Info The repository will try to keep up with the master of If something changes, it is most likely to change because the official mattermost api changed. Python 3.5 or later is required. Installation pip install mattermostdriver Documentati...
https://pypi.org/project/mattermostdriver/
CC-MAIN-2021-39
refinedweb
900
56.05
After a recent comparison of Python, Ruby, and Golang for a command-line application I decided to use the same pattern to compare building a simple web service. I have selected Flask (Python), Sinatra (Ruby), and Martini (Golang) for this comparison. Yes, there are many other options for web application libraries in ea...
https://realpython.com/python-ruby-and-golang-a-web-service-application-comparison/
CC-MAIN-2021-25
refinedweb
2,050
51.55
Hi. I'm dealing a small program that has a SocketServer. I have a specific simple protocol that I'm implementing by myself. For the server I'm openeing a thread for every new session = socket (for a user connecting to the server). The problem is with the protocol design: I want to have an abstract class for "Message" -...
http://www.javaprogrammingforums.com/%20whats-wrong-my-code/4572-problem-designing-threads-abstraction-printingthethread.html
CC-MAIN-2014-42
refinedweb
222
57.16
Converting one data type into another is a frequent problem in python programming and it is essential to deal with it properly. Dictionary is one of the data types in python which stores the data as a key-value pair. However, the exchange of data between the server and client is done by python json which is in string f...
https://favtutor.com/blogs/string-to-dict-python
CC-MAIN-2022-05
refinedweb
860
52.6
In <w8CdnQGPtuvdGRLVnZ2dnUVZ_r7inZ2d at comcast.com> Larry Bates <larry.bates at websafe.com`> writes: >kj wrote: >> Yet another noob question... >> >> Is there a way to mimic C's static variables in Python? Or something >> like it? The idea is to equip a given function with a set of >> constants that belong only to it...
https://mail.python.org/pipermail/python-list/2008-July/487041.html
CC-MAIN-2014-15
refinedweb
333
74.9
Hi, I have been ask to do this: Write a function wallOfEyes that takes three parameters (radius, width and height) and displays, in a window of exactly the right size, a “wall” of brown eyes of the given radius and dimensions. E.g., the function call wallOfEyes(50, 4, 2) should give a 400 × 200 graphics window This is ...
https://www.daniweb.com/programming/software-development/threads/325971/creating-circles
CC-MAIN-2018-47
refinedweb
112
75.74
Sometimes,. I wrote about what a spanning tree is and why you might want one a few months ago, while promoting my wares. But forget all that fancy stuff. If you need to find a plain-old minimum spanning tree, and you like speaking Python, then you want MinimumSpanningTree.py from David Eppstein’s PADS library (Python A...
http://healthyalgorithms.com/2009/01/13/aco-in-python-pads-for-minimum-spanning-trees/
CC-MAIN-2014-42
refinedweb
855
67.49
I've written a CAN-bus ECU simulator: You can make your own board or buy a ready made board with Teensy 3.2 installed:... I've written a CAN-bus ECU simulator: You can make your own board or buy a ready made board with Teensy 3.2 installed:... In the Transmitter and Receiver you need to specify the baud rate like this:...
https://forum.pjrc.com/search.php?s=d1ee2564771ceca89f7c7d633c9bfd89&searchid=6049609
CC-MAIN-2021-10
refinedweb
1,232
87.21
#include <math.h> int isfinite(real-floating x); The isfinite() macro shall determine whether its argument has a finite value (zero, subnormal, or normal, and not infinite or NaN). First, an argument represented in a format wider than its semantic type is converted to its semantic type. Then determination is based on t...
https://man.linuxreviews.org/man3p/isfinite.3p.html
CC-MAIN-2019-47
refinedweb
105
57.16
import "github.com/godoctor/godoctor/engine" Package engine is the programmatic entrypoint to the Go refactoring engine. AddDefaultRefactorings invokes AddRefactoring on each of the Go Doctor's built-in refactorings. Clients implementing a custom Go Doctor may: 1. not invoke this at all, 2. invoke it after adding custo...
https://godoc.org/github.com/godoctor/godoctor/engine
CC-MAIN-2018-26
refinedweb
201
52.46
README ¶ Tegola Tegola is a vector tile server delivering Mapbox Vector Tiles with support for PostGIS and GeoPackage data providers. User documentation can be found at tegola.io Features - Native geometry processing (simplification, clipping, make valid, intersection, contains, scaling, translation) - Mapbox Vector Ti...
https://pkg.go.dev/gitee.com/exlimit/tegola
CC-MAIN-2021-21
refinedweb
2,428
56.15
How to define Global Variables in C#.Net This Article gives you idea about how to define Global Variables in C#.net and access these variables from anywhere in project. Unlike ASP.NET there is no Session or Application variables in C#.NET that will help us to store values globally. Every project needs some data Transfe...
http://www.dotnetspider.com/resources/43170-How-define-Global-Variables-C-Net.aspx
CC-MAIN-2019-22
refinedweb
293
70.7
Copyright © 2007 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. This Working Draft defines features of the Scalable Vector Graphics (SVG) Language that are specifically for printing environments.. The W3C Membership and other interested parties are invited to review...
http://www.w3.org/TR/SVGPrint12/
crawl-002
refinedweb
2,700
54.42
The Data Science Lab You don't have to resort to writing C++ to work with popular machine learning libraries such as Microsoft's CNTK and Google's TensorFlow. Instead, we'll use some Python and NumPy to tackle the task of training neural networks. Over the past year or so, among my colleagues, the use of sophisticated ...
https://visualstudiomagazine.com/articles/2017/06/01/back-propagation.aspx
CC-MAIN-2018-26
refinedweb
2,817
57.47
Print the next greater element in C++ In this tutorial, we will learn how to print the next greater element C++. Then, we have an array and we have to print the next greater element of each element. For Example : - Given array: {1, 4, 0, -1, 5, 2} - If there is no greater element in the right, then print -1. - For the ...
https://www.codespeedy.com/print-the-next-greater-element-in-cpp/
CC-MAIN-2020-40
refinedweb
451
74.39
Quickstart¶ This page explains how to create a simple Kivy “Hello world” program. This assumes you already have Kivy installed. If you do not, head over to the Installation section. We also assume basic Python 2.x knowledge throughout the rest of this documentation. Create an application¶ The base code for creating an ...
http://kivy.org/docs/guide/quickstart.html
CC-MAIN-2014-35
refinedweb
374
68.06
Maybe more like this. (Sorry, but I couldn't test it). void FindFile(std::wstring dir) { dir += L"\\*"; WIN32_FIND_DATAW file; HANDLE search = FindFirstFileW(dir.c_str(),... Maybe more like this. (Sorry, but I couldn't test it). void FindFile(std::wstring dir) { dir += L"\\*"; WIN32_FIND_DATAW file; HANDLE search = Fin...
https://cboard.cprogramming.com/search.php?s=c61698cb51f2b0617b022519fa55378c&searchid=2056318
CC-MAIN-2019-47
refinedweb
503
78.35
Next: ax_define_sub_path, Previous: ax_decl_wchar_max, Up: The Macros AX_DEFINE_INTEGER_BITS (TYPE [, CANDIDATE-TYPE]...) Given a TYPE of the form "int##_t" or "uint##_t", see if the datatype TYPE is predefined. If not, then define TYPE – both with AC_DEFINE and as a shell variable – to the first datatype of exactly ##...
http://www.gnu.org/software/autoconf-archive/ax_define_integer_bits.html
CC-MAIN-2015-48
refinedweb
197
54.73
On Apr 28, 5:39 pm, Li Wang <li.wan... at gmail.com> wrote: > 2009/4/29 Tim Chase <python.l... at tim.thechases.com>: > > >> I want to concatenate two bits string together: say we have '1001' and > >> '111' which are represented in integer. I want to concatenate them to > >> '1001111' (also in integer form), my method ...
https://mail.python.org/pipermail/python-list/2009-April/535243.html
CC-MAIN-2016-50
refinedweb
363
79.9
Pure functions always return the same result for the same argument values. They only return the result and there are no extra side effects like argument modification, I/O stream, output generation etc. Some pure functions are sin(), strlen(), sqrt(), max(), pow(), floor() etc. Some impure functions are rand(), time() e...
https://www.tutorialspoint.com/pure-function-in-cplusplus
CC-MAIN-2021-43
refinedweb
196
64.95
Notes on Software Engineering from Code Complete Lessons from “Code Complete: A Practical Handbook of Software Construction” with applications to data science When people ask about the hardest part of my job as a data scientist, they often expect me to say building machine learning models. Given that all of our ML mode...
https://laptrinhx.com/notes-on-software-construction-from-code-complete-626090023/
CC-MAIN-2020-45
refinedweb
4,610
55.17
18 December 2007 04:51 [Source: ICIS news] BEIJING (ICIS news)--Sinopec and its South Korean partner SK Energy are expected to break ground on their cracker project in central China in the next few days for start-up in 2011, sources from the Chinese energy major said on Tuesday. The companies, which received approval f...
http://www.icis.com/Articles/2007/12/18/9087456/sinopec+sk+energy+to+start+work+at+wuhan+cracker.html
CC-MAIN-2013-20
refinedweb
208
64.54
Type: Posts; User: shani09 I'm creating an agenda program using windows form application, I'm trying to load data from a file into a hash table and display this data into text boxes. The labels on the text boxes are dates but... Although it was a past exam question i got from a friend okay then... i'll try to write it ...
http://forums.codeguru.com/search.php?s=761a92a04b83464ce620ec4ef1f9d56c&searchid=9125473
CC-MAIN-2016-30
refinedweb
317
81.12
I have a script named test1.py which is not in a module. It just has code that should execute when the script itself is run. There are no functions, classes, methods etc. I have another script which runs as a service. I want to call test1.py from the script running as a service. eg: test1.py print "I am a test" print "...
https://codedump.io/share/7g1fOueBQ8ct/1/what-is-the-best-way-to-call-a-python-script-from-another-python-script
CC-MAIN-2017-26
refinedweb
134
80.48
The OpenWhisk runtime specification defines the expected behavior of an OpenWhisk runtime; you can choose to implement a new runtime from scratch by just following this specification. However, the fastest way to develop a new, compliant runtime is by reusing the ActionLoop proxy which already implements most of the spe...
https://apache.googlesource.com/openwhisk/+/HEAD/docs/actions-actionloop.md
CC-MAIN-2020-45
refinedweb
4,783
58.08
Introduction to Haskell IO/Actions ( let or where). The arrow indicates that the result of an action is being bound. The type of getLine is IO String, and the arrow binds the result of the action to line which will be of type String. <-) is used in the binding and not an equal sign (as is done when binding getLine to m...
https://wiki.haskell.org/index.php?title=Introduction_to_Haskell_IO/Actions&direction=next&oldid=62799&printable=yes
CC-MAIN-2022-21
refinedweb
120
72.9
Post your Comment VoIP Quality Review VoIP Quality Review  ... line. VoIP Of Quality with Assenment and Prediction Speech Quality of VoIP is an essential guide to assessing the speech quality of VoIP Review Review Friends please help e on this How to write java code to display the next question onclicking review button...
http://www.roseindia.net/discussion/21350-VoIP-Quality-Review.html
CC-MAIN-2015-22
refinedweb
925
54.12
import "golang.org/x/crypto/xt. This package does not implement ciphertext-stealing so sectors must be a multiple of 16 bytes. Note that XTS is usually not appropriate for any use besides disk encryption. Most users should use an AEAD mode like GCM (from crypto/cipher.NewGCM) instead. Cipher contains an expanded key st...
https://godoc.org/golang.org/x/crypto/xts
CC-MAIN-2019-35
refinedweb
198
67.25
Imagine a simple program like this: def main(args: String[]): val hostLocalValue = args(0).toInt val someRdd = getSomeIntRdd val mySum = someRdd .map(x => if (x < 0) 1 else hostLocalValue) .reduce(_ + _) print(mySum) In your example 'hostLocalValue' will be serialized and send to each worker nodes with 'map' closure. I...
https://codedump.io/share/V2c8BVQ6AQ0N/1/apache-spark-what-happens-when-one-uses-a-host-object-value-within-a-worker-that-has-not-been-broadcasted
CC-MAIN-2017-43
refinedweb
107
67.45
Shells that are more or less POSIX compliant are listed under #POSIX compliant, while shells that have a different syntax are under #Alternative shells. POSIX compliant These shells can all be linked from /usr/bin/sh. When Bash, mkshAUR. - Oil Shell (OSH) — Oil Shell is a Bash-compatible UNIX command-line shell. OSH c...
https://wiki.archlinux.org/title/Elvish
CC-MAIN-2022-40
refinedweb
622
56.76
Opened 10 years ago Closed 10 years ago #7316 closed (fixed) Use ugettext_lazy instead of ugettext in contrib.localflavor Description There are many files in localflavor that uses ugettext for defining fields and widgets, for example: from django.utils.translation import ugettext class NOSocialSecurityNumber(Field): ""...
https://code.djangoproject.com/ticket/7316
CC-MAIN-2018-34
refinedweb
183
55.54
Information about friend trees of a certain TTree or TChain object. Definition at line 42 of file InternalTreeUtils.hxx. #include <ROOT/InternalTreeUtils.hxx> Names of the subtrees of a friend TChain. fFriendChainSubNames[i] is the list of names of the trees that make a friend TChain whose information is stored at fFri...
https://root.cern/doc/master/structROOT_1_1Internal_1_1TreeUtils_1_1RFriendInfo.html
CC-MAIN-2021-25
refinedweb
134
60.31
Partest is a custom parallel testing tool that we use to run the test suite for the Scala compiler and library. Go the scala project folder from your local checkout and run it via ant or standalone as follows. The test suite can be run by using ant from the command line: $ ant test.suite There are launch scripts partes...
http://docs.scala-lang.org/tutorials/partest-guide.html
CC-MAIN-2014-52
refinedweb
322
70.29
Hey guys, I just got back into java after taking a class on it in high school 2 years ago. I'm trying to make this simple program that tells you in how many hours you'll reach your desired level in an MMORPG. So far my code looks like this: import java.util.Scanner; public class enter { public static void main(String[]...
http://www.javaprogrammingforums.com/whats-wrong-my-code/9587-really-simple-program-problem.html
CC-MAIN-2015-35
refinedweb
131
50.53
Thanks for stopping by to check out SwitchYard. This article provides a brief summary of what's inside SwitchYard 0.1. If you are completely new to SwitchYard and wondering what it is, this blog post provides some good background and pointers to additional information. Getting Started There a number of options for chec...
https://developer.jboss.org/wiki/ReleaseOverview-01
CC-MAIN-2016-36
refinedweb
524
59.5
- bullseye-backports 5.14.9-2~bpo11+1 NAME¶ perf-probe - Define new dynamic tracepoints SYNOPSIS¶¶ This command defines dynamic tracepoint events, by symbol and registers without debuginfo, or by C expressions (C line numbers, C function names, and C local variables) with debuginfo. OPTIONS¶ -k, --vmlinux=PATH -m, --mo...
https://manpages.debian.org/testing/linux-perf-5.14/perf_5.14-probe.1.en.html
CC-MAIN-2022-21
refinedweb
236
52.9
Hello! I'm using Xamarin Forms for the first time to develop an iOS and Android app. I'd like to add a side menu. From what I understand, the way to do this is to use MasterDetailPage. However, in my project, when I add the Master Detail Page, it comes instantly with some type errors : The type 'pages:DrawerDetail' was...
https://forums.xamarin.com/discussion/comment/368994/
CC-MAIN-2019-43
refinedweb
322
75.2
Hi, Daniel Thank you for your reviewing. I agree your fixes. Also I agree this issue should be handled by hypervisor. But for Xen, if # of vcpus are out of range, XEN_DOMCTL_setvcpu_context return the -EINVAL. So the inactive domain cannot boot. For this circumstances, it is better to handle # of vcpus error by libvirt...
https://www.redhat.com/archives/libvir-list/2007-August/msg00136.html
CC-MAIN-2015-11
refinedweb
328
62.88
# Just for Fun: PVS-Studio Team Came Up With Monitoring Quality of Some Open Source Projects Static code analysis is a crucial component of all modern projects. Its proper application is even more important. We decided to set up a regular check of some open source projects to see the effect of the analyzer's frequent ...
https://habr.com/ru/post/541918/
null
null
1,604
50.73
Outlook Backup Assistant 4.2.16.36 Sponsored Links Download location for Outlook Backup Assistant 4.2.16.36 Outlook Backup Assistant 4.2.16.36....read more NOTE: You are now downloading Outlook Backup Assistant 4.2.16.36. This trial download is provided to you free of charge. Please purchase it to get the full version ...
http://wareseeker.com/download/outlook-backup-assistant-4.2.16.36.rar/7ce91b615
CC-MAIN-2016-36
refinedweb
361
52.66
You’ve just installed Red Hat OpenShift Container Platform 3 - now what? Red Hat OpenShift Container Platform 3 is a complex product with a lot of components. This article is going to go over steps to validate your installation was successful, that your applications are responsive, and what to look for if things aren’...
https://www.redhat.com/pt-br/blog/validating-red-hat-openshift-container-platform-3-installation
CC-MAIN-2019-04
refinedweb
1,708
56.66
#include <stdio.h> The printf() function places output on the standard output stream stdout. The fprintf() function places output on on the named output stream stream. The sprintf() function places output, followed by the null byte (\0), in consecutive bytes starting at s; it is the user's responsibility to ensure that...
http://www.shrubbery.net/solaris9ab/SUNWaman/hman3c/sprintf.3c.html
CC-MAIN-2015-35
refinedweb
1,265
51.48
Using the Channel API on App Engine for instant traffic analysis Posted by Nick Johnson | Filed under python, channels, app-engine, javascript, prospective-search In last week's post, we introduced Clio, a system for getting live insight into your site's traffic patterns, and we described how the Prospective Search API...
http://blog.notdot.net/2011/07/Using-the-Channel-API-on-App-Engine-for-instant-traffic-analysis
CC-MAIN-2017-13
refinedweb
1,440
54.83
Opened 10 months ago Closed 10 months ago Last modified 10 months ago #11814 closed defect (wontfix) XML RPC with Bloodhound Description (last modified by rjollos) Hello everybody, I started this issue on the SCM Manager bug report list - but it now seems to be a problem of the XML-RPC plugin () I tried to link the SCM...
http://trac-hacks.org/ticket/11814
CC-MAIN-2015-18
refinedweb
386
56.76
On 5 May 2003, Bruno Dumon wrote: > On Mon, 2003-05-05 at 14:52, David Crossley wrote: > > Bruno Dumon wrote: > > > Vadim Gritsenko wrote: > > > > Steven Noels wrote: > > > > >Bruno Dumon wrote: > > > > > > > > > >> I think Xalan may be an exception to this rule, since it's not as if we > > > > >> depend on specific fe...
http://mail-archives.apache.org/mod_mbox/cocoon-dev/200305.mbox/%3CPine.LNX.4.44.0305051555230.9934-100000@vern.chem.tu-berlin.de%3E
CC-MAIN-2018-22
refinedweb
312
87.31
As discussed in the maintenance book, typing your code can be valuable in many ways. In part, it's about communication. Having the type information available makes it easier to develop tools that make it easier to manipulate code (think refactoring, intelligent parameters). To understand the topic more in-depth, this t...
https://survivejs.com/blog/flow-runtime-interview/
CC-MAIN-2018-30
refinedweb
1,158
59.94
1.49 - fix to Z-axis color filling in 3D pie charts (Debian Bug #489184) - bump ExtUtils::MakeMaker dependency - tiny improvement in the code of the samples 1.48 02 Aug 2013 - no code changes, just release enginering cleanup - adjust MANIFEST.SKIP file so MANIFEST can be generated once again - ship sample58.pl file, so...
https://metacpan.org/changes/distribution/GDGraph
CC-MAIN-2015-22
refinedweb
2,378
64.1
CodePlexProject Hosting for Open Source Software Hi, I was wondering if it was possible to configure the recent posts widget summary length. I noticed that the default blog posts list only displays X number of characters, is it possible to control this summary limit? Also is is possible to include images in this summar...
http://orchard.codeplex.com/discussions/242866
CC-MAIN-2017-09
refinedweb
915
67.76
I’m actually building a web app using custom Polymer elements (which is based on web-components and shadow-dom) but I encountered a serious problem. I want this app to run on an Android 4.4 WebView, but I experienced some issues with the shadow-dom when testing the app on the WebView, although it works perfectly fine o...
http://babe.ilandroid.com/android/webview/page/5
CC-MAIN-2018-22
refinedweb
566
51.78
Create and Use a Custom Finder The MATLAB Report Generator report generation API supports creation of finders that search data containers for specified objects and return the results in reportable form. Finders allow you to separate search logic from report logic in your report generators. Finders also promote reuse of...
https://ch.mathworks.com/help/rptgen/ug/create-and-use-a-custom-finder.html
CC-MAIN-2022-21
refinedweb
3,565
54.12
Code First Data Annotations Note EF4.1 Onwards Only - The features, APIs, etc. discussed in this page were introduced in Entity Framework 4.1. If you are using an earlier version, some or all of this information does not apply. The content on this page is adapted from an article originally written by Julie Lerman (<>)....
https://docs.microsoft.com/en-us/ef/ef6/modeling/code-first/data-annotations
CC-MAIN-2019-35
refinedweb
1,172
52.09
HDP 2.5.0 provides Tez 0.7.0 and the following Apache patches: TEZ-814: Improve heuristic for determining a task has failed output. TEZ-1248: Reduce slow-start should special case 1 reducer runs. TEZ-1314: Port MAPREDUCE-5821 to Tez. TEZ-1529: ATS and TezClient integration in secure kerberos enabled cluster. TEZ-1911: ...
https://docs.cloudera.com/HDPDocuments/HDP2/HDP-2.5.0/bk_release-notes/content/patch_tez.html
CC-MAIN-2022-27
refinedweb
2,592
69.58
-------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2012-19752 2012-12-05 06:29:58 -------------------------------------------------------------------------------- Name : dovecot Product : Fedora 16 Version : 2.0.21 Release : 4.fc16: - do not crash during m...
http://article.gmane.org/gmane.linux.redhat.fedora.package.announce/94994
CC-MAIN-2017-26
refinedweb
363
70.39
So far we have seen that the derivative of a function is the instantaneous rate of change of that function. In other words, how does a function's output change as we change one of the variables. In this lesson, we will learn about the chain rule, which allows us to see how a function's output changes as we change a var...
https://learn.co/lessons/derivative-chain-rule
CC-MAIN-2019-43
refinedweb
1,076
72.87
Learning Objectives What Is a Cache? A cache is temporary storage. In the computer world, cache is temporary storage for frequently accessed data from a database. Here’s an analogy. Suppose you’re a chipmunk looking for nuts and acorns for dinner. It’s 5:00 and you’re ready to eat. Are you going to use the nuts and aco...
https://trailhead.salesforce.com/en/content/learn/modules/platform_cache/platform_cache_get_started
CC-MAIN-2021-43
refinedweb
1,593
63.49
How deep a recurse? By clive on Aug 01, 2009 Chris has been exploring various limits of a lab M8000. Inspired (well, umm, also maybe board on a conf call) by this and prompted by a Twitter update on Google and recursion from Alec (don't recall if I read it first on his blog or Twitter) got me thinking about how deep yo...
https://blogs.oracle.com/clive/entry/how_deep_can_you_recurse
CC-MAIN-2015-40
refinedweb
679
76.52
Are you sure? This,.. All Rights Reserved. ..Figures and Listings Chapter 1 Objects. Mid.. Its additions to C are mostly based on Smalltalk.4 and earlier). You can start to learn more about Cocoa by reading Getting Started with Cocoa. described in Xcode Workspace Guide and Interface Builder respectively. it assumes som...
https://www.scribd.com/doc/51097669/ObjC
CC-MAIN-2017-51
refinedweb
37,673
52.46
Hi, I've just started learning Python and for my first script I wanted to make something that would make life easier and that I would actually use, so starting small I've began working on a Torrent Search script that uses the ISOHunt API. However I've ran into a problem in the unfinished method that cleans the results ...
https://www.daniweb.com/programming/software-development/threads/436382/typeerror-expected-a-character-buffer-object
CC-MAIN-2018-26
refinedweb
181
53.1
Mar 07, 2008 12:10 PM There's one command you need to enter the united world of Ruby and Java: include Java . Download the Free Adobe® Flex® Builder 3 Trial Adobe® Rich Internet Application Project Portal Usage Landscape: Enterprise Open Source Data Integration Performance Management and Diagnostics in Distributed Jav...
http://www.infoq.com/articles/jruby-deployment-with-webstart
crawl-002
refinedweb
1,828
55.34
Can someone tell me what "Common Data Platform (CDP)" is ? first time I've heard of it. Damn. I don't know what CDP was, but I had high hopes for MBF and was already planning on using it. Procee Flow/Work Flow engines are really expensive and this was going to be a great extension. FDB Hmm. Is this a case of moving so...
http://channel9.msdn.com/Forums/Coffeehouse/126017-Microsoft-Business-Framework-is-no-more
crawl-003
refinedweb
132
78.69
Copyright © 2004-2013 W3C® (MIT, ERCIM, Keio, Beihang), All Rights Reserved. W3C liability, trademark and document use rules apply. revision of the 2004 Semantics specification for RDF [RDF-MT] and supersedes that document.. Notes in this style indicate changes from the 2004 RDF 1.0 semantics. Notes in this style are t...
http://www.w3.org/TR/2013/WD-rdf11-mt-20130723/
CC-MAIN-2015-14
refinedweb
8,396
52.9
This patch implements the demangling functionality as described in the Vector Function ABI. This patch will be used to implement the SearchVectorFunctionSystem(SVFS) as described in the RFC: A fuzzer is added to test the demangling utility. Minor Update. Cosmetic changes. Hi all, thank you for the reviews so far. I am ...
https://reviews.llvm.org/D66024?id=214419
CC-MAIN-2022-27
refinedweb
1,666
66.03
ZK/How-Tos/Concepts and Tricks Contents - 1 Concepts and Tricks - 1.1 Concepts - 1.2 test - 1.3 Tricks - 1.3.1 Change or customize the Toolbars in FCKeditor - 1.3.2 How to open treeitem at start - 1.3.3 How do I programmatically create a Button that has an onClick zscript? - 1.3.4 How do I use JavaScript in zscripts? -...
http://en.wikibooks.org/wiki/ZK/How-Tos/Concepts_and_Tricks
CC-MAIN-2014-42
refinedweb
4,350
57.98
OK, I'm trying to write a program that uses a circular linked list. I have been playing around with a linked list program all day, and kinda understand it. Here it is, and yes it does compile. #include <iostream> using namespace std; struct node { char name[20]; // Name of up to 20 letters int age; // D.O.B. would be b...
https://www.daniweb.com/programming/software-development/threads/227500/help-with-a-circular-linked-list
CC-MAIN-2017-09
refinedweb
307
73.71
This Step 1: Preparation MCU Today core subject, ATtiny85. ISP Any ISP that can program ATtiny85. Battery In general expectation, a watch should run over 1 year without charging or replace battery. For my simple measurement of power usage and the battery specification, CR1220 can only run about half an year, CR2016, CR...
https://www.instructables.com/id/ATtiny-Watch-Core/
CC-MAIN-2019-04
refinedweb
1,514
69.21
Opened 3 years ago Closed 2 years ago #20401 closed Bug (fixed) get_for_model queries the wrong database Description The django.contrib.contenttypes.models.ContentTypeManager.get_for_model method, if it doesn't find the requested content type in the cache, uses get_or_create to get it from the database. In multi-databa...
https://code.djangoproject.com/ticket/20401
CC-MAIN-2016-44
refinedweb
797
52.19
This is not a question about C/C++ as such, but I couldn't think of where else to put it. I would like to know how to call either gcc or g++ and specifying that all error messages that are to occur when compiling some source code are to be written to a file. for example.. // HelloWorld.cpp #include <iostream> using nam...
https://www.daniweb.com/programming/software-development/threads/132266/making-gcc-g-output-errors-to-a-file
CC-MAIN-2019-04
refinedweb
125
80.51
Crossing Problem Hi I am using two cross indicators like this but my qustion is why it find crossing with delay ! my code is this for Strategy import backtrader as bt import numpy as np class BBANDS(bt.Strategy): params = (('fast', 9), ('slow', 26)) def log(self, txt, dt=None): dt = dt or self.datas[0].datetime.date(0)...
https://community.backtrader.com/topic/2583/crossing-problem
CC-MAIN-2020-50
refinedweb
331
62.75
If you import from it, you must mention it as a dependency in your setup.py. That’s sane advice. Problem: when do you notice it? When do you grep your files for import? Some imports work just fine as another dependency depended on the thing you’re importing. Still, it is safer to also include that dependency if you use...
https://reinout.vanrees.org/weblog/2009/12/10/z3c_dependencychecker.html
CC-MAIN-2022-21
refinedweb
225
69.38
Is there anyway to link matlab directly into unity? I have external sensors, that are then run through data collection and amplification, processed by matlab and output information that I would like to be received in real time by unity to control elements in the 3d environment. Is this possible? i don't know exactly bu...
https://answers.unity.com/questions/1035694/matlab-with-unity.html
CC-MAIN-2020-29
refinedweb
355
70.73
This is a simple illustration of a django view having a potential race condition: # myapp/views.py from django.contrib.auth.models import User from my_libs import calculate_points def add_points(request): user = request.user user.points += calculate_points(user) user.save() The race condition ought to be fairly apparen...
http://codeblow.com/questions/race-conditions-in-django/
CC-MAIN-2017-51
refinedweb
642
57.47
I came upon a very interesting and cryptic snippet of code somewhere nameless, and I can’t decide if it is brilliant or completely insane. It is a very obscure way of accomplishing the required task, but it’s around four times faster than the alternatives I’ve tried, so I have to admit that it’s not completely without ...
https://www.stavros.io/posts/brilliant-or-insane-code/
CC-MAIN-2020-29
refinedweb
755
69.92
SCDJWS Study Guide: SAAJ Printer-friendly version | Mail this to a friend Using SOAP Faults In this section, you will see how to use the API for creating and accessing a SOAP Fault element in an XML message. Overview of SOAP Faults If you send a message that was not successful for some reason, you may get back a respon...
http://xyzws.com/scdjws/SGS31/6
CC-MAIN-2018-39
refinedweb
671
58.42
LCM HCF of Two Numbers coderinme LCM HCF of Two Numbers coderinme The full form of LCM is Least Common Multiple. What is it? The least number which is exactly divisible by each one of the given numbers is called their L.C.M. The full form of HCF is Highest Common Factor. Its is also known as Greatest Common Measure (G....
https://coderinme.com/lcm-hcf-of-two-numbers-coderinme/
CC-MAIN-2018-39
refinedweb
167
74.79
Test with Storybook Set Test component First of all, we need to set test.tsx component that we want to apply to our component. import Button from "./Button"; import { render, screen } from "@testing-library/react";test("renders learn react link", () => { render(<Button />); expect(screen.getByRole("button")).toHaveText...
https://materokatti.medium.com/test-with-storybook-1665508a3346?source=read_next_recirc---------2---------------------90f9fbb3_01a9_4748_abed_d275c19c7a0a-------
CC-MAIN-2022-40
refinedweb
407
52.76
On Tue, Dec 20, 2005 at 12:11:37AM -0500, Glenn Maynard wrote: > > Yeah; vi not behaving like vi by default seems like a showstopper. > "Can't make vim act like vi" might be a showstopper. "The default > configuration makes vim not act like vi" isn't a showstopper--it's > trivial to change. Geez, I hate arguments about...
https://lists.debian.org/debian-devel/2005/12/msg00955.html
CC-MAIN-2015-48
refinedweb
300
60.11
Welcome to part 2 of the web scraping with Beautiful Soup 4 tutorial mini-series. In this tutorial, we're going to talk about navigating source code to get just the slice of data we want. We'll begin with the same starting code: import bs4 as bs import urllib.request source = urllib.request.urlopen('').read() soup = bs...
https://pythonprogramming.net/navigating-pages-scraping-parsing-beautiful-soup-tutorial/
CC-MAIN-2019-26
refinedweb
247
68.36
Introduction In this post, we would introduce how to use micro:bit and DFRobot BOSON starter kit for micro:bit to build a Lego smart house. There are three small projects in this topic, the first one is a LED light which will automatically adjust the lightness according to ambient light; the second one is a button-cont...
https://microbit.hackster.io/73125/micro-bit-smart-home-light-fan-and-alarm-system-bd1e6f
CC-MAIN-2018-34
refinedweb
970
64.61
PnP libraries are created to serve the needs of developers for easy learning and implementation of logic through client-side programming. Patterns and Practices (PnP) Let’s directly jump into the implementation section. Please follow the below steps to get it done. Step 1 Build your SharePoint Framework client-side web...
https://www.c-sharpcorner.com/blogs/how-to-integrate-pnp-graph-and-pnp-sp-in-your-webpart2
CC-MAIN-2019-18
refinedweb
670
54.93
Type: Posts; User: irona20 I have seen it a bit late, but anyway thank you very much!!! I has been a very nice surprise! Thank you! Thank you! Thank you very much! :blush: Wow, I've read your Gridbaglayout tutorial and it's fantastic. It will help me a lot. Thank you very much for your help I have a frame sized 640x480...
http://forums.codeguru.com/search.php?s=6f29854d87dc7e7419dd10b288f92787&searchid=2757577
CC-MAIN-2014-15
refinedweb
648
68.77
Products.TemplateFields - Warning - This product has not had a release in over 1 year and may no longer be maintained. Supplies an Archetypes field useful for editing and storing Zope Page Templates Project Description This product provides two Archetype fields that store and render templates. There's the DTMLField for...
http://plone.org/products/templatefields
crawl-003
refinedweb
429
58.99
Jun 25, 2008 11:00 AM|TheEagle|LINK Hi, My website is working fine.I added a deployment project.When I biuld the website(which cause the deployment project to be biulded too) I get the error: aspnet_merge.exe exited with code 1. I don't know how to find what cause the error to solve it.Could any one help?My company wan...
https://forums.asp.net/t/1280702.aspx?aspnet_merge+exe+exited+with+code+1
CC-MAIN-2017-34
refinedweb
283
59.3
Forum Index Hi! I'm trying to make my own string type for my library. Anyway, I'm not very experienced with structs/classes so I don't understand what's going one here. I will not post the full code because I don't think that anyone would like it so I will just post the important parts that play a role (tho in any case...
http://forum.dlang.org/thread/buajicbayemxlrqqzjaf@forum.dlang.org#post-ujwtfmphekujsuqxqtqq:40forum.dlang.org
CC-MAIN-2021-49
refinedweb
536
66.33