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
Cell/B.E. SDK makes leap from v2.1: IBM announced the IBM Software Developers Kit (SDK) for Multicore Acceleration Version 3.0 which allows customer applications to run across a variety of Cell/B.E. processor and x86-based systems. Versions of the SDK and documentation will be available in September and October 2007 --...
https://www.ibm.com/developerworks/community/blogs/powerarchitecture/date/200708?lang=en
CC-MAIN-2014-10
refinedweb
3,594
52.39
PHP: Use associative arrays! Benchmark environment My test system is a Lenovo X1 Carbon 2017 Edition, i5-7300U CPU @ 2.60GHz, 16 GB of RAM, running Kubuntu 18.04. The PHP version is 7.2.5-0ubuntu0.18.04.1. XDebug is disabled. (Always do that before running benchmarks!) I have as much background processing turned off as...
https://steemit.com/php/@crell/php-use-associative-arrays-basically-never
CC-MAIN-2022-21
refinedweb
2,578
61.77
" Vim syntax file " Language: wDiff (wordwise diff) " Maintainer: Gerfried Fuchs <alfie@ist.org> " Last Change: 25 Apr 2001 " URL: " " Comments are very welcome - but please make sure that you are commenting on " the latest version of this file. " SPAM is _NOT_ welcome - be ready to be reported! " For version 5.x: Clea...
http://opensource.apple.com/source/vim/vim-44/runtime/syntax/wdiff.vim
CC-MAIN-2016-18
refinedweb
160
64.81
Dino Esposito April 26, 2001 Recently, I've thrown myself into the somewhat evangelic task of bringing ADO.NET to the masses. While debating the intrinsic beauty of the ADO.NET object model, I find a hardly surmountable hurdle in the perception of its similarity with ADO, which hails from such an object model. The majo...
http://msdn.microsoft.com/en-us/library/ms810289.aspx
crawl-002
refinedweb
3,271
55.13
Partial. I don’t know any non MVC violating solution either, but why didn’t you consider using HtmlHelper.RenderAction? < % Html.RenderAction (c => c.Action()); %> If you know that the data is going to be needed in every single page why not use the old standby of getting the data from the global.asax and placing it in ...
http://stephenwalther.com/archive/2008/08/12/asp-net-mvc-tip-31-passing-data-to-master-pages-and-user-controls
CC-MAIN-2017-43
refinedweb
1,958
64.71
Obsolete documentation For the latest Couchbase Mobile documentation, visit the Couchbase Mobile developer portal. Couchbase Sync Gateway is an add-on that enables Couchbase Server 2.0 and later to act as a replication endpoint for Couchbase Lite. Sync Gateway runs an HTTP listener process that provides a passive repli...
http://docs.couchbase.com/sync-gateway/
CC-MAIN-2014-52
refinedweb
5,471
54.22
Ninjago Spinjitzu Spinball Full Versionl Ninjago Spinjitzu Spinball Full Versionl Video Games – wikipedia, the free encyclopediaQ: Why was the incorrect spelling given for the “almost exact duplicate” in the DBA.stackexchange database? The question linked above gets a list of “duplicates” from a vote. One of the reason...
https://ibipti.com/ninjago-spinjitzu-spinball-full-_best_-versionl/
CC-MAIN-2022-40
refinedweb
732
64.61
Net::Fluidinfo::Tag - Fluidinfo tags use Net::Fluidinfo::Tag; # create $tag = Net::Fluidinfo::Tag->new( fin => $fin, description => $description, indexed => 1, path => $path ); $tag->create; # get, optionally fetching descrition $tag = Net::Fluidinfo::Tag->get($fin, $path, description => 1); $tag->namespace; # update $...
http://search.cpan.org/dist/Net-Fluidinfo/lib/Net/Fluidinfo/Tag.pm
CC-MAIN-2016-44
refinedweb
530
52.05
Connect Anything with Mayhem Connect Anything with Mayhem Join the DZone community and get the full member experience.Join For Free Now, what makes Mayhem so cool is that you can simply select an event and connect it to a reaction and turn it on, without any code and there you are! An Event can be an email alert, when ...
https://dzone.com/articles/connect-anything-mayhem
CC-MAIN-2018-34
refinedweb
907
54.97
Hot questions for Using Neural networks in style transfer Question: I'm just getting started with these topics. To the best of my knowledge, style transfer takes the content from one image and the style from another, to generate or recreate the first in the style of the second whereas GAN generates completely new image...
https://thetopsites.net/projects/neural-network/style-transfer.shtml
CC-MAIN-2021-31
refinedweb
1,059
60.85
I am making a Python web-crawler program to play The Wiki game. If you're unfamiliar with this game: - Start from some article on Wikipedia - Pick a goal article - Try to get to the goal article from the start article just by clicking wiki/ links My process for doing this is: - Take a start article and a goal article a...
https://www.howtobuildsoftware.com/index.php/how-do/pTR/python-python-27-web-crawler-get-all-links-from-page-on-wikipedia
CC-MAIN-2020-10
refinedweb
252
55.2
Serializing an Atoms object in xml Posted June 28, 2015 at 12:26 PM | categories: xml, ase, python | tags: | View Comments I have a future need to serialize an Atoms object from ase as XML. I would use json usually, but I want to use a program that will index xml. I have previously used pyxser for this, but I recall it...
http://kitchingroup.cheme.cmu.edu/blog/category/ase/
CC-MAIN-2017-39
refinedweb
656
58.99
Opened 3 years ago Last modified 22 months ago #21729 new Cleanup/optimization DecimalField.to_python() fails on values with invalid unicode start byte Description Consider the following example: from django.forms import Form from django.forms.fields import DecimalField class MyForm(Form): field = DecimalField() data =...
https://code.djangoproject.com/ticket/21729
CC-MAIN-2016-50
refinedweb
655
51.04
Messaging Cluster issueDaniel Bevenius Feb 5, 2008 3:59 AM Hi, we are using JBM 1.4.0.SP3 configured in a cluster. We have a four node cluster and use custom correlation ids to correlate messages. Our messaging clients post a message to a queue and wait a specified amount of time for a message to appear on a response q...
https://developer.jboss.org/thread/128838
CC-MAIN-2017-39
refinedweb
1,195
57.77
gasparicMembers Posts12 Joined Last visited Posts posted by gasparic Hello, I need Python module channels==3.0.4 for Django on Tommy: Also, I need your help with deploying Django project/app to subdomain chat.codedo.ga How should I edit .htaccess and dispatch.wsgi files for app to run directly on that subdomain without...
https://www.helionet.org/index/profile/206448-gasparic/content/?type=forums_topic_post&change_section=1
CC-MAIN-2022-40
refinedweb
561
56.76
Opened 12 years ago Closed 11 years ago Last modified 11 years ago #4658 defect closed invalid (invalid) twisted.internet.gtk2reactor conflicts with subprocess.Popen Description I'm using Linux 64bit, Python 2.6.5, pygtk 2.22.0 and twisted 10.0.0. When I'm running the following script, one of the two CPUs will go 100% ...
https://twistedmatrix.com/trac/ticket/4658
CC-MAIN-2022-21
refinedweb
1,381
68.47
Contents What is static site generation? Just like the word static, it means not changing. 🧘♂️ Benefits include: - Better SEO 🕶 - Performance 🚀 - Can be hosted in CDN 🌍 - Doesn't need to have JavaScript to run (mostly HTML) ⚙️ - Very fewer things to parse from server to client 🌬 So why do we need a static site? Le...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/melvin2016/static-site-generation-in-nextjs-using-getstaticprops-function-ma3
CC-MAIN-2021-43
refinedweb
546
63.09
OpenResty::Spec::Overview - Overview of the OpenResty service platform OpenResty is a general-purpose RESTful web service platform for web applications. It provides the following important functionalities for a common nontrivial web app: This section just gives a conceptual overview for the REST API probably with some ...
http://search.cpan.org/dist/OpenResty/lib/OpenResty/Spec/Overview.pod
CC-MAIN-2014-52
refinedweb
2,695
52.09
Ambiguous Controller Names With Areas Note: This describes the behavior of ASP.NET MVC 2 as of the release candidate. It’s possible things might change for the RTM. When using areas in ASP.NET MVC 2, a common problem you might encounter is this exception message. The controller name ‘Home’ is ambiguous between the foll...
http://haacked.com/archive/2010/01/11/ambiguous-controller-names.aspx/
CC-MAIN-2021-31
refinedweb
448
65.32
This new application project which comes by default with a demonstrating application. We have also looked at the various folders and files that are organized in the sample project and inspected each one for their purpose. Finally we have checked out the code within the main.dart file which is the starting point for the...
http://referbruv.com/blog/posts/flutter-for-beginners-understanding-stateful-and-stateless-widgets
CC-MAIN-2020-10
refinedweb
1,412
57
Despite having followed the outlined steps, msg folder, change CMakeLists.txt and package.xml, compilation and sourcing, and verification (rosmsg list | grep Age displays Age inside my package), I still get ImportError: No module named odom_22.msg. Can anyone offer assistance? rosmsg list | grep Age ImportError: No mod...
http://forum.theconstructsim.com/questions/1318/exercise-23-import-error
CC-MAIN-2019-09
refinedweb
292
74.9
JDK 6 and JDBC 4.0 Advanced Concepts This article addresses some of the advanced data management concepts starting with a new annotations capability added to the JDBC 4.0 specification. Annotations Annotations were introduced into the language with JDK 1.5, and now they are making an impact with JDBC 4.0. An annotation...
http://www.codeguru.com/print/java/article.php/c13447/JDK-6-and-JDBC-40-Advanced-Concepts.htm
CC-MAIN-2015-27
refinedweb
1,013
50.53
A Multithreading Server The multithreading_server shown in Listing 3 avoids the context-switch downside of the forking_server but faces challenges of its own. Each process has at least one thread of execution. A single multithreaded process has multiple threads. The threading_server is multithreaded. Listing 3. threadi...
http://www.linuxjournal.com/content/three-ways-web-server-concurrency?page=0,1&quicktabs_1=1
CC-MAIN-2013-48
refinedweb
1,378
55.03
Java String Exercises: Replace each substring of a given string that matches the given regular expression with the given replacement Java String: Exercise-25 with Solution Write a Java program to replace each substring of a given string that matches the given regular expression with the given replacement. Sample string...
https://www.w3resource.com/java-exercises/string/java-string-exercise-25.php
CC-MAIN-2019-18
refinedweb
211
56.86
Dual Motor TinyShield Tutorial The Dual Motor Shield allows you to drive two independently controlled DC brushed motors. Create your own tiny robots or drones! Using two of the super miniature but very powerful 2mm x 2mm TI DRV8837 Motor Driver (H-Bridge) IC, this shield will allow for up to 1.8A per channel and operat...
https://learn.tinycircuits.com/Motors/Dual-Motor_TinyShield_Tutorial/
CC-MAIN-2022-33
refinedweb
995
59.23
This is a minimalist tool to run multiple parallel tasks in python. Most programming languages have full support for threads but often require a lot of overhead work even for the simplest tasks. This package aims to provide an easy way to parallelize these tasks with very little effort. First install the package. pip i...
https://pypi.org/project/mparallel/
CC-MAIN-2017-04
refinedweb
153
58.18
13 September 2012 12:00 [Source: ICIS news] LONDON (ICIS)--Here is Thursday’s midday European oil and chemical market summary from ICIS. CRUDE: October WTI: $97.10/bbl, up 9 cents/bbl. October BRENT: $116.10/bbl, up 14 cents/bbl Crude prices were showing small gains as traders awaited the announcement from the US Feder...
http://www.icis.com/Articles/2012/09/13/9594734/noon-snapshot-europe-markets-summary.html
CC-MAIN-2015-22
refinedweb
205
64.2
. <property name="prefix" value="/WEB-INF/jsp/"/> and p:prefix="/WEB-INF/jsp/" ?? Basically, either version is acceptable (in Netbeans or any other development environment) as they are just two different alternatives to do the same thing. The only requirement is that for the second version, the "p:" namespace prefix ne...
https://www.experts-exchange.com/questions/28317132/Spring-XML-document.html
CC-MAIN-2018-09
refinedweb
136
61.67
. It is the patch 3 for the 1.06d&1.06e. Probably you will be curious about because this patch is for both versions. The reason is how it works with both versions and the unique difference is to run with the new scenarios adding the Star Wars Galaxy, it is a feature only from the 1.06e. Another point. Probably the new ...
https://www.moddb.com/mods/star-wars-polaris-sector-alliance
CC-MAIN-2022-05
refinedweb
865
77.23
. Intro to Word XML Part 5: Opening custom XML files I've been talking for awhile now about the support for custom defined schemas in Office. I'm actually going to pull together a post in the next week or so that addresses the uses and motivations behind the XML support we have in Office. We talk about XML a lot, and i...
http://blogs.msdn.com/brian_jones/archive/2005/08/16/452478.aspx
crawl-002
refinedweb
1,009
67.89
catalogue Maximum sum of 1 continuous subarrays two Divide and conquer (official solution -- line segment tree) 3. Dynamic planning + temporary variables 4. Dynamic planning + in situ modification 1. Dynamic programming + 2D array 2. Open one more row and one more column 0 optimization code dynamic programming Maximum ...
https://programmer.help/blogs/ahan-jianzhi-offer-day-09-dynamic-programming-2.html
CC-MAIN-2021-49
refinedweb
1,464
62.07
Opened 4 years ago Closed 4 years ago #16868 closed Bug (invalid) Typo in last code fragment in tutorial part 3 Description Hi, thanks for the excellent tutorial. There's a typo in the last fragment of tutorial page 3, the refactored polls/urls.py: from django.conf.urls import patterns, include, url It should be "from ...
https://code.djangoproject.com/ticket/16868
CC-MAIN-2015-18
refinedweb
142
55.34
I am walking through the Jetson Nano AI course, and was using the nvdli-nano to run the CNN on Jetson Nano. I went through the code lines in the jupyter notebook, and don’t find a line that specify the training to be performed in GPU. I wonder if that is inferred somewhere, or set by default? If I have both a CPU and G...
https://forums.developer.nvidia.com/t/course-project-using-gpu-acceleration/159278
CC-MAIN-2020-50
refinedweb
181
69.11
But I only want to run the for loop as long as the sum is < 9000. So the for loop runs while sum <9000. I can make it work by taking out the “while” and using “if sum > 9000 // break” instead, but I want to understand why the “while” approach is wrong? it doesn’t work like that. The for loop will make all its iteration...
https://discuss.codecademy.com/t/faq-code-challenge-loops-over-9000/373367?page=5
CC-MAIN-2020-29
refinedweb
678
76.45
WINC1500 Module¶ This module implements the winc1500 wifi driver. At the moment some functionalities are missing: - wifi ap mode - wifi direct p2p mode - internal firmware ota upgrade It can be used to enable Arduino/Genuino MKR1000 wifi capabilities or with any other device mounting Microchip WINC1500 IEEE 802.11 netw...
https://docs.zerynth.com/latest/official/lib.microchip.winc1500/docs/official_lib.microchip.winc1500_winc1500.html
CC-MAIN-2020-24
refinedweb
264
58.48
A heads up before you even read the introduction: We are the beta testers for Gradescope's new grading system. There may be glitches at the beginning of the semester. Please be friendly. Please report any errors using this autograder thread on Piazza. Introduction The goal of this project is to give you a crash course ...
http://sp16.datastructur.es/materials/proj/proj0/proj0.html
CC-MAIN-2020-50
refinedweb
5,941
65.01
I fixed up your indenting and got rid of the useless "else".You are checking for buttonState to change, but ignoring the change if the time isn't up. Which is what you are reporting is happening. Rework it. Make a flowchart (just a simple one) of what you expect to happen when.You have a couple of things:Button pressTi...
http://forum.arduino.cc/index.php?topic=144984.msg1136024
CC-MAIN-2016-44
refinedweb
232
52.46
I was writing an utility to check /proc/net/tcp and tcp6 for active connections as its faster than parsing netstat output. As I dont actually have ipv6 enabled I was mainly utilizing localhost as my reference point. Here is a copy of my /proc/net/tcp6 sl local_address remote_address st tx_queue rx_queue tr tm->when ret...
http://serverfault.com/questions/592574/why-does-proc-net-tcp6-represents-1-as-1000
CC-MAIN-2015-18
refinedweb
468
67.59
Hello. Lately I had an idea. Methods take default arguments like so: def foo(i = ‘blee’, j = ‘blabalaa’) I had a need to call foo() in my code, but change the default to the j argument. There may be several ways, like redefining: def foo(i = ‘blee’, j = ‘foofoo’) One could also use a hash instead. But I myself, thought...
https://www.ruby-forum.com/t/default-arguments-another-syntax/207646
CC-MAIN-2022-33
refinedweb
141
81.63
Important: Please read the Qt Code of Conduct - Shift the coordinates under Android when I use QML + c++. - Francky033 last edited by Francky033 Hi, I'm making a Qt 5.10 application for Windows, Linux, MacOS etc... I use in particular dialog boxes written in QML that I display using c++. for example this box: The C++ p...
https://forum.qt.io/topic/87082/shift-the-coordinates-under-android-when-i-use-qml-c
CC-MAIN-2021-43
refinedweb
407
53.17
Seems we're continuing the discussion in both threads now. More inline ... On Wed, Feb 29, 2012 at 3:39 PM, Ian Dickinson <ian@epimorphics.com> wrote: > point I'm trying to make is when you do it at all you have to quantify why. That get's tedious and error prone and with the rate of growth we're dealing with that's ju...
http://mail-archives.apache.org/mod_mbox/incubator-general/201202.mbox/%3CCADwPi+E=mmtYt9jh9=N0ode5EOGhu6sza3rFc_C-ns95NLv4cA@mail.gmail.com%3E
CC-MAIN-2014-15
refinedweb
131
74.9
It’d be cool if Linux had Apple’s Dashboard. For those of you who don’t know about it, Dashboard allows Mac OS X users to build little applications using nothing more than HTML, CSS, and JavaScript. That’s very neat. (Sidebar: For those of you saying “what about gdesklets!”, let me just say: no. The whole reason that D...
http://www.kryogenix.org/days/2006/01/22/jackfield-apples-dashboard-for-the-linux-gnome-desktop
crawl-002
refinedweb
1,465
75.91
Implement GraphicsContext::fillRoundRect() to draw box shadow. Created attachment 33793 [details] patch to implement fillRoundRect patch to implement fillRoundRect(). Comment on attachment 33793 [details] patch to implement fillRoundRect No need to include "Written by" in this patch and please use the proper/consistent...
https://bugs.webkit.org/show_bug.cgi?id=27842
CC-MAIN-2021-17
refinedweb
752
58.48
[UNIX] Music Daemon DoS and File Disclosure Vulnerabilities From: SecuriTeam (support_at_securiteam.com) Date: 08/26/04 - Previous message: SecuriTeam: "[NT] NtRegmon Local Denial of Service" - Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ] To: list@securiteam.com Date: 26 Aug 2004 14:08:...
http://www.derkeiler.com/Mailing-Lists/Securiteam/2004-08/0088.html
CC-MAIN-2015-32
refinedweb
948
56.15
We make things faster... If you've tried to build an OpenMP application and seen this error dialog pop-up: "This application has failed to start because vcompd.dll was not found." then you've come to the right place. It turns out that due to vcomp(d).lib being a pure import lib it doesn't have a manifest in it. So to g...
http://blogs.msdn.com/kangsu/archive/2005/10/24/484462.aspx
crawl-002
refinedweb
372
77.33
Bars¶ Download this notebook from GitHub (right-click to download). import numpy as np import holoviews as hv hv.extension('matplotlib') The Bars Element uses bars to show discrete, numerical comparisons across categories. One axis of the chart shows the specific categories being compared and the other axis represents ...
https://holoviews.org/reference/elements/matplotlib/Bars.html
CC-MAIN-2019-51
refinedweb
257
57.37
Thanks for submitting this feedback. Microsoft.Owin package underwent some re-factoring post preview based on feedback. The class 'IntegratedPipelineExtensions' which contains the UseStagemarker() extension was moved to the namespace Microsoft.Owin.Extensions based on feedback. The aspnet identity package (preview) - t...
https://connect.microsoft.com/VisualStudio/feedback/details/801735/could-not-load-type-owin-integratedpipelineextensions-from-assembly-microsoft-owin-version-2-0-0-0-culture-neutral-publickeytoken-31bf3856ad364e35
CC-MAIN-2015-11
refinedweb
191
58.18
Training deep learning models is known to be a time consuming and technically involved task. But if you want to create Deep Learning models for Apple devices, it is super easy now with their new CreateML framework introduced at the WWDC 2018. You do not have to be a Machine Learning expert to train and make your own de...
https://learnopencv.com/how-to-train-a-deep-learning-based-image-classifier-in-macos/
CC-MAIN-2022-21
refinedweb
1,830
63.29
Hi View Complete Post View Complete Post try to add some Zip functionality of my website. I use DotNetZip from Codeplex. It works without any problem in my Development Machine (Windows XP). So I upload the files to the WebServer. Now I am getting the following error. Compiler Error Message: CS0246: The type or namespac...
http://www.dotnetspark.com/links/41935-error-2-type-namespace-definition-end-of-file.aspx
CC-MAIN-2018-13
refinedweb
414
59.8
tag:blogger.com,1999:blog-22570941048510868432018-09-28T09:51:25.787+10:00Manki’s Linux TipsSome tiny nifty ways I have configured my Ubuntu machine to improve my productivity.Muthu Kannannoreply@blogger.comBlogger34125tag:blogger.com,1999:blog-2257094104851086843.post-90591315576036304752016-04-05T15:19:00.001+10:0020...
http://feeds.feedburner.com/MankisLinuxTips
CC-MAIN-2019-13
refinedweb
4,037
64.2
Godot scenes and scripts are classes¶ In Godot, scripts and scenes can both be the equivalent of classes in an Object-Oriented programming language. The main difference is that scenes are declarative code, while scripts can contain imperative code. As a result, many best practices in Godot boil down to applying Object-...
https://docs.godotengine.org/ko/latest/getting_started/workflow/best_practices/what_are_godot_classes.html
CC-MAIN-2019-39
refinedweb
705
70.63
As a first step into learning Scala and as one who is familiar with Java, let us compare the customary Helloworld programs in Java and Scala. You might already know that to run a Java program, there must be a public class with a main method that takes one parameter, a String[ ], and has a void return type. also read: F...
http://www.javabeat.net/java-helloworld-vs-scala-helloworld/
CC-MAIN-2014-49
refinedweb
867
71.14
NumPy is a popular Python library that offers a range of powerful mathematical functions. The library is widely used in quantitative fields, such as data science, machine learning, and deep learning. We can use NumPy to perform complex mathematical calculations, such as matrix multiplication. Matrix multiplication can ...
https://www.educative.io/blog/numpy-matrix-multiplication
CC-MAIN-2022-21
refinedweb
1,110
65.12
sem_init − initialize an unnamed semaphore #include <semaphore.h> int sem_init(sem_t *sem, int pshared, unsigned int value); Link with −pthread. sem_init() initializes the unnamed semaphore at the address pointed to by sem. The value argument specifies the initial value for the semaph allocated. Initializing a semaphor...
http://man.linuxtool.net/centos7/u3/man/3_sem_init.html
CC-MAIN-2019-35
refinedweb
156
59.6
From: Caleb Epstein (caleb.epstein_at_[hidden]) Date: 2005-02-16 10:44:20 On Tue, 15 Feb 2005 23:11:49 -0500, Jason Hise <chaos_at_[hidden]> wrote: > > From everything I know, cin, cout, cerr, and clog are simply global > variables that live in namespace std. Does this mean that the following > code is dangerous? AFAIK...
https://lists.boost.org/Archives/boost/2005/02/80534.php
CC-MAIN-2021-04
refinedweb
125
61.46
Machine Learning Model as a Serverless App using Google App Engine | by Saed Hussain | Jan, 2021 [ad_1] Create a folder for the project and download the code files for this article from the repository here. Then navigate to this directory using terminal ( cd <path_to_dir>) and make sure that the virtual environment is ...
https://openbootcamps.com/machine-learning-model-as-a-serverless-app-using-google-app-engine-by-saed-hussain-jan-2021/
CC-MAIN-2021-10
refinedweb
390
63.09
A conditional variable is used to block and object until it is “notified” to makeup. To use conditional variables, we need to use below header: #include <condition_variable> // std::condition_variable Below are the Wait functions Below are the Notify functions Suppose you have a bank account with 0 balance. In such cas...
https://www.prodevelopertutorial.com/c-11-feature-c-multithreading-chapter-10-conditional-variables-in-c-threading/
CC-MAIN-2020-16
refinedweb
310
52.7
Catalyst::Utils - The Catalyst Utils Catalyst Utilities.::Controller::Foo::Bar becomes /tmp/my/app/c/foo/bar Returns a list of files which can be tested to check if you're inside a checkout Returns home directory for given class. Note that the class must be loaded for the home directory to be found using this function....
http://search.cpan.org/~mstrout/Catalyst-Runtime-5.90010/lib/Catalyst/Utils.pm
CC-MAIN-2016-36
refinedweb
168
50.73
Asked by: How to convert an infopath file pdf Question All replies Thanks micvos. Finally I got a single reply from this forum.This is for the first time I need to wait for many days for a reply in this forum. Thanks for your mind. Let me give some more details. Infopath form templates has .xsn. But when we fill the fo...
https://social.msdn.microsoft.com/Forums/vstudio/en-US/9f43f377-dfd6-4c6e-a361-315bf30f3c91/how-to-convert-an-infopath-file-pdf?forum=csharpgeneral
CC-MAIN-2017-13
refinedweb
1,531
63.29
__skb_insert, skb_insert, skb_append - insert an sk_buff into a list #include <linux/skbuff.h> void __skb_insert(struct sk_buff *newsk, struct sk_buff *prev, struct sk_buff *next void skb_insert(struct sk_buff *old, struct sk_buff *newsk)) void skb_append(struct sk_buff *old, struct sk_buff *newsk)) skb_insert and skb_...
http://www.linuxsavvy.com/resources/linux/man/man9/skb_insert.9.html
CC-MAIN-2018-05
refinedweb
294
61.26
import numpy as np Suppose you are having a dinner party with 10 guests and 4 of them are allergic to cats. Because you have cats, you expect 50% of the allergic guests to sneeze during dinner. At the same time, you expect 10% of the non-allergic guests to sneeze. What is the distribution of the total number of guests...
https://nbviewer.jupyter.org/github/AllenDowney/ThinkBayes2/blob/master/examples/gluten.ipynb
CC-MAIN-2021-10
refinedweb
197
55.44
Sony's New Bi-Pedal Robot 272 TestBoy writes "Sony is releasing a new bipedal robot for home use. It has a 60,000 word vocabulary and can even sing songs." I am especially amused by the photograph of synchronized dancing robots, and the fact that the new bot will cost as much as a luxury car! But it has some impressive...
http://tech.slashdot.org/story/02/03/19/155206/sonys-new-bi-pedal-robot
CC-MAIN-2014-42
refinedweb
2,627
76.42
Curl to prompt a User Name and Password wget username password curl --netrc curl username:password header curlrc username password curl username:$password php curl password file curl authentication without password I have a password protect web folder on my site, I am fetching that folder on another domain using Curl, ...
http://thetopsites.net/article/52818424.shtml
CC-MAIN-2020-50
refinedweb
1,194
72.36
Hello; Thank you all very much for your prompt and generous help with my problems including my misunderstanding of UNIX shells. My background in other operating systems continues to mislead me in such things as the handling of the standard input and output files, the domains for which such definitions are active, and t...
http://www.sunmanagers.org/archives/1992/1602.html
CC-MAIN-2016-07
refinedweb
2,860
62.58
This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project. On Mon, 2014-12-15 at 13:48 -0800, Josh Stone wrote: > On 12/13/2014 03:18 PM, Mark Wielaard wrote: > > On Thu, Dec 11, 2014 at 05:34:06PM -0800, Josh Stone wrote: > >> It might be worth auditing other qsort/tsearch com...
https://sourceware.org/ml/elfutils-devel/imported/msg04382.html
CC-MAIN-2018-17
refinedweb
290
70.09
Java - String getChars() Method The Java string getChars() method is used to copy characters from this string into the destination character array.: dstBegin + (srcEnd-srcBegin) - 1. Syntax public void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) Parameters Return Value void type. Exception throws Index...
https://www.alphacodingskills.com/java/note/java-string-getchars.php
CC-MAIN-2021-31
refinedweb
178
60.41
After. AjaxPanel Update - 12 Nov 2005: The MagicAjax framework is now hosted on SourceForge. Many improvements and features have been added since the initial release, including support for ASP.NET 2.0. This article assumes that you know what AJAX is. If that's not the case, there are plenty of good articles in CodeProj...
http://www.codeproject.com/Articles/11655/Magic-AJAX-Applying-AJAX-to-your-existing-Web-Page?fid=216309&df=90&mpp=25&sort=Position&spc=Relaxed&select=1313380&tid=1294693
CC-MAIN-2015-14
refinedweb
1,616
53.61
Basetypes, Collections, Diagnostics, IO, RegEx... I see a lot of complaints about counters in the Logical Disk/Physical Disk categories always returning zero when you try to read them. Specifically, using PerformanceCounter.NextValue with these counters always returns zero: % Disk Read Time % Disk Write Time % Idle Tim...
http://blogs.msdn.com/bclteam/archive/2005/03/15/395986.aspx
crawl-002
refinedweb
367
56.55
Caller Details. How do we use them? Their use is simple. They’re applied to optional method parameters. That’s it. At compile time the compiler takes over and automatically resolves the correct value and passes it at the point of invocation. void Method( [CallerMemberName] string callerName = "" ,[CallerLineNumber] int...
https://docs.microsoft.com/en-us/archive/blogs/mvpawardprogram/caller-details
CC-MAIN-2020-34
refinedweb
1,085
54.22
Hybrid Connections offer an easy way to connect your Web App to an on-premise resource. In most cases, Hybrid Connections just work, but when they don't, the only info you might have to go on is a failure in your app or a status of "Not connected" in the Azure portal or the Hybrid Connection Manager. In this post, I'll...
https://blogs.msdn.microsoft.com/waws/2017/06/26/troubleshooting-hybrid-connections-with-logging/
CC-MAIN-2018-26
refinedweb
612
56.76
>>>>> "Frank" ===10, dt=0.01): self.ax = ax self.canvas = ax.figure.canvas self.dt = dt self.maxt = maxt self.tdata = [0] self.ydata = [0] self.line = Line2D(self.tdata, self.ydata, animated=True) self.ax.add_line(self.line) self.background = None self.canvas.mpl_connect('draw_event', self.update_background) self.ax.s...
https://sourceforge.net/p/matplotlib/mailman/matplotlib-users/?viewmonth=200508&viewday=31
CC-MAIN-2018-13
refinedweb
761
51.85
Building on what you can do with event data from the Opta (or any other) event feed, we’re going to look at one way of visualising a team’s defensive actions. Popularised in the football analytics community by Thom Lawrence (please let us know if we should add anyone else!), convex hulls display the smallest area neede...
https://fcpython.com/visualisation/convex-hulls-football-python
CC-MAIN-2021-43
refinedweb
1,259
71.95
Newbie to backtrader - CSV Data feed - Quy Bao Le last edited by Hi all, I tried to feed data from CSV but it didn't work My CSV data is as below My code is import datetime import backtrader.feeds as btfeeds class MyOHLC(btfeeds.GenericCSVData): params = ( ('fromdate', datetime.datetime(2017, 12, 1)), ('todate', dateti...
https://community.backtrader.com/topic/799/newbie-to-backtrader-csv-data-feed
CC-MAIN-2018-39
refinedweb
225
65.62
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals, Chapter 3 of 13 - Posted: Oct 15, 2009 at 8:46AM - 87,360 views - 54 comments ![if gt IE 8]> <![endif]> Something went wrong getting user information from Channel 9 Something went wrong getting user information from MSDN Something went wrong getting th...
https://channel9.msdn.com/Series/C9-Lectures-Erik-Meijer-Functional-Programming-Fundamentals/C9-Lectures-Dr-Erik-Meijer-Functional-Programming-Fundamentals-Chapter-3-of-13?format=flash
CC-MAIN-2015-48
refinedweb
4,373
72.16
I added the rx-main package to the a WPF Workbook but when I type 'using System.Reactive;', both the autocompletion and the compiler fail to find the namespace. I tried my own NuGet package and worked fine. What am I missing here? What version of .NET is the WPF Workbook using? Any idea why it doesn't work? Submitted i...
https://forums.xamarin.com/discussion/comment/319174
CC-MAIN-2019-43
refinedweb
338
78.65
C++ and functional programming idioms If you’re curious like me, you probably ventured at least once in the scary and mind-bending world of functional programming, came back and told yourself: “It would be nice if I could do this or that in c++”. FP languages have been present for decades but only recently, we’ve been ...
http://debugfailure.wordpress.com/2008/10/28/c-and-functional-programming-idioms/
CC-MAIN-2014-35
refinedweb
2,283
54.12
08 January 2009 17:00 [Source: ICIS news] TORONTO (ICIS news)--Kuwait will counter any claims Dow Chemical plans to bring against it for pulling out of the K-Dow joint venture, the country’s Al-Watan newspaper reported on Thursday, citing industry minister Ahmed Baqer. Bager was quoted as saying that the ?xml:namespace...
http://www.icis.com/Articles/2009/01/08/9182959/kuwait-government-to-counter-dow-claims-report.html
CC-MAIN-2014-49
refinedweb
176
53.04
Natume 0.1.0 HTTP DSL Test Tool Natume is a http dsl test tool help you easily build test for mobile application. How to install Firstly download or fetch it form github then run the command in shell: cd natume # the path to the project python setup.py install Development Fork or download it, then run: cd natume # the ...
https://pypi.python.org/pypi/Natume/
CC-MAIN-2017-51
refinedweb
788
53.41
Hello, I'm currently working a project for class and I've gotten stuck. I am suppose to write a program that will read a csv file and create a text file with information from this csv file. So, far I have code that prompts for the file name and gives a "File not found" message, if the file does not exsist and will prom...
https://www.daniweb.com/programming/software-development/threads/450394/functions-for-csv-files-in-python
CC-MAIN-2018-47
refinedweb
208
70.63
Additional Space Center windows in Single Window Mode I really like Single Window Mode, but sometimes wish I could have an additional Space Center window if necessary. Is there a way to do that? Would be especially helpful for tiling to different monitors. - marksimonson last edited by Indeed! Option-click on the Space...
https://forum.robofont.com/topic/189/additional-space-center-windows-in-single-window-mode
CC-MAIN-2020-16
refinedweb
101
62.64
Import custom sage libraries into a Jupyter notebook What is the correct way to write and import custom SAGE libraries into a jupyter notebook? When using jupyter notebooks with a python kernel, importing your own python library is as easy as saving a file foo.py in the same directory as the notebook and putting an imp...
https://ask.sagemath.org/question/36553/import-custom-sage-libraries-into-a-jupyter-notebook/
CC-MAIN-2019-43
refinedweb
131
70.43
@JoFa: I don't use this package anymore, so I am going to orphan it. Future adopter: please read @JoFa's suggestion and implement it if appropriate. Search Criteria Package Details: anttweakbar 1.16-7 Dependencies (2) Required by (1) Sources (1) Latest Comments mis commented on 2016-02-24 17:19 thiagowfx commented on 2...
https://aur.archlinux.org/packages/anttweakbar/
CC-MAIN-2018-09
refinedweb
279
60.51
[Poll] Which direction should Qt Quick 2.x development take? p{color:#777}. ---------------------------------------------------------------------------- p{color:#258}. Qt 5.0 (which is already in feature-frozen alpha stage) introduces the new scene-graph based Qt Quick 2.0 framework. While the foundations are there, an...
https://forum.qt.io/topic/16232/poll-which-direction-should-qt-quick-2-x-development-take
CC-MAIN-2018-09
refinedweb
3,316
63.49
[ ] Anthony Insolia commented on GERONIMO-6474: ------------------------------------------- I may have fixed this problem by first eliminating the second id and also by making two superclasses serializable. I missed them. I will do more testing before I close the bug report. > Reactivated/Reloaded Entity Bean not resto...
http://mail-archives.apache.org/mod_mbox/geronimo-dev/201307.mbox/%3CJIRA.12654830.1372197905147.202545.1372812560023@arcas%3E
CC-MAIN-2016-36
refinedweb
438
52.29
Hi Philipp > > Yes, > > but this is only a problem how we lookup views/pages via /@@ in > > templates. > > That's how we lookup views. @@ is short for ++view++. > Traversal namespaces are the way to lookup things that are > not direct attributes. The namespace ++view++ is in the first line a namespace which makes it po...
https://www.mail-archive.com/zope3-dev@zope.org/msg05165.html
CC-MAIN-2017-30
refinedweb
203
77.03
Python has been around for a dozen years and is going strong — two production releases a year, a vibrant community, lively Net presence, yearly conferences, tracks on Python at Open Source and Web Development venues, books, articles, the works. Why is Python so popular? The reasons are simplicity, regularity, and the t...
http://www.linux-mag.com/id/1025/
CC-MAIN-2016-44
refinedweb
3,066
62.98
On 01/25/2012 01:13 PM, Marc-André Lureau wrote: > Define PID_FORMAT and fix warnings for mingw64 x86_64 build. > > Unfortunately, gnu_printf attribute check expect %lld while normal > printf is PRId64. So one warning remains. > --- > src/rpc/virnetsocket.c | 4 ++-- > src/util/command.c | 10 +++++----- > src/util/util....
https://www.redhat.com/archives/libvir-list/2012-January/msg01071.html
CC-MAIN-2017-17
refinedweb
226
59.19
3D computer graphics have many uses -- from games to data visualization, virtual reality, and beyond. More often than not, speed is of prime importance, making specialized software and hardware a must to get the job done. Special-purpose graphics libraries provide a high-level API, but hide how the real work is done. A...
http://www.javaworld.com/article/2076745/learn-java/3d-graphic-java--render-fractal-landscapes.html
CC-MAIN-2014-15
refinedweb
1,742
63.09
Scroll down to the script below, click on any sentence (including terminal blocks!) to jump to that spot in the video! gstreamer0.10-ffmpeg gstreamer0.10-plugins-goodpackages. Let's make this date dynamic! The field on Question that we're going to use is $askedAt, which - remember - might be null. If a Question hasn't ...
https://symfonycasts.com/screencast/symfony5-doctrine/ago
CC-MAIN-2022-33
refinedweb
463
77.23
Shortest Code ContestWrite a piece of code to solve some mathematical expressions. These mathematical expressions will be very simple - each expression will consist of two numbers and a single operation. All numbers will be positive integers less than 100, and the only operations will be +,- and *. There will be multip...
https://wcipeg.com/problem/expr#comment765
CC-MAIN-2022-40
refinedweb
218
75.61
Define: Lambda Lambda is a functional language concept within Haxe that allows you to apply a function to a list or iterators. The Lambda class is a collection of functional methods in order to use functional-style programming with Haxe. It is ideally used with using Lambda (see Static Extension) and then acts as an ex...
http://haxe.org/manual/std-Lambda.html
CC-MAIN-2017-39
refinedweb
491
51.14
If you’re looking to build a simple web application with a nice frontend, you may think your options are limited as far as what languages to use. For a long time, when I thought about web development, Python never really sprung to mind as an ideal language to use, mostly because I thought it was reserved purely for scr...
https://sweetcode.io/flask-python-3-mysql/
CC-MAIN-2021-21
refinedweb
1,231
59.13
Hi all, I'm witnessing some funny behavior in my training val_loss and val_acc. It will wobble around all over the place instead of being consistent. I've tried a few architectures on sample redux data and it seems to be happening architecturally agnostic. My hypothesis is that it has something to do with the data_aug ...
http://forums.fast.ai/t/lesson-3-discussion/186?page=10
CC-MAIN-2017-51
refinedweb
892
70.29
I'm trying to get products for a project i'm working on from this page:lazada page ispection using : from bs4 import BeautifulSoup import urllib import re r = urllib.urlopen("").read() soup = BeautifulSoup(r,"lxml") letters = soup.findAll("span",class_=re.compile("product-card__name")) print type(letters) print letters...
https://codedump.io/share/8LNHQqhZp4nt/1/python-beautifulsoup-can39t-read-div-tag
CC-MAIN-2016-44
refinedweb
186
58.38
On Dec 7, 2006, at 2:51 AM, Ard Schrijvers wrote: > 1) The lightweight StripNameSpaceTransformer is an option to strip > intermediate namespaces you want to get rid of (like after sql > transformer, I would like to get rid of them as fast as possible). Add > this to trunk/branch or not? +1 > 2) The XHTML serializer: Ma...
http://mail-archives.apache.org/mod_mbox/cocoon-dev/200612.mbox/%3C331040e7c58b7c35f71a75e07e6a6343@wrinkledog.com%3E
CC-MAIN-2015-11
refinedweb
199
64.14
Swiftz is a Swift library for functional programming. It defines functional data structures, functions, idioms, and extensions that augment the Swift standard library. For a small, simpler way to introduce functional primitives into any codebase, see Swiftx. Introduction Swiftz draws inspiration from a number of functi...
https://tryexcept.com/articles/cocoapod/swiftz
CC-MAIN-2019-22
refinedweb
720
60.41
view raw When I started project I went with GSON as most completed and with a good backing. I feel now that it is not performing very well. So, let's say when I load array of 200 items (objects) from web service - it will take like 5 seconds to parse it out into object array on my Nexus S. On Emulator it is even more p...
https://codedump.io/share/7e6MJ76cIxn2/1/light-and-fast-android-json-parser
CC-MAIN-2017-22
refinedweb
125
78.99
i have written the following code. the problem is when i run (F9), i dont see my output neither do i see any error in the program. any idea why? thx in advance. empId: an array of seven long integers to hold employee identification numbers. hours: an array of seven integers to hold the number of hours worked by each em...
https://www.daniweb.com/programming/software-development/threads/94175/help-plz
CC-MAIN-2017-39
refinedweb
302
53.85
IEEE/The Open Group 2013 PROLOG This manual page is part of the POSIX Programmer’s Manual. The Linux implementation of this interface may differ (consult the corresponding Linux manual page for details of Linux behavior), or the interface may not be implemented on Linux. NAME isnan — test for a NaN SYNOPSIS #include <m...
https://reposcope.com/man/en/3p/isnan
CC-MAIN-2020-29
refinedweb
189
51.55
"Undefined symbols for arch. i386" when including C++ library in iOS simulator build Hi all, I have been struggling for a long time to include the simplest C++ library in a Qt Quick iOS application. I'm able to include C++ code directly in the project, but not from a lib. Any help would be highly appreciated. I use Qt ...
https://forum.qt.io/topic/59762/undefined-symbols-for-arch-i386-when-including-c-library-in-ios-simulator-build
CC-MAIN-2018-39
refinedweb
573
52.46