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
Day 4: LinksChecker What to expect ? We will be writing a simple linkschecker in both sequential and asynchronous style in nim Implementation Step 0: Imports import os, httpclient import strutils import times import asyncdispatch Step 1: Data types type LinkCheckResult = ref object link: string state: bool LinkCheckRes...
https://xmonader.github.io/nimdays/day04_asynclinkschecker.html
CC-MAIN-2019-51
refinedweb
766
59.64
Asked by: Azure CDN bandwidth abuse by malicious bandwidth vampire requests Question Hello, So here's the situation. Let's say that I am building a picture gallery website and I would like to use Azure CDN to deliver my content for me. In the backend, Azure CDN will pull content from an Azure storage account. CDN is fa...
https://social.msdn.microsoft.com/Forums/en-US/9e37ca24-b38d-4193-847b-f679eab76aa5/azure-cdn-bandwidth-abuse-by-malicious-bandwidth-vampire-requests?forum=azurecdn
CC-MAIN-2021-31
refinedweb
2,510
61.46
Let's start by examining the problem is a little more detail first. Forms Authentication in ASP.NET only works with requests that are handled by ASP.NET in IIS 6.0 (typically Windows Server 2003), which means that non-ASP.NET content bypasses aspnet.dll, and is not subject to it. Let's say you have a folder within your...
https://www.mikesdotnetting.com/article/122/simple-file-download-protection-with-asp-net
CC-MAIN-2020-05
refinedweb
1,166
50.73
> -----Original Message----- > From: Rutger Hofman [mailto:rutger@cs.vu.nl] > An incremental build should come with sophisticated dependency > analysis. For this, there is <depend>. However, in my experience > doing "ant depend build" is not at all necessarily faster than > "ant clean build". > > So, an incremental bui...
http://mail-archives.apache.org/mod_mbox/ant-user/200309.mbox/%3CD44A54C298394F4E967EC8538B1E00F10248C85A@lgchexch002.lgc.com%3E
CC-MAIN-2013-48
refinedweb
504
61.56
I'm setting up a model for a project and everything works as expected, except for the change below. I thought it'd be neat to specify the type as Type string namespace DataBase.Entities { public class Lock { public Guid Id { get; set; } public DateTime? Occasion { get; set; } public int Counter { get; set; } public Typ...
https://codedump.io/share/f5FwAULXnOtQ/1/why-can39t-i-have-property-of-type-type-in-my-model-for-entity-framework
CC-MAIN-2016-44
refinedweb
161
59.09
How Project Amber Will Revolutionize JavaBy Nicolai Parlog Table of Contents This is the editorial for the SitePoint Java Channel newsletter that we send out every other Friday. Subscribe here! Earlier this week Brian Goetz, Java Language Architect at Oracle, officially announced Project Amber and I could not be more e...
https://www.sitepoint.com/project-amber-will-revolutionize-java/?utm_source=sitepoint&utm_medium=articletile&utm_campaign=likes&utm_term=java
CC-MAIN-2017-22
refinedweb
1,965
60.14
Hi , i am new using this framework need your help , Actually i want when i click on image a new page must be shown , how to do this ? sorry for my bad english Hi , i am new using this framework need your help , Actually i want when i click on image a new page must be shown , how to do this ? JUst add inside your image ...
https://forum.ionicframework.com/t/how-to-make-clickable-images/97742
CC-MAIN-2020-40
refinedweb
829
66.44
MQTT Security Fundamentals – Securing MQTT Systems Welcome to the tenth part of the MQTT Security Fundamentals Blog post series. In the last posts we focused on how to secure MQTT on a protocol level and shared best practices how to implement security on the application level. Todays blog post will focus on the secure ...
https://www.hivemq.com/blog/mqtt-security-fundamentals-securing-mqtt-systems
CC-MAIN-2018-22
refinedweb
1,565
50.46
module location doesn't seem to work I am new to Pythonista and learning every day more about this wonderful app. I am trying to use location.get_location(), but all I get is None. I know that I should allow Pythonista to use the location, but I never got the question for permission. Also, I can't see Pythonista in the...
https://forum.omz-software.com/topic/508/module-location-doesn-t-seem-to-work
CC-MAIN-2017-47
refinedweb
121
60.31
Hi, I purchased your component yesterday after testing some of our in-house pdfs. It worked fine at the time, but since I purchased it, I’ve been getting mixed results with jpg conversion. I have attached 4 files below, 2 pdfs and their resulting jpgs: E008DJR091811.pdf -> 10.jpg budget_blinds.pdf -> 11.jpg I started w...
https://forum.aspose.com/t/pdf-to-jpg-results-in-blank-image/104642
CC-MAIN-2021-39
refinedweb
285
73.47
Hi All, I have being quite busy lately trying to improve WebDAV support for Zope3. To this end I have two proposals worth your consideration. I don't yet have access to the proposals area of zope.org but I have put them up in my home folder on zope.org for the time being. They are: :-) WebDAV? Namespace Management Here...
https://www.mail-archive.com/zope3-dev@zope.org/msg03918.html
CC-MAIN-2018-47
refinedweb
222
64.51
Adding a Mailing List to Your Gatsby Site Yes, we all get far too much emails. There's basically a whole sub-genre of memes dedicated to the topic, such as... Nonetheless, newsletters and mailing lists are often one of the most effective ways we have to communicate with our users, customers, readers, etc. So, what if I...
https://www.stackbit.com/blog/jamstack-gatsby-mailchimp/
CC-MAIN-2022-05
refinedweb
1,179
54.42
In WWDC 2019, Apple announced a brand new feature for Xcode 11; the capability to create a new kind of binary frameworks with a special format called XCFramework. That was fantastic news to anyone, since an ongoing inconvenient situation that was lasting for years finally came to its end. Up until then, a binary framew...
https://www.appcoda.com/xcframework/
CC-MAIN-2021-17
refinedweb
5,935
58.52
. PathCharacter. RowsXCols). Queue Origin: iCurrent iLeft=iCurrent-1; // get node no of the left node But we have to make sure that this node no. is valid. For this, we have to check: iLeft Ready Waiting. FindPath(). Version 1.0 Version 1.1 Version 1.2. int GetNodeNo(int matrix, int ithIndex, int jthIndex) { return ( i...
http://www.codeproject.com/Articles/9040/Maze-Solver-shortest-path-finder?msg=1040735
CC-MAIN-2016-36
refinedweb
104
59.3
Microsoft at one of their international locations asks these questions. 1. What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why. 2. What is serialization, how it works in .NET? 3. What should one do to make class serializable? 4. What exactly is being serialized when...
https://www.scribd.com/document/72857/NetQuestions
CC-MAIN-2019-09
refinedweb
1,208
68.26
Hi Guys, Welcome to Proto Coders Point, In this Flutter Tutorial we will Learn how to implement Google Authentication with your flutter Apps using Firebase Services. What you’ll learn? – Login with Google – Firebase Configuration – Fetching user’s profile DEMO Flutter Firebase Google SignIn | Flutter Login with Google ...
https://protocoderspoint.com/flutter-firebase-google-signin/
CC-MAIN-2021-21
refinedweb
740
60.65
fmin, fminf, fminl − determine minimum of two floating-point numbers #include <math.h> double fmin(double x, double y); float fminf(float x, float y); long double fminl(long double x, long double y); Link with −lm. Feature Test Macro Requirements for glibc (see feature_test_macros(7)): fmin(), fminf(), fminl(): _XOPEN_...
http://man.linuxtool.net/centos7/u3/man/3_fminf.html
CC-MAIN-2019-35
refinedweb
103
66.64
cc [ flag ... ] file ...-lnvpair [ library ... ] #include <libnvpair.h> These functions find the nvpair (name-value pair) that matches the name and type as indicated by the interface name. If one is found, nelem and val are modified to contain the number of elements in value and the starting address of data, respective...
http://www.shrubbery.net/solaris9ab/SUNWaman/hman3nvpair/nvlist_lookup_boolean.3nvpair.html
CC-MAIN-2015-22
refinedweb
160
54.22
[Guido] > I seem to have trouble explaining what I meant. I know, and I confess I'm giving you a hard time. There's a point to that too: uniqueness also imposes costs on newbies and/or newcomers. Across the world of programming languages now, dynamic scoping and lexical scoping are "almost entirely *it*". For example, ...
https://mail.python.org/pipermail/python-dev/2002-April/023442.html
CC-MAIN-2019-39
refinedweb
872
67.28
Neptune-XGBoost Integration¶ What will you get with this integration?¶ XGBoost is an optimized distributed gradient boosting library designed to be highly efficient, flexible and portable. The integration with Neptune lets you log multiple training artifacts with no further customization. The integration is implemented...
https://docs-legacy.neptune.ai/integrations/xgboost.html
CC-MAIN-2021-17
refinedweb
610
51.95
Technical Support On-Line Manuals RL-ARM User's Guide (MDK v4) #include <rtl.h> BOOL tcp_close ( U8 socket ); /* TCP socket to close. */ The tcp_close function initiates the procedure to close the TCP connection. It might take some time to close the connection. The argument socket specifies the handle of the socket who...
https://www.keil.com/support/man/docs/rlarm/rlarm_tcp_close.htm
CC-MAIN-2020-34
refinedweb
242
50.53
The committee that standardizes the C programming language (ISO/IEC JTC1/SC22/WG14) has completed a major revision of the C standard. The previous version of the standard, completed in 1999, was colloquially known as "C99." As one might expect, the new revision completed at the very end of last year is known as "C11." ...
http://www.drdobbs.com/mobile/c-finally-gets-a-new-standard/232800444
CC-MAIN-2013-20
refinedweb
1,004
54.46
Memory leak when using sourceSize on images in list views? Hi. I'm having memory problems in my application that appears to be due to using sourceSize on images in list views. I've included a small QML-example below that illustrates the issue. It requires a bunch of images in the current directory, which I have not inc...
https://forum.qt.io/topic/40413/memory-leak-when-using-sourcesize-on-images-in-list-views
CC-MAIN-2018-43
refinedweb
308
55.95
Opened 7 years ago Last modified 6 months ago #9173 new New feature Conditional content of template blocks Description It will be very good if there is some possibility to mark sort of "conditional content" of the template blocks ({% block .. %}), that is the content that is displayed only if in a child template the bl...
https://code.djangoproject.com/ticket/9173
CC-MAIN-2015-27
refinedweb
637
60.24
Abstract:. Welcome to the 135th edition of The Java(tm) Specialists' Newsletter, now sent from a beautiful little island in Greece. We arrived safely two weeks ago and have been running around organising the basics, such as purchasing a vehicle, opening a bank account, getting cell phone contracts. Things happen really...
https://www.javaspecialists.eu/archive/Issue135-Are-You-Really-Multi-Core.html
CC-MAIN-2020-45
refinedweb
961
63.8
Flux VS Single State Tree?”. By asking this I am not in a position to favor my own creation over Redux. You might say now; “But is not Redux a single state tree?”. Yeah, it is! So what is the difference between Redux and a single state tree library like Baobab? Please read on and I will explain. I will also be answerin...
https://christianalfoni.herokuapp.com/articles/2015_11_16_Flux-vs-Single-State-Tree
CC-MAIN-2019-35
refinedweb
2,444
65.22
//my program should be able to collect two words and compare them outputing the words from word1 which are also in word2 and outputing them and viceversa. my problem is in the last four lines before the return. Please help //Program to shows analysis of texts #include <iostream> // for cin, cout #include <string> #incl...
https://www.daniweb.com/programming/software-development/threads/473460/text-analysis
CC-MAIN-2018-43
refinedweb
236
68.06
>>IMAGE? This video is a must-see for fans of Plan 9, Raspberry Pi, or both. It's also a great introduction to the OS itself. I can imagine the stuff shown in the video would have been pretty impressive in the 70s. Nowadays, however, Plan9 just appears hopelessly out of date. Looking at that video I felt like I had ent...
http://www.osnews.com/comments/27567
CC-MAIN-2015-11
refinedweb
2,664
69.62
Enable and Disable logsSanjeeva Gurram Mar 1, 2012 4:31 AM Hi Experts, we are planning to implement like the below way, if there any method or scripts to do, what is thebetter way to acive it - Scheduled job to enable logs (e.g. filter log) and wait for 10 minutes - After 10 minutes, disable the log(s) and cut and past...
https://communities.bmc.com/message/230742
CC-MAIN-2015-14
refinedweb
984
58.32
Answer: Answer: If you are an instructor, please visit and select "Instructor Resources". You will need to fill out a form and obtain a password to see the solutions to all exercises. Answer: The following compilers should work: Answer: Your compiler (Microsoft Visual C++ 6) does not conform to the C++ standard. A reme...
http://www.horstmann.com/bigcpp/faq1.html
CC-MAIN-2014-15
refinedweb
528
65.62
To compile java program in iSeries you need to have JDK installed. Click here to learn how to check if Java is installed on your iSeries and what is the the Java Version? Here is a sample Java program that we will try to compile package com.as400samplecode; public class SimpleJava { public static void main(String[] arg...
https://www.mysamplecode.com/2011/05/iseries-compile-java-programs-beginners.html
CC-MAIN-2019-39
refinedweb
357
66.44
John Goerzen wrote: >> I'd rather have xmonad completely eat all Mod keypresses, and let no other >> application, even those Windows RDP or VirtualBox sessions, ever see it... >> Is there a quick trick to accomplish this? wagnerdm wrote: > ((0, xK_Super_L), return ()) -- make VirtualBox ignore stray hits of the > Windo...
http://www.haskell.org/pipermail/xmonad/2012-February/012405.html
CC-MAIN-2013-48
refinedweb
142
62.27
Shims aims to provide a convenient, bidirectional, and transparent set of conversions between scalaz and cats, covering typeclasses (e.g. Monad) and data types (e.g. \/). By that I mean, with shims, anything that has a cats.Functor instance also has a scalaz.Functor instance, and vice versa. Additionally, every convert...
https://index.scala-lang.org/djspiewak/shims/shims/1.3.0?target=_2.11
CC-MAIN-2019-43
refinedweb
1,471
50.73
Import invoices excel jobs I have couple of websites whose product database i would like to import as it is kindly visit [login to view URL] [login to view URL] .. ... Invoices automatically send to customer if order come on marketplace. Customer data must import in Prestashop. I am looking for somebody you can setup t...
https://www.freelancer.com/work/import-invoices-excel/
CC-MAIN-2018-22
refinedweb
734
64.41
Intro We knew from the start in writing Professional Papervision that the technology would change mid-stream. Mid-stream is here and we are delighted with the changes. And we are incorporating them into your book. Yes, expect the book to cover Gumbo (Flex 4) – and much more. I just couldn’t resist this graphic below. I...
https://professionalpapervision.wordpress.com/2008/11/
CC-MAIN-2016-18
refinedweb
1,120
62.98
persona - control which code will be loaded for an execution context $ PERSONA=cron perl foo.pl foo.pl ================= use persona only_for => '*'; # all modules, maybe regex use Foo; Foo.pm ================= package Foo; # code to be compiled always #PERSONA cron || app || book # code to be compiled only for the "cr...
http://search.cpan.org/~elizabeth/persona-0.12/lib/persona.pm
CC-MAIN-2016-44
refinedweb
1,565
62.17
Why are there two Qt Quick Controls namespaces (1.4 and 2.3) and is it okay to use both? I'm currently learning Qt, (coming from C# and WPF worlds) I was looking for a TreeView and I couldn't find it in the Design tab, then by looking at its documentation it appears that instead import QtQuick.Controls 1.4 is necessary...
https://forum.qt.io/topic/102740/why-are-there-two-qt-quick-controls-namespaces-1-4-and-2-3-and-is-it-okay-to-use-both
CC-MAIN-2019-30
refinedweb
215
75.4
Something for python programmers and photographers alike… In the comments of my last post Emmet Connolly pointed me in the direction of PIL – Python’s answer to PerlMagick. I’m just kicking the tyres on PIL at the moment but the signs are promising. To test PIL’s abilities I decided to see if I could programmatically L...
https://sxoop.wordpress.com/2006/11/30/lomo-deconstructed/
CC-MAIN-2018-09
refinedweb
887
59.03
Over the weekend Stevens Pass and the Cascade mountains received several inches of fresh powder. It's been almost a month since I've been on my snowboard and I couldn't resist any longer. This morning I headed up to Stevens and spent a few hours listening to tunes on my Zune while riding Hog Heaven, Rock 'N Blue, Hog W...
http://dirtydogstink.com/blog/default,month,2007-02.aspx
crawl-001
refinedweb
3,170
71.75
Passive beacons. Currently the SyPy only seems to pick up standard BT broadcasts and not broadcasts from beacons. Is there any facility, without modifying the firmware of the beacons, to pick up the 128-bit UUID of such. @papasmurph Exactly. I've been trying to use a complex exponential relationship with some empirical...
https://forum.pycom.io/topic/2018/passive-beacons
CC-MAIN-2018-17
refinedweb
968
66.74
Ps.js JavaScript library and REST reference Learn about the PS.js JavaScript library and REST interface for Project Server 2013, which you can use to develop custom solutions and apps for Project 2013. Last modified: February 22, 2013 Applies to: Project Professional 2013 | Project Server 2013 Project Server 2013 provi...
https://msdn.microsoft.com/en-us/library/jj668539.aspx
CC-MAIN-2017-22
refinedweb
281
60.75
hashtable.c File ReferencePortable hash table implementation. More... #include "hashtable.h" #include <cfg/debug.h> #include <cfg/compiler.h> #include <cfg/macros.h> #include <string.h> Go to the source code of this file. Detailed DescriptionPortable. - Version: - Id - hashtable.c 2506 2009-04-15 08:29:07Z duplo Defini...
http://doc.bertos.org/2.2/hashtable_8c.html
crawl-003
refinedweb
349
68.77
Go Null Yourself E-zine Issue 6 - Topics in this issue include Floating Point Numbers Suck, How Skynet Works, Defeating NX/DEP With return-to-libc and ROP, and more. 6e413cb4d2e8da2a0c030a83866d7438 ` ` ` ` ` `-s -=-=- elchupathingy @ irc.gonullyourself.org #gny) - Reddit (stormehh @ reddit.com/r/gny):. In theory, ambi...
http://packetstormsecurity.org/files/107385/Go-Null-Yourself-E-Zine-Issue-06.html
crawl-003
refinedweb
12,278
61.67
Question: Using cruzdb to retrieve SNP sequence including flanking 0 12 months ago by yarrowmadrona • 0 yarrowmadrona • 0 wrote: I want to use cruzdb to query a list of SNPs by rs id in a text file and retrieve sequence including 200 basepairs flanking each SNP. I can do this in the UCSC genome browser table by selecti...
https://www.biostars.org/p/254459/
CC-MAIN-2018-26
refinedweb
155
68.47
Welcome to the Java Additional Topics tutorial offered by Simplilearn. The tutorial is a part of the Java Certification Training Course. Let us begin with the objectives of this tutorial in the next section. Let us now see the topics covered in this Java additional topics tutorial - Explain Inner Classes and Inner Inte...
https://www.simplilearn.com/additional-core-java-topics-tutorial
CC-MAIN-2019-22
refinedweb
3,871
56.96
31720/mysql-workbench-functionalities The functionalities of MySQL Workbench are as follows: MyISAM is the default table that is ...READ MORE The following TRIGGERS are allowed in MySQL: BEFORE ...READ MORE You can try out the following query: INSERT ...READ MORE using MySql.Data; using MySql.Data.MySqlClient; namespac...
https://www.edureka.co/community/31720/mysql-workbench-functionalities
CC-MAIN-2020-16
refinedweb
114
71.51
First: Materials We are going to use an Altair: It will have connected a AC adapter and a SERVO motor. The actions the Altair will have are going to be: - Serve a little bit - Serve half - Serve a lot - Toggle (manual) The only difference among the modes are the time the servo motor will take being open, also, the aper...
https://www.instructables.com/id/Make-a-Pet-Feeder-using-Altair/
CC-MAIN-2019-26
refinedweb
681
75.71
Vim is old and popular text editor. Vim roots goes to the vi. Vim is improved version of vi. Vim has a lot of features that makes users life better. One of the most loved vim feature is syntax highlighting. Syntax highlighting makes text or code easily readable by coloring statements. For this tutorial we will use foll...
https://www.poftut.com/vim-syntax-highlighting-turn-off/
CC-MAIN-2022-21
refinedweb
242
75.4
Coordinates: 40°45′37″N 73°58′32″W / 40.76028°N 73.97556°W / 40.76028; -73.97556 The Stork Club was a famous nightclub in New York City from 1929 to 1965. From 1934 onwards, it was located at 3 East 53rd Street, just east of Fifth Avenue. The building was demolished in 1966 and the site is now the location of Paley Par...
http://wiki.xiaoyaozi.com/en/Stork_Club.htm
crawl-002
refinedweb
693
67.89
Storing Your Data in C++ Standard Library Containers - Introducing the Vector - Demonstrating Vectors - Summary If you've worked with some of the newer high-level languages such as Python or PHP, you might have become a tad bit jealous at some of the fancy data structures available in those languages. For example, Pyth...
http://www.informit.com/articles/article.aspx?p=102155&amp;seqNum=3
CC-MAIN-2018-26
refinedweb
879
72.66
The pipelines and other actions to take code from the programming phase to subsequent stages. Visual Builder Studio is the Oracle counter offer to the Azure DevOps service that seems to have become more or less an industry standard. It is available for free for anyone who is a paid Oracle Cloud customer for any other s...
https://technology.amis.nl/continuous-delivery/get-going-with-automated-ci-cd-on-oci-in-visual-builder-studio/
CC-MAIN-2021-17
refinedweb
2,206
72.66
i want to see that coding some programs have error please check i like this subject and i am enjoying it but iam having some problem in looping so please help me. very nice to handle Post your Comment break loops here two print '*'. In this example, if we haven't use break statement thus... in the following example we ...
http://roseindia.net/discussion/23050-Java-Break-example.html
CC-MAIN-2016-18
refinedweb
949
65.73
TCS Interview Experience Technical Round: After Clearing TNQT 2020, I got an interview call from TCS at Gitanjali Park Kolkata. In my panel, there were two panelists (probably TR and MR) but both asked me from Technical. - Which type of songs do you listen? - Why this type of song? - Asked about my projects in details....
https://www.geeksforgeeks.org/tcs-interview-experience-3/
CC-MAIN-2020-05
refinedweb
297
69.38
IRC log of tagmem on 2002-04-29 Timestamps are in UTC. 14:19:36 [RRSAgent] RRSAgent has joined #tagmem 14:19:40 [Zakim] Zakim has joined #tagmem 14:20:58 [Ian] Ian has changed the topic to: TAG teleconf 14:21:30 [Stuart] Stuart has joined #tagmem 14:24:40 [Stuart] zakim, who is here 14:24:41 [Zakim] Stuart, you need to...
http://www.w3.org/2002/04/29-tagmem-irc.html
CC-MAIN-2016-40
refinedweb
4,548
83.56
Tools used by the Docs Project From FedoraProject Documentation Project Tools We need a place to discuss our tools. Here are some blank Wiki pages we can fill. - DocsProject/Tools/ - The page you are staring at is probably all we need, but feel free to (ab)use the DocsProject/Tools/ namespace, eh. - DocsProject/Tools/U...
http://fedoraproject.org/wiki/Tools_used_by_the_Docs_Project
CC-MAIN-2014-15
refinedweb
529
62.88
Apparently, on x86_64 (and other archs?) the asm version of strncat has an integer overflow similar to bug 19387. sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S is used on my machine. I didn't look into the details but it looks like strncat(s1, s2, n) misbehave when n is near SIZE_MAX, strlen(s2) >= 34 and s2 has spe...
https://sourceware.org/bugzilla/show_bug.cgi?id=19390
CC-MAIN-2017-51
refinedweb
977
69.28
9694/download-specified-location-through-selenium-chrome-driver I was automatically downloading links using selenium with chromed river and python. How can I select the download directory through the python program so that it does not get downloaded in the default Downloads directory? Create a profile for chrome and de...
https://www.edureka.co/community/9694/download-specified-location-through-selenium-chrome-driver?show=9702
CC-MAIN-2019-35
refinedweb
264
59.7
This page it intended to show the PCA9532 - what it can do, how it works, how to interface it, and how an API can be built for it. The PCA9532 is an I2C IO expander. it has 16 open drain output pins that are designed to drive LEDs. Each pin can sink 25mA, and can be set to ON, OFF, or blink at one of two programmable r...
http://mbed.org/users/chris/notebook/pca9532---i2c-led-dimmer/
crawl-003
refinedweb
852
65.86
Created on 2005-01-31 00:58 by irmen, last changed 2008-06-02 03:15 by hdiogenes.. Logged In: YES user_id=469548 Here's a patch. We're interested in two things in the patched loop: * the rest of the multipart/form-data, including the headers for the current part, for consumption by HeaderParser (this is the tail variab...
http://bugs.python.org/issue1112856
crawl-002
refinedweb
810
75
05 September 2011 17:27 [Source: ICIS news] LONDON (ICIS)--?xml:namespace> Technical gas would be sent through the pipeline from Putin signalled the start of Nord Stream operations at a meeting of his governing United Russia party. The new €7.4bn ($10.4bn) infrastructure, which takes a route across the Baltic Sea, will...
http://www.icis.com/Articles/2011/09/05/9490216/russia-to-start-pumping-nord-stream-gas-on-tuesday-putin.html
CC-MAIN-2015-22
refinedweb
184
50.7
maintaining a contrast with the foreground color that is high enough (using either white or black) to pass WCAG AA accessibility standards. It’s astonishingly efficient to do this in JavaScript with a few lines of code: var rgb = [255, 0, 0]; function setForegroundColor() { var sum = Math.round(((parseInt(rgb[0]) * 29...
https://css-tricks.com/css-variables-calc-rgb-enforcing-high-contrast-colors/
CC-MAIN-2021-43
refinedweb
1,361
62.07
React Hooks Basics — Building a React Native App with React Hooks Aman Mittal— March 19, 2019 React 16.8 welcomed the dawn of Hooks. This new addition is both a new concept and pragmatic approach that helps you use state and lifecycle methods behavior in functional React components, that is, without writing a class. Th...
https://amanhimself.dev/build-a-react-native-app-with-react-hooks/
CC-MAIN-2020-10
refinedweb
2,845
57.06
0 I dont know why, but this program I wrote is having a problem. it has a problem converting an Ace from 11 to 1 when the players have more than 21. if you could look over this, I would appreciate it. #include <iostream> #include <ctime> using namespace std; double Card = 0; char cardA; int YN = 1; bool Ace = false; in...
https://www.daniweb.com/programming/software-development/threads/159464/blackjack-problem
CC-MAIN-2017-26
refinedweb
483
89.38
So basically I want to be able to detect if my capsule collides with my sphere. Right now it just isn't working. Here is the script I place on the sphere: public GameObject ParticlePrefab; void OnTriggerEnter(Collider col){ Debug.Log("Hit"); Destroy(col.gameObject); Instantiate(ParticlePrefab, transform.position, trans...
https://answers.unity.com/questions/148323/collision-problem-in-c.html
CC-MAIN-2019-35
refinedweb
463
64.91
Log in to like this post! XamDataGrid 101, Part 1 - Blend-Savvy Overview [Infragistics] Curtis Taylor / Monday, August 16, 2010 The premier control of the WPF NetAdvantage suite is definitely the XamDataGrid. The Infragistics data grid trumps all similar type of controls everywhere. Not only do I get paid to say that, ...
https://www.infragistics.com/community/blogs/b/curtis_taylor/posts/xamdatagrid-101-part-1
CC-MAIN-2022-21
refinedweb
2,928
55.24
Hello, I'm trying to use some methods I'm defining in a module in a model and my rake task. How can I do this? Any help would be appreciated. I've currently got the following, but my rake task can't access the methods in my module. Instead, I get.. undefined local variable or method `report_csv_process' for #<Object:0x...
https://www.ruby-forum.com/topic/184401
CC-MAIN-2018-09
refinedweb
324
60.72
The challenge was fairly self explanatory thankfully, a link for a download, a cipher text to crack and an IP / port where a server can be reached: We also see it uses a salt as part of the encryption function and that the salt is not included in the files we downloaded. It imports "SALT" from a python module "grandmaT...
http://capturetheswag.blogspot.jp/2015/03/bctf-2015-weakenc-crypto-challenge.html
CC-MAIN-2017-39
refinedweb
1,810
61.67
Service Component Architecture Service Component Architecture (SCA) is a framework for solving one of the most basic issues relating to building distributed SOA applications. Imagine you have an external application that exposes itself as a callable service. You now wish to write a new application that calls the extern...
https://learn.salientprocess.com/books/ibm-bpm/page/service-component-architecture
CC-MAIN-2019-22
refinedweb
5,059
53.61
C# - The C# Memory Model in Theory and Practice By Igor Ostrovsky | December 2012 This is the first of a two-part series that will tell the long story of the C# memory model. The first part explains the guarantees. Consider the following method: If _data and _initialized are ordinary (that is, non-volatile) fields, the...
https://msdn.microsoft.com/en-us/magazine/jj863136.aspx
CC-MAIN-2019-09
refinedweb
3,114
53.31
Command-line interface to underscore.js - useful for shell scripting and JSON processing JSON is an excellent data interchange format and rapidly becoming the preferred format for Web APIs. Thusfar, most of the tools to process it are very limited. Yet, when working in Javascript, JSON is fluid and natural. Why can't c...
https://www.npmjs.com/package/underscore-cli
CC-MAIN-2015-27
refinedweb
3,691
56.55
How to create a Heart using C Graphics Prerequisite: graphics.h, How to include graphics.h? The task is to write a C program to draw a Heart using graphics in C. We provide nothing but the best curated videos and practice problems for our students. Check out the C Foundation Course and master the C language from basic ...
https://www.geeksforgeeks.org/how-to-create-a-heart-using-c-graphics/
CC-MAIN-2021-43
refinedweb
222
68.67
Answered by: UpdateSourceTrigger and BindingExpression(Base) are missing? From what I can tell the TextBox still updates its binding based on LostFocus (as it does in SL/WPF so I guess that's good that its consistent) but there doesn't seem to be a way to change/override that. There is no UpdateSourceTrigger on the Bin...
http://social.msdn.microsoft.com/Forums/windowsapps/en-US/775f1692-2837-471c-95fc-710bf0e9cc53/updatesourcetrigger-and-bindingexpressionbase-are-missing?forum=winappswithcsharp
CC-MAIN-2014-41
refinedweb
1,314
50.77
Rcpp 0.11.5 Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. The new release 0.11.5 of Rcpp just reached the CRAN network for GNU R, and a Debian package has also been be uploaded. Rcpp has become the most popular way of enhancing GNU R with C++ code. As of today, 345 packa...
https://www.r-bloggers.com/2015/03/rcpp-0-11-5/
CC-MAIN-2021-17
refinedweb
497
50.12
Can one write sth like: class Test(object): def _decorator(self, foo): foo() @self._decorator def bar(self): pass @Test._decorator(self) What you're wanting to do isn't possible. Take, for instance, whether or not the code below looks valid: class Test(object): def _decorator(self, foo): foo() def bar(self): pass bar =...
https://codedump.io/share/cuHmTjDeNwwg/1/python-decorators-in-classes
CC-MAIN-2017-04
refinedweb
174
54.93
Request for Comments: 8076 Category: Standards Track ISSN: 2070-1721 T. Schmidt, Ed. HAW Hamburg G. Hege daviko GmbH M. Waehlisch link-lab & FU Berlin March 2017 A Usage for Shared Resources in RELOAD (ShaRe) Abstract This document defines a REsource LOcation And Discovery that is useful whenever peer-independent rend...
https://pike.lysator.liu.se/docs/ietf/rfc/80/rfc8076.xml
CC-MAIN-2022-33
refinedweb
2,434
56.05
list.clear() outside of <List> finalList = new ArrayList(); will delete element in finalList?KonradZuse Sep 22, 2013 7:58 PM Hello all! I am using 3 ArrayLists. the first is List<String> the second is List<String[]> and the third is a list of those lists List<List> I use the first list to get the string I need, but I u...
https://community.oracle.com/message/11199797
CC-MAIN-2017-34
refinedweb
637
71.65
One of the key aspects of any successful form is clarity. If the user finds the form easy to use and easy to understand, they are more likely to fill it in, and submit it. In this chapter, we are going to be looking at input masking. You will learn how to quickly and easily apply masks to your form inputs, and to confi...
https://medium.com/javascript-in-plain-english/how-to-use-v-masks-when-building-forms-with-vue-js-d623d08216c3?source=post_page-----d623d08216c3----------------------
CC-MAIN-2019-47
refinedweb
1,157
72.26
Serial Number Generator How to generate a series of positive integers?Howdy folks, I'm writing soatest-cases for a set-of-webservices which implement a "logical conversation". I need to pass a unique conversationId (as a soap-header parameter) with each service request. At the moment I'm just choosing a random number b...
https://forums.parasoft.com/discussion/comment/5150/
CC-MAIN-2018-34
refinedweb
655
66.44
This chapter describes how to display tables and trees using the ADF Faces table, tree and treeTable components. If your application uses the Fusion technology stack, then you can use data controls to create tables and trees. For more information see the "Creating ADF Databound Tables" and "Displaying Master-Detail Dat...
http://docs.oracle.com/cd/E25054_01/web.1111/b31973/af_table.htm
CC-MAIN-2017-17
refinedweb
17,160
53.21
, I'm having a bizarre problem where a py2exe'd application crashes when starting, but so far the problem happens only on Windows 2000. It crashes consistently if I list the application as a Windows startup script (as in, if I list it in the registry under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run...
https://sourceforge.net/p/py2exe/mailman/py2exe-users/?viewmonth=200509&viewday=6
CC-MAIN-2017-43
refinedweb
1,355
64.51
How to Fetch a YouTube Video's Duration in Node.js August 6th, 2021 What You Will Learn in This Tutorial How to use the YouTube API to fetch a video's metadata and parse the duration string to get hours, minutes, and seconds separately. Table of Contents Getting Started For this tutorial, we're going to use the CheatCo...
https://cheatcode.co/tutorials/how-to-fetch-a-youtube-videos-duration-in-node-js
CC-MAIN-2022-27
refinedweb
2,529
70.02
I have a test suite of end-to-end tests. They are supposed to catch typos in SQL statements, bad table or column names (anything where DB schema and Java code disagree), or missing DB permissions. I don't want to rely on data in the database (too complicated to set up); this is just a basic test. import java.sql.*; imp...
http://www.devsplanet.com/question/35275921
CC-MAIN-2017-04
refinedweb
328
66.54
- Tutoriales - Audio - Audio Mixer Snapshots Audio Mixer Snapshots Revisado con versión: 5 - Dificultad: Principiante In Unity it's possible to store and recall the state of an AudioMixer including volumes and effect settings using Snapshots. Snapshots can be recalled via script using the TransitionTo or the Transition...
https://unity3d.com/es/learn/tutorials/topics/audio/audio-mixer-snapshots?playlist=17096
CC-MAIN-2019-35
refinedweb
2,880
75.24
Evan Prodromou wrote: > > But hey, I don't expect much compliance given that you've > > ignored the pleas for less namespace pollution back in 2002 > > when you were asked to do so in bug #150181. :P > > So, maybe it'd help if you explained what you mean by "pollution" > the Debian package namespace. The Debian package...
https://lists.debian.org/debian-devel/2004/04/msg00325.html
CC-MAIN-2015-32
refinedweb
209
68.1
Hi, can you tell me why I am getting this error "[2013-12-05 11:06:26 - Emulator] Failed to create Context 0x3005 '". What is the use of Oracle's VirtualBox. How it will help to solve this... Type: Posts; User: kalaicse30@gmail.com Hi, can you tell me why I am getting this error "[2013-12-05 11:06:26 - Emulator] Failed...
http://www.javaprogrammingforums.com/search.php?s=02777deae04ac56e54f8aa21890931c4&searchid=1075588
CC-MAIN-2014-41
refinedweb
660
68.47
Dissecting Reinforcement Learning-Part.7 So far we have represented the utility function by a lookup table (or matrix if you prefer). This approach has a problem. When the underlying Markov decision process is large there are too many states and actions to store in memory. Moreover in this case it is extremely difficul...
https://mpatacchiola.github.io/blog/2017/12/11/dissecting-reinforcement-learning-7.html
CC-MAIN-2018-34
refinedweb
6,477
54.63
Hi I am trying to read a file and then print out information about that file using a function. Here is the code i have so far: Code:#include <iostream> #include <fstream> #include <string> using namespace std; ifstream in; void NoOfChars(); int main() { string file; cout << "Enter the file name you wish to open: " << e...
http://cboard.cprogramming.com/cplusplus-programming/135488-reading-file.html
CC-MAIN-2014-10
refinedweb
109
79.43
Navigation trail: TurbineProjectPages - JakartaTurbine2 - JakartaTurbine2Faq - CommonIntakeProblems Common Intake Problems Below are common problems and solutions encountered when first using Intake. - Make sure that you have read the intake service and intake howto completely. - Also, check the mailing list archives. ...
http://wiki.apache.org/jakarta/JakartaTurbine2Faq/CommonIntakeProblems?highlight=MyGroup
CC-MAIN-2014-52
refinedweb
595
50.33
Python for Java People Editor’s Note: Being in a Java channel, most of us know the language very well and have been in its ecosystem for at least a couple of years. This gives us routine and expertise but it also induces a certain amount of tunnel vision. In the series Outside-In Java non-Javaists will give us their pe...
https://www.sitepoint.com/python-for-java-people/
CC-MAIN-2022-27
refinedweb
4,744
64.41
DynDNS Drops Non-Delivery Reports 195 jetkins writes "In an email to subscribers, DynDNS announced that they will no longer deliver locally generated non-delivery reports (NDRs) from any MailHop systems. MailHop is a multi-faceted service offering in- and outbound relay services, spam and virus filtering, and store-and...
https://tech.slashdot.org/story/07/08/24/1931224/dyndns-drops-non-delivery-reports
CC-MAIN-2016-30
refinedweb
4,849
69.72
#include <lqr.h> The first one must only be used on the LqrCarver objects created with lqr_carver_new, i.e. with 8-bit images, while the second one is general, but the rgb pointer must be cast to the appropriate type to be used (i.e pass the address of a pointer to void to the function lqr_carver_scan_line_ext, then ca...
http://www.makelinux.net/man/3/L/lqr_carver_scan_line_ext
CC-MAIN-2014-52
refinedweb
141
61.06
MediaWiki User Guide/Print version This is a user guide to MediaWiki, the software that runs Wikipedia, Wikibooks andother Wikimedia projects. The book focuses on Mediawiki markup. Topics out of scope of the book include administration and development of Mediawiki. Contents - 1 Text Formatting - 2 Hyperlinks - 3 Sectio...
https://en.m.wikibooks.org/wiki/MediaWiki_User_Guide/Print_version
CC-MAIN-2020-05
refinedweb
650
54.22
When I #include the Blynk libraries from more than 1 module, I get multiple definitions at compile time. How can I get the Blynk declarations into a second or third module, without multiple definitions? [SOLVED] Multiple #include across IDE tabs causing multiple definition errors Blynk multiple definitions Arduino IDE,...
https://community.blynk.cc/t/solved-multiple-include-across-ide-tabs-causing-multiple-definition-errors/13702
CC-MAIN-2019-04
refinedweb
1,281
71.65
Changing Java Swing : JButton Example Java Swing : JButton Example In this section we will discuss how to create button by using JButton in swing framework. JButton : JButton Class extends... Exception{ JFrame f = new JFrame("JButton Example"); f.setLayout(new FlowLayout.  JSlider Component of Java Swing JSlider Compon...
http://www.roseindia.net/tutorialhelp/comment/88103
CC-MAIN-2014-41
refinedweb
2,721
55.74
We above 3 steps, we have an upper bound d of minimum distance. Now we need to consider the pairs such that one point in pair is from left half and other is from right half. Consider the vertical line passing through first look, it seems to be a O(n^2) step, but it is actually O(n). It can be proved geometrically that ...
https://www.geeksforgeeks.org/closest-pair-of-points/
CC-MAIN-2018-09
refinedweb
795
58.35
Hello, I'm having a bit of trouble isolating my scripts from each other in my embedded Python interpreter, so that their global namespaces don't get all entangled. I've had some luck with PyRun_FileEx(), as you can specify dictionaries to use for the globals and locals, but it seems that you can't do the same for PyEva...
https://mail.python.org/pipermail/python-list/2005-December/325228.html
CC-MAIN-2019-51
refinedweb
185
50.2
In part one, we saw how to create the bare bones of an SMS app. That is to say, we created a utility that could send and receive messages but that wasn’t exactly in a state to replace your current messaging app any time soon. For starters, the app needed to be open in order to receive messages. And you could only messa...
https://www.androidauthority.com/how-to-create-an-sms-app-part-2-724264/
CC-MAIN-2020-34
refinedweb
2,366
51.38
Blocking, non-blocking, lock-free and wait-free. Each of these terms describes a key characteristic of an algorithm when executed in a concurrent environment. So, reasoning about the runtime behaviour of your program often means putting your algorithm in the right bucket. Therefore, this post is about buckets. An algor...
https://www.modernescpp.com/index.php/blocking-and-non-blocking
CC-MAIN-2022-40
refinedweb
964
68.36
Red Hat Bugzilla – Bug 353931 Review Request: xguest - kiosk user setup program Last modified: 2008-09-22 23:30:47 EDT Spec URL: SRPM URL: ttp://people.fedoraproject.org/~dwalsh/xguest/xguest-1.0.2-1.fc8.src.rpm Description: xguest is a package that sets up a locked down user for use in kiosk systems. The user will be ...
https://bugzilla.redhat.com/show_bug.cgi?id=353931
CC-MAIN-2017-30
refinedweb
898
68.57
Important: Please read the Qt Code of Conduct - [SOLVED] connect oracle database from qt creator Hi everyone On windows platform I am trying to connect oracle database but i have an error QSqlDatabase: QOCI driver not loaded. I installer oracle client and pl/sql developer on my machine and everything works fine. Also i...
https://forum.qt.io/topic/53051/solved-connect-oracle-database-from-qt-creator
CC-MAIN-2020-34
refinedweb
454
52.36