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
You write tests. Or at least you should be writing tests! As Jacob always says, "Code without tests is broken as designed." Unfortunately you have to write a ton of boilerplate code to test even the simplest of things. This isn't true of just Django, but most languages and frameworks. There are lots of tools like Facto...
https://www.revsys.com/tidbits/django-test-plus/
CC-MAIN-2020-10
refinedweb
943
60.21
The question is answered, right answer was accepted I have a class called road, as you can see below : public class Road { public int typeIndex; public int[] intersection; public Bezier[] spline; } I create an array of this class, using : Road[] outputRoad = new Road[1]; Within that class, you can see a variable called...
https://answers.unity.com/questions/1216213/error-message-when-accessing-class-array.html?sort=oldest
CC-MAIN-2022-33
refinedweb
1,038
62.48
Elasticsearch 5.0.0-alpha1 released Today we are excited to announce the release of Elasticsearch 5.0.0-alpha1 based on Lucene 6-SNAPSHOT. This is the first in a series of pre-5.0.0 releases designed to let you test out your application with the features and changes coming in 5.0.0, and to give us feedback about any pr...
https://www.elastic.co/de/blog/elasticsearch-5-0-0-alpha1-released
CC-MAIN-2017-09
refinedweb
1,535
62.68
CodeGuru Forums > Visual C++ & C++ Programming > C++ and WinAPI > Turning on and off Internet connection under WinXP PDA Click to See Complete Forum and Search --> : Turning on and off Internet connection under WinXP Marcin Wronsky February 23rd, 2008, 01:34 AM I have such problem: i want to write a simple program in C...
http://forums.codeguru.com/archive/index.php/t-446827.html
crawl-003
refinedweb
689
56.59
Mapping by Geopandas in Colab One of the most important tools for data visualisation is mapping tools, such as GIS. But advanced GIS software can be expensive, and even if some of them are free to download, but it may not be user-friendly and hard to program. This article shows a simple program by using geopandas in Co...
https://ecyy.medium.com/mapping-by-geopandas-in-colab-fe4b63b9ac00
CC-MAIN-2021-31
refinedweb
699
57.98
Darren New wrote: > > No, by far uglier, and unpublished, i mean, it's really not pretty. > > Does Smalltalk do something like that? Never heard of such a > > feature. > > Yes. It's how the debugger works. Smalltalk stack frames are objects just > like everything else. So are Python stack frames, of course. But that's ...
https://mail.python.org/pipermail/python-list/2000-September/026526.html
CC-MAIN-2014-15
refinedweb
220
76.52
OpenDHT: A Public DHT Service and Its Uses - Gervase Dalton - 3 years ago - Views: Transcription 1 ABSTRACT Large-scale distributed systems are hard to deploy, and distributed hash tables (DHTs) are no exception. To lower the barriers facing DHT-based applications, we have created a public DHT service called OpenDHT. D...
https://docplayer.net/310981-Opendht-a-public-dht-service-and-its-uses.html
CC-MAIN-2018-47
refinedweb
14,855
51.89
Uncyclopedia:Village Dump/archive15 From Uncyclopedia, the content-free encyclopedia Policy In the process of working on Uncyclopedia:Ban Policy, I've noticed the lack of policy organization in general. If you ask me (and you didn't:) Uncyclopedia:Policies and guidelines and Uncyclopedia:Policy should be put down human...
http://uncyclopedia.wikia.com/wiki/Uncyclopedia:Village_Dump/archive15?oldid=5083465
CC-MAIN-2015-22
refinedweb
13,079
72.46
A while back I did two posts, one on Lao UTF-8 and one on Arabic UTF-8, using binary representation of bytes to demonstrate UTF-8 encoding in Python. I still wasn't satisfied with my knowledge of Python 3.x and string handling, nor was the whole UTF-8 thing second nature to me. On Monday, I'm giving a talk to our local...
http://pyright.blogspot.com/2009/12/python-311-unicode-utf-8-bytes.html
CC-MAIN-2015-06
refinedweb
1,113
58.79
Can Books a list of all the J2ME related books I know about. The computer industry is fast... applications are the wave of the future, and I would have to agree with them. You can do...-The Lab-J2ME A must-have for new and seasoned to J2ME. Excellent Text Example in J2ME ; In J2ME programming language canvas class is u...
http://www.roseindia.net/tutorialhelp/comment/60248
CC-MAIN-2015-06
refinedweb
1,918
65.01
Thiadmer writes multimedia software and animation toolkits for ITB CompuPhase in the Netherlands. He can be contacted at [email protected] Many years ago, I retyped the Small-C compiler from Dr. Dobb's Journal. (See "Putting C on a Microcomputer: The Original Small-C," by Ron Cain, and "The Small-C Compiler," by J.E. H...
https://www.drdobbs.com/the-small-scripting-language/184411074
CC-MAIN-2021-17
refinedweb
2,738
53.61
PicoCTF 2018 - Shellcode Introduction This is a addition to the series on the PicoCTF 2018 challenges I have completed so far. You can find the previous write-up here. You can find a collection of other write-ups in this series on the home page or through the related posts below this post. In this post I will be expand...
https://www.xoru.net/bas-groothedde/article/picoctf-2018-writeup-shellcode-extended.html
CC-MAIN-2022-21
refinedweb
1,828
59.23
Hi All, I've noticed a regression in libvirt 0.9.8 on some of my kvm test machines # virsh start opensuse12 error: Failed to start domain opensuse12 error: Cannot open network interface control socket: Permission denied Opening a control socket for setting MAC addr, etc. failed with EACCES. In 0.9.7, the socket was ope...
https://www.redhat.com/archives/libvir-list/2011-December/msg00772.html
CC-MAIN-2015-11
refinedweb
227
53.07
Help Educate Java Beginners: Static Import? Java Champion Cay Horstmann is asking developers for a bit of assistance as he rewrites a Java book for beginners. His question is simple: "Are you using static import?": I am rewriting a Java book for beginners, and it seems to make so much sense to use import static java.la...
https://weblogs.java.net/blog/editors/archives/2009/08/help_educate_ja.html
CC-MAIN-2015-27
refinedweb
910
57.16
Project 02: nvysh : The Navy Shell Table of Contents - Project Preliminaries - Project Description - Managing Terminal Signals - Waiting/Killing on all processes in a process group - Waiting on state changes other than termination - Prompting with readlinelibrary to make your terminal nicer - More Tips Project Prelimin...
https://www.usna.edu/Users/cs/aviv/classes/ic221/s17/proj/02/proj.html
CC-MAIN-2018-09
refinedweb
2,165
62.11
Sharing the goodness… Beth Massi is a Senior Program Manager on the Visual Studio team at Microsoft and a community champion for .NET developers. Learn more about Beth. More videos » Last week I had the pleasure of speaking at DevTeach in Montreal. Last time I was in Montreal it was in the Spring so the weather was qui...
http://blogs.msdn.com/b/bethmassi/archive/2008/12/08/back-from-devteach-montreal.aspx
CC-MAIN-2015-48
refinedweb
1,504
70.23
Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode. Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript). Hey @ferdinand Thanks again! I think the question is closed Hey Ferdin...
https://plugincafe.maxon.net/user/inevestenko
CC-MAIN-2022-27
refinedweb
382
53.68
Ops, it was a typo :-) yes, I mean <f:facet>. You're right, I changed the namespace and now it works, thank you very much Noah. Cosma 2006/5/31, Sloan, Noah M <Noah_Sloan@baylor.edu>: > Just checking, but you mean 'f:facet' and not 'facelet' right? > > I think the namespace is supposed to be xmlns:f= > > > ____________...
http://mail-archives.apache.org/mod_mbox/incubator-adffaces-user/200605.mbox/%3C467251f60605310632j5f08f1d7x42a3dc66b1cfac03@mail.gmail.com%3E
CC-MAIN-2021-31
refinedweb
458
67.55
Load_32-bit_BMP_with_Alpha — wiki I was stuck using a platform that did not support extended image formats, but I absolutely had to have per-pixel-alpha. To overcome, I wrote this nifty little module. """ bmp32.py Load a 32-bit, RGBA Windows Bitmap file for use with PyGame. 2007 Michael Thomas Greer Released to the Pub...
http://www.pygame.org/wiki/Load_32-bit_BMP_with_Alpha
CC-MAIN-2018-34
refinedweb
940
68.06
aparajita wrote:Can you give a few details on how Command.description() might be used? class UrlListCommand(sublime_plugin.WindowCommand): urls = [...] def run(self, index): if index < len(urls): open_url(index) def is_visible() return index < len(urls) def description(self, index): if index < len(urls): return "Open U...
http://www.sublimetext.com/forum/viewtopic.php?p=12055
CC-MAIN-2015-35
refinedweb
124
58.99
Implement HTML5's cross-document messaging API (post RESOLVED FIXED in mozilla1.9beta3 Status () -- enhancement People (Reporter: Waldo, Assigned: Waldo) Tracking ({dev-doc-complete}) Firefox Tracking Flags (Not tracked) Attachments (2 attachments, 12 obsolete attachments) I got interested in this over the last weekend...
https://bugzilla.mozilla.org/show_bug.cgi?id=387706
CC-MAIN-2019-13
refinedweb
6,400
60.65
About Immutability in OOP About Immutability in OOP This lesson on immutability in OOP considers the benefits and drawbacks of using immutable objects and tips for using them depending on your use case. Join the DZone community and get the full member experience.Join For Free To explain what immutability is, first we n...
https://dzone.com/articles/about-immutability-in-object-oriented-programming?fromrel=true
CC-MAIN-2019-18
refinedweb
2,737
62.27
A socket I/O class based on SGIOChannel. More... #include <sg_socket.hxx> A socket I/O class based on SGIOChannel. Definition at line 52 of file sg_socket.hxx. Create an instance of SGSocket. When calling the constructor you need to provide a host name, a port number, and a socket style. The convention used by the SGSo...
http://simgear.sourceforge.net/doxygen/classSGSocket.html
CC-MAIN-2017-30
refinedweb
384
68.67
* Ralf Wildenhues wrote on Mon, Mar 30, 2009 at 08:28:45PM CEST: > * Eric Blake wrote on Mon, Mar 30, 2009 at 07:37:26PM CEST: > > 'make -C tests maintainer-check-c++' fails the 'Multiple languages' test, > > since you can't use C++ to compile a C-only program. Generally, autoconf > > tries to allow the use of a C++ co...
http://lists.gnu.org/archive/html/bug-autoconf/2009-04/msg00023.html
CC-MAIN-2016-07
refinedweb
264
62.17
On Fri, 29 Oct 2010 10:30:26 +0200 "M.-A. Lemburg" <mal at egenix.com> wrote: > Greg Ewing wrote: > >. > > I've already pointed to a couple of existing use cases where the > authors had to play all sorts of tricks to access the order of > such definitions. > > Since Python programs are executed sequentially (within the...
https://mail.python.org/pipermail/python-ideas/2010-October/008491.html
CC-MAIN-2014-15
refinedweb
145
66.13
Red Hat Bugzilla – Full Text Bug Listing Description of problem: sssd.service should depend on time-sync.target to make sure the system has the correct time. Otherwise krb5 and probably other authentication mechanisms won't work. Version-Release number of selected component (if applicable): sssd-1.6.3-1.fc16.x86_64 How...
https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=756428
CC-MAIN-2017-09
refinedweb
847
66.44
DHT11 Sensor with ESP-NOW and ESP32 In this project, we intend to use ESP32 board and Wemos board with ESP8266 chip to send temperature values from ESP32 board to Wemos board using ESP-NOW protocol. Also in this project, we will send the temperature and humidity values from the DHT11 sensor to the another ESP board wit...
https://www.iotstarters.com/dht11-sensor-with-esp-now-and-esp32/
CC-MAIN-2021-25
refinedweb
1,258
53.81
Examples¶ Just a few examples to get you an idea of how easy PyScaffold is to use: putup my_little_project - The simplest way of using PyScaffold. A directory my_little_projectis created with a Python package named exactly the same. The MIT license will be used. putup skynet -l gpl3 -d "Finally, the ultimate AI!" -u - ...
https://pyscaffold.org/en/latest/examples.html
CC-MAIN-2018-47
refinedweb
246
58.48
valgrind output Test code: while {1} { frame .f destroy .f } On large and long running projects memory usage increases significantly over time. If it is any help a valgrind log has been attached that shows what it thinks maybe memory issues. valgrind output Logged In: YES user_id=72656 I cannot repeat this on Linux or ...
https://sourceforge.net/p/tktoolkit/bugs/1882/
CC-MAIN-2016-44
refinedweb
1,112
70.23
Are you looking for a place to learn the basics of how to use Python from a beginner’s perspective? Do you want to get up and running with Python but don’t know where to start? If so, then this tutorial is for you. This tutorial focuses on the essentials you need to know to start programming with Python. In this tutori...
https://realpython.com/python-first-steps/
CC-MAIN-2021-43
refinedweb
10,471
62.17
For a test suite I need to create a local SSL-enabled HTTPS server in my Python project. I googled around and found various recipes using pyOpenSSL, but all of those are quite complicated, and I didn’t even get the referenced one to work. Also, Python has shipped its own built-in SSL module for quite a while. After rea...
http://voices.canonical.com/tag/https/
CC-MAIN-2015-48
refinedweb
138
64.41
Architecting Your App in Ext JS 4, Part 1 this article, we’ll take a look at a popular application and discuss how we might architect the user interface to create a solid foundation. Code Organization Application architecture is as much about providing structure and consistency as it is about actual classes and framewo...
http://docs.sencha.com/extjs/4.1.3/?_escaped_fragment_=/guide/mvc_pt1
CC-MAIN-2017-09
refinedweb
1,134
59.13
Hello, I decided to make an applet in java and wanted to use drJava for it. I installed the program and the JDK. Then, after making a code to start from, I ran into a problem. This is the code: Code : import java.swing.JApplet; import java.awt.*; public class FirstAppletDrawing extends Applet{ public void paint (Graphi...
http://www.javaprogrammingforums.com/%20whats-wrong-my-code/13601-error-import-java-swing-cannot-resolved-%5B-drjava%5D-printingthethread.html
CC-MAIN-2018-09
refinedweb
185
73.98
# Python vs JavaScript: Which One Can Benefit You The Most? ![](https://habrastorage.org/r/w780q1/webt/al/yu/f_/alyuf_hf1vtgnzytv0xsn3qvtnq.jpeg) The web development arena is moving at a fast pace and has reached an advanced stage today. Python and Javascript making some significant contributions for almost three d...
https://habr.com/ru/post/471134/
null
null
2,732
56.05
ShinyProxy 1.1.0 released! Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. ShinyProxy is a novel, open source platform to deploy Shiny apps for the enterprise or larger organizations. scalability In our previous release (see this blog post) we announced our focus on scalab...
https://www.r-bloggers.com/2018/03/shinyproxy-1-1-0-released/
CC-MAIN-2021-17
refinedweb
567
52.8
I have loaded an affyBatch object via R and I am encountering issues when assigning the CDF environment set <- ArrayExpress(input="E-MEXP-2802") norm.full<-rma(set) set@cdfName<-paste("MoGene-1_0-st-v1-Mm-ENSG") # assign cdf Warning: unable to access index for repository Error in getCdfInfo(object) : Could not obtain C...
https://www.biostars.org/p/49220/
CC-MAIN-2019-30
refinedweb
433
60.51
Confusion matrix - True Positive (TP): what we predict Positive is really Positive. - True Negative (FN): what we predict Negative is really Negative. - False Negative (FN): what we predict Negative is actually Positive. - False Positive (FP): what we predict Positive is actually Negative. This guy is pregnant? How to ...
https://dinhanhthi.com/confusion-matrix-and-f1-score
CC-MAIN-2020-29
refinedweb
583
53.68
tag:blogger.com,1999:blog-35922393752465802602009-01-20T16:55:45.483ZThe Refresh Accommodation BlogThe latest on Refresh Accommodation, central London news and the serviced apartment industryRefresh Accommodation Little Thing Called Love<a href=""><img style="MARGIN: 0px 0px 10px 10px; WIDTH: 200px; FLOAT: right; HEIGH...
http://feeds.feedburner.com/theRefreshBlog
crawl-002
refinedweb
13,493
50.57
As said on the front of the Hitch Hiker’s Guide to the Galaxy, Don’t Panic! It’s time to learn some code, but it’s ok, we’ll take it easy to begin with, with some basics. Let’s start right at the beginning … What exactly is code? Code is the “programming language” you use in your apps to specify certain things. Things ...
https://lemarquisofandy.medium.com/dont-panic-ios-basic-coding-ios-4-7adaf97700d3?source=post_internal_links---------3-------------------------------
CC-MAIN-2022-05
refinedweb
1,665
71.85
In this post, we’ll learn the difference between __str__ and __repr__ in Python. As answered by Ned, my rule of thumb: __repr__ is for developers, __str__ is for customers. Now, what is the difference between __str__ and __repr__ in Python? Unless you specifically act to ensure otherwise, most classes don’t have helpfu...
https://programming-articles.com/what-is-the-difference-between-__str__-and-__repr__/
CC-MAIN-2022-40
refinedweb
1,973
63.7
I’m on lesson ex23 in the LP3THW book and on line 10 where it starts with, return main XXXX I get an ‘outside function’ error. I have done a Google search on the term ‘outside function’ and also the whole line hoping to find someone that has had this same error. What little I can find, I don’t understand as it talks ab...
https://forum.learncodethehardway.com/t/outside-function-what-is-this/3880
CC-MAIN-2022-40
refinedweb
406
82.04
Check out this quick tour to find the best demos and examples for you, and to see how the Felgo SDK can help you to develop your next app or game! Highlights Blog Post:. Felgo 2.14.2 adds new SocialView types, fixes the App Navigation issue with signal handlers and updates Felgo QML Live Client apps to the latest versi...
https://felgo.com/doc/felgo-updates-older-releases/
CC-MAIN-2021-04
refinedweb
4,886
58.18
Multiple Projects When multiple projects use the same or similar resources, you may wish to share or integrate these project resources. Here we address four scenarios: Sharing helper methods between projects, sharing data sources between projects, and importing tests from other projects. Sharing Helper Methods Between ...
http://docs.telerik.com/teststudio/knowledge-base/project-configuration-kb/multiple-projects
CC-MAIN-2017-13
refinedweb
245
61.16
Learn C Language Basics | File Handlings in C programming We regularly utilize files for putting away data which can be handled by our projects. In this c programming tutorial we are using file structure in our c programs. With a specific end goal to store data forever and recover it we have to utilize files. Files in ...
http://www.cprogrammingtutorial.org/file-handlings-in-c-language.html
CC-MAIN-2017-09
refinedweb
359
68.77
Re: Move databases between servers - From: Tarek <Tarek@xxxxxxxxxxxxxxxxxxxxxxxxx> - Date: Thu, 20 Apr 2006 08:42:02 -0700 Hi Keith, thanks for your replies. What I'm trying to do now is to copy master. I think this is less risky because I'm sure I will not loose any login or dts or operators... I encountered a problem...
http://www.tech-archive.net/Archive/SQL-Server/microsoft.public.sqlserver.setup/2006-04/msg00200.html
crawl-002
refinedweb
613
72.16
Fitting a numerical ODE solution to data Posted February 18, 2013 at 09:00 AM | categories: nonlinear regression, data analysis | tags: | View Comments Updated February 27, 2013 at 02:39 PM Suppose we know the concentration of A follows this differential equation: \(\frac{dC_A}{dt} = -k C_A\), and we have data we want ...
http://kitchingroup.cheme.cmu.edu/blog/2013/02/18/Fitting-a-numerical-ODE-solution-to-data/
CC-MAIN-2017-39
refinedweb
205
51.34
So most of you are happy running your sleek new Windows 8, eh?. Everything runs smoothly but the Windows Store. NOTE : Users have been facing issues making a Microsoft Account from KGP LAN, for some reason it doesn’t work. However, you can easily make one through your Phone’s Net connection. Here is a step by step guid...
http://www.comptalks.com/running-windows-8-appstore-behind-proxy/
CC-MAIN-2014-15
refinedweb
213
82.85
I. Listen to the podcast. Dream.In.Code Website Thanks again to Dream In Code for this opportunity. One of the biggest problems that I’ve seen with people creating WP7 applications is how do you bind the application bar to a Relay Command. If your using MVVM then this is particular important. Let’s examine the code tha...
http://geekswithblogs.net/mbcrump/archive/2011/02.aspx
crawl-003
refinedweb
711
67.15
Reading FITS Files Introduction Most of the numerical SDSS-III data is stored in the form of FITS files. These files can contain both images and binary data tables in a well-defined format. FITS files can be read and written with many programming languages, but the most common ones used by SDSS-III are IDL and Python. ...
http://www.sdss3.org/dr9/software/fitsfiles.php
CC-MAIN-2017-22
refinedweb
357
63.59
When you have a web app idea for international users, a multilingual setup is a crucial consideration during development. Therefore, while designing an application for users spread across the globe, the first thing to consider is how you will achieve language translations. Multilingual setup in a web app with React JS ...
https://www.desuvit.com/a-stepwise-guide-for-react-js-multilingual-setup/
CC-MAIN-2021-49
refinedweb
1,831
57.27
. After successfully creating your project, you will see there is already template code in the Program.cs file which looks like listing 1, shown below:Listing 1 using System; namespace helloworld { class Program { static void Main(string[] args) { Console.WriteLine("Hello World!"); } } } This is the bare minimum code o...
https://dzone.com/articles/how-to-write-your-first-net-core-20-application
CC-MAIN-2017-51
refinedweb
367
60.21
Given two numeric strings, A and B. A numeric string is a string that contains only digits [‘0’-‘9’]. The task is to make both the strings equal in minimum cost. The only operation that you are allowed to do is to delete a character (i.e. digit) from any of the strings (A or B). The cost of deleting a digit D is D unit...
https://www.geeksforgeeks.org/minimum-cost-to-make-two-numeric-strings-identical/
CC-MAIN-2019-04
refinedweb
512
56.63
VersionNotice: This page pertains to an earlier version of Lua (4.0 and 5.0beta) using a loadmodule extension. Lua 5.1 uses package.loadlib and require. Lua 5.0 uses loadlib.) The goal of this page is to show how easy it is to create LuaBinaryModules from existing Lua extensions w/o changing the original source code of...
http://lua-users.org/wiki/BinaryModuleTutorial
crawl-001
refinedweb
585
53.1
#include <iostream> #include <string> using namespace std; int main() { double x = 0; double factorial = 0; int count = 0; cout << "Would you like to do a factorial? (y/n) \n"; string response; cin >> response; cout << "Enter a positive integer.\n"; while (response =="y") { cin >> x; if (x != -1) { factorial = (x*(x-1)...
http://www.dreamincode.net/forums/topic/50938-noob-needs-helpses-ifelse-and-while-loops/
CC-MAIN-2017-17
refinedweb
111
67.49
Web Finger proposals overview By bblfish on Nov 29, 2009. The WebFinger GoogleCode page explains what webfinger is very well: Back in the day you could, given somebody's UNIX account (email address), type$ finger email@example.comand get some information about that person, whatever they wanted to share: perhaps their o...
https://blogs.oracle.com/bblfish/entry/web_finger_proposals_overview
CC-MAIN-2016-50
refinedweb
3,163
66.67
Okay I have looked at python-daemon, and also at various other daemon related code recipes. Are there any 'hello world' tutorials out there that can help me get started using a python based daemonized process? The PEP 3143 contains several examples, the simplest one of which is: import daemon from spam import do_main_p...
http://www.dlxedu.com/askdetail/3/209ad586eae1a9fc8b4c1f46fff9e365.html
CC-MAIN-2019-35
refinedweb
114
57.98
Generating Icons with Pixel Sorting Created on Jan. 14, 2017, 12:27 p.m. Many sites these days provide randomly generated images for avatars if the user hasn't uploaded their own image. For example Github provides identicons which are generated using the hash of the username. These sorts of random icons are also useful...
http://theorangeduck.com/page/generating-icons-pixel-sorting
CC-MAIN-2017-09
refinedweb
496
59.5
Introduction to Data Science and Data Pre-Processing Learning Objectives By the end of this chapter, you will be able to: - Use various Python machine learning libraries - Handle missing data and deal with outliers - Perform data integration to bring together data from different sources - Perform data transformation to...
https://www.packtpub.com/product/data-science-with-python/9781838552862
CC-MAIN-2020-40
refinedweb
10,640
56.25
After sleep, key presses get lost and trackpad is jittery Bug Description I'm pretty sure this is what was being described in Bug #34501, which has been marked as resolved, so rather than commenting there I am creating a new report. Maverick 64-bit on a Dell Vostro V13, using kernel from maverick-proposed, 2.6.35-26.46...
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/717970
CC-MAIN-2019-26
refinedweb
3,100
67.35
Neels J. Hofmeyr wrote: > > I took a look at the python documentation, and it says this: > > [[[ > [ZipFile.]writestr( zinfo_or_arcname, bytes) >'. > ]]] > > Have you paid attention to the date and time stuff? > > When I test your patch on GNU/Linux, empty directories are added with a date > of 1980-01-01 00:00, which ...
https://svn.haxx.se/dev/archive-2008-10/1034.shtml
CC-MAIN-2019-22
refinedweb
586
60.01
. URL shortening services are common use for many today. They allow you to create convenient short URL's that serves as a redirect to otherwise long and complex URLs. Such a shortened URL can look like this: . Once clicked, you will be immediately redirect to whichever URL bit.ly has stored behind the magic value of 2v...
https://pen-testing.sans.org/blog/2018/08/30/the-secrets-in-url-shortening-services/
CC-MAIN-2019-22
refinedweb
1,795
63.29
VN_LOCK(9) BSD Kernel Manual VN_LOCK(9) vn_lock - acquire the vnode lock #include <sys/types.h> #include <sys/vnode.h> int vn_lock(struct vnode *vp, int flags, struct proc *p); The vn_lock() function is used to acquire the vnode lock. Certain file system operations require that the vnode lock be held when they are call...
http://mirbsd.mirsolutions.de/htman/sparc/man9/vn_lock.htm
crawl-003
refinedweb
400
68.87
Trouble compiling class with generics in 2.3.0.CR1Michael Hirsch Mar 28, 2013 1:16 PM I have a class that compiles fine with Errai 2.1.0, but will not build with 2.3.0.CR1. When I build it with 2.3.0 I get these errors: [ERROR] Errors in 'generated://203AF005B6B57DF1BE3A46C024E2E66D/org/jboss/errai/ioc/client/Bootstrap...
https://community.jboss.org/thread/223072
CC-MAIN-2014-15
refinedweb
1,466
60.31
Probably the best way to get started is to look at some examples. Here is some simple example code that reads and writes a bean (together with some comments). It's a good place to start. There are various ways of mapping beans to an XML structure. For example consider a simple bean public class CustomerBean { public St...
https://commons.apache.org/dormant/commons-betwixt/guide/start.html
CC-MAIN-2016-44
refinedweb
788
55.54
GETITIMER(2) Linux Programmer's Manual GETITIMER(2) getitimer, setitimer - get or set value of an interval timer #include <sys/time.h> int getitimer(int which, struct itimerval *curr_value); int setitimer(int which, const struct itimerval *new_value, struct itimerval *old_value); The system provides each process with t...
http://man7.org/linux/man-pages/man2/setitimer.2.html
CC-MAIN-2015-22
refinedweb
165
65.32
At 06:21 PM 2/24/2009 +0000, Floris Bruynooghe wrote: >On Mon, Feb 23, 2009 at 09:53:17PM -0500, P.J. Eby wrote: > > So, the uninstallation code should simply not remove file(s) that are > > referenced by more than one manifest in the target directory -- a > > relatively simple, future-proof safeguard, that doesn't req...
https://mail.python.org/pipermail/distutils-sig/2009-February/011039.html
CC-MAIN-2016-50
refinedweb
127
69.82
Java on Konqueror works just fine on my Mandrake 8.0 running KDE 2.2beta1. I just downloaded the file IBMJava2-SDK-1.3-7.0.i386.rpm from IBM website and installed it using "rpm -Uvh", and on Konqueror settings I used "/opt/IBMJava2-13/bin/java" as the path to the java executable. That was all, java was from then worki...
https://dot.kde.org/comment/58301
CC-MAIN-2020-10
refinedweb
3,027
74.08
Hello Robert, just guess, could you please test attached file instead of standard sysdeps/x86_64/elf/start.S ? Thanks Petr /* Startup code compliant to the ELF x86-64 ABI. Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Jaeger <aj@suse, is the...
https://lists.debian.org/debian-bsd/2006/02/msg00192.html
CC-MAIN-2017-43
refinedweb
428
74.9
Offering an article's reading time estimation to your site's content, can contribute greatly to your end users. First of all, it allows end users to prepare the time they needs to read an article in full. Secondly, it could help them choose the right article for the right amount of available time they have. Lastly, it ...
http://www.assafelovic.com/blog/2017/6/27/estimating-an-articles-reading-time
CC-MAIN-2018-47
refinedweb
579
54.32
On Wed, Nov 19, 2003 at 07:33:53AM -0800, Ben Greear wrote: > Rask Ingemann Lambertsen wrote: > > > > The Intel i82586 and i82596 and can be told to receive frames with a bad > > FCS. > > They can also be told to send a precomputed FCS rather than computing it on > > the fly. The i82596 and tulip can also transfer the ...
http://oss.sgi.com/archives/netdev/2003-11/msg01045.html
CC-MAIN-2017-04
refinedweb
887
72.56
From: Adrian Knoth (adi_at_[hidden]) Date: 2006-03-31 10:33:29 On Fri, Mar 31, 2006 at 05:21:42PM +0200, Ralf Wildenhues wrote: > > Perhaps it's a good idea to port any internal structure to > > IPv6, as it is able to represent the whole v4 namespace. > > One can always determine whether it is a real v6 or only > > a m...
https://www.open-mpi.org/community/lists/devel/2006/03/0791.php
CC-MAIN-2016-18
refinedweb
199
62.01
using System; public class Program { public static void Main() { string lines = Console.ReadLine(); string[] splitLines = lines.Split(' '); int n = int.Parse(splitLines[0]); int k = int.Parse(splitLines[1]); int[] t = new int[n]; int output = 0; for(int i = 0; i < n; i++) { t[i] = int.Parse(Console.ReadLine()); } forea...
https://ccgivens.wordpress.com/tag/string/
CC-MAIN-2019-35
refinedweb
151
61.33
.net and Dot Net Nuke One on One Training Budget $20-30 NZD / hour I require some one on one training in .net as I build a very complex system which comprises of, 1. A DotNetNuke module 2. A Web Service written in .net 3.5 3. A 2nd Data source which is a WCF service hosted on another server My background is in Classic ...
https://www.freelancer.com/projects/net-dotnetnuke/net-dot-net-nuke-one/
CC-MAIN-2018-13
refinedweb
222
74.59
Vasili I. Galchin wrote: > Hello, > > Should namespace designation be specified in modules or in the > .cabal file? Or to put it another way should a relative namespace be > specified in a Haskell module and the remaining "top" part be specified > in the associated .cabal file? Of course, yes/no answers are probably > ...
http://www.haskell.org/pipermail/haskell-cafe/2009-June/062507.html
CC-MAIN-2014-41
refinedweb
168
73.07
Write Extracted Data to a File Using JMeter Last modified: May 7, 2021 1. Overview In this tutorial, let's explore two methods to extract data from Apache JMeter and write it into an external file. 2. Setting up a Basic JMeter Script Let's now start by creating a basic JMeter script. Let's create a Thread Group with a ...
https://www.baeldung.com/jmeter-write-to-file
CC-MAIN-2021-43
refinedweb
734
52.49
#include <colldata.h> This class holds the Collator-specific data needed to compute the length of the shortest string that can generate a partcular list of CEs. CollData objects are quite expensive to compute. Because of this, they are cached. When you call CollData::open it returns a reference counted cached object. W...
http://icu-project.org/apiref/icu4c434/classCollData.html
CC-MAIN-2018-05
refinedweb
342
73.07
Introduction If you have ever tried to use Swift protocols with associated types as types, you probably had (just like me) a very rough first (and possibly second) ride. Things that should be intuitively doable are just not and the compiler gives infuriating error messages. It comes down to the fact that the language i...
https://blog.jayway.com/2017/05/12/a-type-erasure-pattern-that-works-in-swift/
CC-MAIN-2019-04
refinedweb
854
62.88
A little while ago we had an interesting discussion on what programming language should be taught to CS majors. I think that overwhelming number of people agreed that C++ is a solid choice because provides students with a very solid, low level background. The argument was that skills such as manual memory management wi...
http://www.terminally-incoherent.com/blog/2008/11/10/first-programming-language-pythonruby/
crawl-002
refinedweb
4,799
70.43
Unity 4.5 - 450+ Fixes - 2D physics makeover - Update to the shader compiler - Improved MonoBehaviour serialization - iOS support for OpenGL ES 3.0 Read on for the full list of new features and updates.Update now New to Unity? Get started Release notes Features Graphics features: - Shader importing has been massively i...
https://unity3d.com/unity/whats-new/unity-4.5
CC-MAIN-2020-40
refinedweb
8,998
51.85
On Fri, 2011-11-04 at 03:09 +0100, Daniel Lezcano wrote:> On 11/04/2011 01:40 AM, KAMEZAWA Hiroyuki wrote:> > As discussed at Kernel Summit(2011), new cgroups mailing list is opened by> > James. This list is for discussing general cgroup design and patches> > including all subsystems and for getting more attentions to ...
https://lkml.org/lkml/2011/11/4/8
CC-MAIN-2014-15
refinedweb
243
57.16
I thought about spacing my questions, but... scene.present_modal_scene issues I do feel bad, I don't want to be nagging but since there aren't 3rd-party resources for most of my questions, and I'm occasionally bumping into problems that I can't seem to figure out, I don't think I have anywhere else to go. I'm trying to...
https://forum.omz-software.com/topic/3195/i-thought-about-spacing-my-questions-but-scene-present_modal_scene-issues
CC-MAIN-2020-40
refinedweb
671
66.03
Posted 23 Jul 2012 Link to this post Hello, I tested JustTrace and it works very good except that I found no filtering. You have a searchbox in the right upper corner for searching and jumping to one type. This searchbox feels crappy and is not very usefull, it would be a lot better, that the namespaces get filtered wh...
http://www.telerik.com/forums/filterbox-instead-of-searchbox
CC-MAIN-2017-17
refinedweb
236
81.12
On 03.03.2009 21:28:18 Andreas Delmelle wrote: <snip/> > Using the sample tarball you provided, I cannot immediately reproduce > any of the error messages, although I do get a complaint from > PreloaderSVG about an "invalid byte 1 of a 1-byte UTF-8 sequence". The > SVG is included in the end-result, nonetheless. <snip/...
http://mail-archives.us.apache.org/mod_mbox/xmlgraphics-fop-users/200903.mbox/%3C20090303215207.AAF1.60BA733C@jeremias-maerki.ch%3E
CC-MAIN-2019-39
refinedweb
230
58.58
VIVTC¶ VIVTC is a set of filters that can be used for inverse telecine. It is a rewrite of some of tritical’s TIVTC filters. vivtc. VFM(clip clip, int order[, int field=2, int mode=1, bint mchroma=1, int cthresh=9, int mi=80, bint chroma=1, int blockx=16, int blocky=16, int y0=16, int y1=16, float scthresh=12, int micm...
https://www.vapoursynth.com/doc/plugins/vivtc.html
CC-MAIN-2021-21
refinedweb
1,723
65.52
Handle Routes with React Router Create React App sets a lot of things up by default but it does not come with a built-in way to handle routes. And since we are building a single page app, we are going to use React Router to handle them for us. Let’s start by installing React Router. We are going to be using the React R...
https://branchv21--serverless-stack.netlify.app/chapters/handle-routes-with-react-router.html
CC-MAIN-2022-33
refinedweb
351
67.55
Source code, additional information, screenshots... available at Release information: Sample (fully) cross-referenced report at This release includes two RubyGems packages: a binary one for Win32 and a platform-independent one for all those with a compiler, (or a lot of patience, if willing to run rcov in pure-Ruby mod...
http://www.ruby-forum.com/topic/75934
crawl-001
refinedweb
1,313
74.69
NAME pfind, zpfind - locate a process by number SYNOPSIS #include <sys/param.h> #include <sys/proc.h> struct proc * pfind(pid_t pid); struct proc * zpfind(pid_t pid); DESCRIPTION pfind() takes a pid as its argument and returns a pointer to the proc structure whose PID is specified in the argument only if the pid is on ...
http://manpages.ubuntu.com/manpages/jaunty/man9/zpfind.9freebsd.html
CC-MAIN-2014-35
refinedweb
151
70.63
Odoo Help This community is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers. Conditional field domain - how? [PARTLY SOLVED] Is it posssible to apply a part domain only when some condition is true otherwise the part ...
https://www.odoo.com/forum/help-1/question/conditional-field-domain-how-partly-solved-75604
CC-MAIN-2016-50
refinedweb
386
61.12
# Top 10 bugs of C++ projects found in 2018 It has been three months since 2018 had ended. For many, it has just flew by, but for us, PVS-Studio developers, it was quite an eventful year. We were working up a sweat, fearlessly competing for spreading the word about static analysis and were searching for errors in open...
https://habr.com/ru/post/444568/
null
null
3,983
57.77
#include <cafe/sysapp.h> s32 SYSGetVodArgs( SysVodArgs *p_Args ); SYSGetVodArgs gets VOD application arguments after starting the application or returning from the HOME Menu. When starting a VOD application, arguments are cleared if the HOME Menu is opened or closed before the application obtains the arguments. As a wo...
http://anus.trade/wiiu/personalshit/wiiusdkdocs/fuckyoudontguessmylinks/actuallykillyourself/AA3395599559ASDLG/procswitch/sysapp/SYSGetVodArgs.html
CC-MAIN-2018-05
refinedweb
153
56.96
sched_yield - Signals scheduler a willingness to yield to another thread #include <pthread.h> void sched_yield( void ); DECthreads POSIX 1003.1c Library (libpthread.so) Interfaces documented on this reference page conform to industry standards as follows: IEEE Std 1003.1c-1995, POSIX System Application Program Interfac...
https://nixdoc.net/man-pages/Tru64/man3/sched_yield.3.html
CC-MAIN-2022-33
refinedweb
339
52.9
can find all sample here:. Except as otherwise specified, all source code is licensed under the terms of the Microsoft Public License (in this case, all of the samples above). Please feel free to ask me any questions here, on Twitter, or on the App Hub forums. I plan to make all future samples available in both langua...
http://geekswithblogs.net/mikebmcl/archive/2011/05.aspx
CC-MAIN-2015-11
refinedweb
1,736
60.65
Pages: 1 Hello everyone. I am new to Arch Linux (loving it so far) and fairly new with Linux in general (tried a few distributions, Gentoo being the one I last tried). I just recently got an Acer Aspire 3004WLCI Laptop. and decided to put arch on it. I managed to get everything else to work (wireless, ect.) but I can't...
https://bbs.archlinux.org/viewtopic.php?pid=144495
CC-MAIN-2016-36
refinedweb
645
74.19
While doing some project which needs mathematical operations and calculations we use numpy library. In numpy, we have NumPy arrays which facilitate advanced mathematical and other types of operations on large numbers of data. Sometimes we need our arrays to be filled with only ones that’s when the numpy.ones come into ...
https://www.pythonpool.com/numpy-ones/
CC-MAIN-2021-43
refinedweb
1,436
68.06
Several member functions of std::string might throw exceptions. For example, if you use a very large number to specify the initial storage size, string's constructor will throw an exception: string s(string::npos, 'c'); //throws std::length_error In practice, values that are much smaller than the constant string::npos ...
http://www.devx.com/tips/Tip/13684
CC-MAIN-2017-43
refinedweb
150
62.58
Sorry for the bump if there is any, this update on this thread is merely for if it shows up in the search engines Update: I would like to apologise for this thread. I'll keep it the same with this prefixed message. I was merely getting a tad bit annoyed with CPAN modules that refused to install because one out of like ...
http://www.perlmonks.org/?node_id=358970
CC-MAIN-2015-11
refinedweb
5,954
71.75
Create Basic Routing Integrations You create an integration that provides a template with empty trigger and invoke connections in which to add your own adapters. You can also create a single routing expression and request and response enrichments, as needed. You cannot create multiple routing expressions. If your integ...
https://docs.oracle.com/en/cloud/paas/integration-cloud/integrations-user/creating-map-data-integrations.html
CC-MAIN-2020-16
refinedweb
3,392
57.67
How to play wma files? How to play wma files? >How to play wma files? How to search google? Seriously, this is a common question, so a decent google search will quickly give you a suitable answer. My best code is written with the delete key. Well, Windows Media Player is pretty good at playing it's own format Google Op...
https://cboard.cprogramming.com/cplusplus-programming/70321-playing-wma-files.html
CC-MAIN-2017-22
refinedweb
153
71.51
I have this javascript function which I need somehow to be remembered by cookies. function load(){ if (window.frames[0].document.getElementById('applications')){var n=str.replace("Login","Logout");document.getElementById('common').href='../css/common2.css';}} I understand I need to set a flag in the cookie and when the...
http://community.sitepoint.com/t/set-a-flag-in-the-cookie-and-when-the-page-loads-check-that-cookie-for-the-state/29002
CC-MAIN-2015-35
refinedweb
1,427
64.3
THREADPOOL(9) NetBSD Kernel Developer's Manual THREADPOOL(9)Powered by man-cgi (2021-06-01). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias. NAME threadpool -- shared pools of kthreads SYNOPSIS #include <sys/threadpool.h> typedef void threadpool_job_fn_t(struct threadpool_job *); int ...
http://man.netbsd.org/NetBSD-9.2/i386/threadpool.9
CC-MAIN-2021-39
refinedweb
928
62.07