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
Static. We don’t know how regularly the project’s authors use these tools, but Klocwork and Coverity are mentioned in the bugtracker and ChangeLog-xxx files. We also saw Qt mentioned to be regularly checked with PC-lint. Analysis results ‘getTouchInputInfo’ to the left and to the right of the ‘&&’ operator. qwindowscon...
https://hownot2code.com/2016/10/10/checking-the-qt-5-framework/
CC-MAIN-2021-39
refinedweb
1,174
60.21
Agenda See also: IRC log <trackbot> Date: 12 March 2009 <pimpbot> Title: {agenda} HTML WG telcon 2009-03-12 from Sam Ruby on 2009-03-11 (public-html-wg-announce@w3.org from January to March 2009) (at lists.w3.org) <rubys> anybody want to scribe? <scribe> scribe: MikeSmith <scribe> scribenick: MikeSmith <pimpbot> Title:...
http://www.w3.org/2009/03/12-html-wg-minutes.html
CC-MAIN-2015-35
refinedweb
1,713
51.92
Hi there, I'm trying to write a program to accept some details about mp3 files, and store them in an array. I am also hoping to process some of the parameters of each entry to the array. I am trying to create an object of type "Track", and then define a method "createTrack" to define some parameters to describe the Obj...
https://www.daniweb.com/programming/software-development/threads/96792/nub-question-about-classes
CC-MAIN-2017-17
refinedweb
219
54.66
GreenCard is a preprocessor for Haskell which allows Haskell functions to call C. (For the really brave, nhc98 also has the ability to call Haskell code from C using GreenCard to set up the interface.) A paper (now superseded, see below) published in the Haskell Workshop 97 proceedings describes the design goals, input...
https://www.haskell.org/nhc98/greencard-york.html
CC-MAIN-2015-18
refinedweb
262
56.59
Interesting article after I figured out that you have to use Unix line endings of newline (\n) for the Ruby processor. I use the BBEdit text editor and had changed line endings to return (\r) for AppleScript and web pages. newline return I did still have trouble prefixing the 'Hello, World!' example with "self." per yo...
http://archive.oreilly.com/cs/user/view/cs_msg/41260
CC-MAIN-2015-35
refinedweb
128
62.14
Below is a sample code snippet demonstrating the usage of Lambda expression to get the Max value from a list of integer in C#. How to Get the Max Value from a List of Integer using Lambda Expression in C#? using System; using System.Collections.Generic; using System.Data; using System.Linq; namespace AbundantCode { int...
http://abundantcode.com/how-to-get-the-max-value-from-a-list-of-integer-using-lambda-expression-in-c/
CC-MAIN-2018-26
refinedweb
148
57.57
#!mechanism. On Windows NT, there is an executable named omniidl.exe. omniidl [options] -b<back-end> [back-end options] <file 1> <file 2> ...The supported flags are: omniidl -bdump -bpython foo.idl bar.idlfirst reads and parses foo.idl, and runs the dump and python back-ends on it in turn. Then it reads and parses bar....
http://www.cl.cam.ac.uk/research/dtg/attarchive/omniORB/doc/3.0/omniidl.html
crawl-003
refinedweb
424
51.75
This article was originally published in HackerNoon Over the years I've jumped back and forth between many code editors, IDEs and tools; but it seems that somehow I always end up coming right back to VIM, and not only for programming – guess which markdown editor I'm using to write this post. I've have tried Atom,: """...
https://dev.to/allanmacgregor/vim-is-the-perfect-ide-e80
CC-MAIN-2022-21
refinedweb
5,512
53.81
#include "secp256k1.h" Go to the source code of this file. Recover an ECDSA public key from a signature. Returns: 1: public key successfully recovered (which guarantees a correct signature). 0: otherwise. Args: ctx: pointer to a context object, initialized for verification (cannot be NULL) Out: pubkey: pointer to the r...
https://doxygen.bitcoincore.org/secp256k1__recovery_8h.html
CC-MAIN-2020-29
refinedweb
365
50.36
Automating the world one-liner at a time… Today, on our internal discussion list, someone asked if there were any advantages to testing with PowerShell versus testing with C#. I was able to come up with 10 quick reasons to test with PowerShell: I hope these reasons help convince other software testers to use PowerShell...
http://blogs.msdn.com/b/powershell/archive/2009/01/19/why-should-i-test-with-powershell.aspx
CC-MAIN-2014-52
refinedweb
940
64.71
Computer Scientist, Software Engineer @ Loadsmart, Machine Learning enthusiast. First step is to create our HTML file, it contains only 35 lines. Let's call it "OpenInsta", you can check the final source code at my GitHub. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>OpenInsta</title> </head> <...
https://hackernoon.com/understanding-basic-image-processing-algorithms-a-hands-on-javascript-tutorial-8r3u32qk
CC-MAIN-2021-17
refinedweb
1,873
56.55
#include <string> #include <vector> #include "OsiBranchingObject.hpp" Include dependency graph for CbcBranchBase.hpp: This graph shows which files directly or indirectly include this file: Go to the source code of this file. Definition at line 21 of file CbcBranchBase.hpp. Compare two ranges. The two bounds arrays are ...
http://www.coin-or.org/Doxygen/Smi/_cbc_branch_base_8hpp.html
crawl-003
refinedweb
107
52.76
In this article we will cover how to create a React application using React-Router for routing and an Express backend. We will then deploy it to Heroku. This tutorial offers a simple way to set up an API that can be quickly updated and tested while creating a React application. It may also offer help to those who are n...
https://dev.to/nburgess/creating-a-react-app-with-react-router-and-an-express-backend-33l3
CC-MAIN-2021-39
refinedweb
2,860
67.15
Use jinja templates to fill and sign pdf forms. Use jinja templates to fill and sign PDF forms. You can use this library to fill out a PDF form using data from an external source such as a database or an excel file. Use a PDF editing software to edit the form and specifiy a jinja template in the tooltip property of the...
https://test.pypi.org/project/pdfjinja/
CC-MAIN-2017-34
refinedweb
305
61.12
I'm currently writing a mail client that simply opens a connection to a mail server and receives the responses from it. However, when I receive the response from the server, it only works when the response is one line. When the response is more than one line(multiple lines), then it only receives the first line of resp...
https://codedump.io/share/qjbT6v8Ki1hv/1/networking-in-java-39readline39-on-multiple-lines-of-response-in-client
CC-MAIN-2018-17
refinedweb
480
59.6
Software > Software help with Arduino IR sensor to servo coding. Will pay $ (1/1) totmaster: I found generic code based on looping code to turn a servo 180 degrees. I need to have the code rewritten so that the servo moves left (counter clockwise) 180 degrees and then back to 0 degrees and stops. The code is listed bel...
http://www.societyofrobots.com/robotforum/index.php?topic=17309.0;wap2
CC-MAIN-2015-35
refinedweb
318
67.59
> > > 2).) > And adding those name space macros fixes the problem. > I am not able to explain why. I think I've made a mistake in the code-- shouldn't the implementation for operator<< look like STDNS ostream& CGICCNS operator<<( STDNS ostream& out, const CGICCNS MStreamable& obj) { ... } ?? It looks like I left out th...
http://lists.gnu.org/archive/html/bug-cgicc/2002-01/msg00004.html
CC-MAIN-2013-48
refinedweb
122
62.78
Hi, What's common practice in the case that a module has both a C and Lua component? Is there a standard neat way out? I don't know how common it is, but I love doing it. LuaSocket, the MIME module, and LuaThread all do it. There is a socket.lua file. This is what is require()d by the user, so it is in the LUA_PATH. It...
http://lua-users.org/lists/lua-l/2006-11/msg00015.html
crawl-001
refinedweb
108
87.52
table of contents NAME¶ lseek - reposition read/write file offset SYNOPSIS¶ #include <sys/types.h> #include <unistd.h> off_t lseek(int fd, off_t offset, int whence); DESCRIPTION¶ l. lseek()¶: RETURN VALUE¶ Upon successful completion, lseek() returns the resulting offset location as measured in bytes from the beginning ...
https://manpages.debian.org/bullseye/manpages-dev/lseek.2.en.html
CC-MAIN-2021-49
refinedweb
119
58.18
Hello everyone! In today’s post, we’ll be doing something exciting – building a KeyLogger in Python! Have you ever wanted to monitor your keyboard and look at the your typing history and analyze how you type? Well, the starting step is to build a keyboard monitoring tool – or a KeyLogger! While you may very well realiz...
https://www.askpython.com/python/examples/keylogger-in-python
CC-MAIN-2021-31
refinedweb
785
68.77
What should I do when one of namespace SSDs fails? Does the aerospike copy the data across SSDs associated with a namespace? How to replace failed SSD and restore the data? How does the Aerospike protect my data? This does depend on your configurations. Aerospike does allow the possibility to have an unreplicated names...
https://discuss.aerospike.com/t/how-does-the-aerospike-protect-my-data/221
CC-MAIN-2019-09
refinedweb
198
58.99
The second hаlf of this chаpter deаls with the feаtures аnd functionаlity of SDP. Simply put, SDP includes the components thаt аllow Compаct Frаmework аpplicаtions to be developed using VS .NET. The purpose of this section is to bring аrchitects аnd developers quickly up to speed on how SDP leverаges VS .NET by integrа...
http://etutorials.org/Programming/building+solutions+with+the+microsoft+net+compact+framework/Part+1+The+PDA+Development+Landscape+with+the+Compact+Framework/Chapter+2.+Components+of+Mobile+Development/SDP/
crawl-001
refinedweb
4,648
52.6
#include <unistd.h> int brk(void *endds); void *sbrk(intptr_t incr); The brk() and sbrk() functions are used to change dynamically the amount of space allocated for the calling process's data segment (see exec(2)). The change is made by resetting the process's break value and allocating the appropriate amount of space....
https://docs.oracle.com/cd/E36784_01/html/E36872/brk-2.html
CC-MAIN-2021-10
refinedweb
607
51.18
Tips and Tricks C++ static keyword Values are stored at class level and not at instance level. You have to initialize static variable outside the class in order to reserve the memory. class C { static int i; static int j; } // Initialize the two static variables (with or without a value) // Should be put at the top of ...
https://graygzou.github.io/blog/c++/2019/09/28/tips-and-tricks-ccp.html
CC-MAIN-2021-31
refinedweb
641
53.51
Member 367 Points Oct 29, 2012 05:21 AM|rambhopalreddy|LINK Hi, I have a question how do i test the ENUM Class members in Unit testing. public class A { [Flags] public enum enumData { a = 1, b = 2, c = 3, } public int add(A.enumData val, A.enumData val1) { return int.Parse(val.ToString() + val1.ToString()); } } public ...
https://forums.asp.net/t/1854652.aspx?Unit+Testing+ENUM+Class+inside+the+class+VS2012
CC-MAIN-2018-09
refinedweb
385
82.95
SATURDAY November 9, 2013 Season Ends Saints defeat EN for sectional title Page B1 Lou Ann Homan-Saylor Perfect Pacers ‘Hunting with my Dad’ still a great tradition Win over Raptors lifts record to 6-0 Page A3 Page B1 Weather Partly sunny, windy, high 57. Cooler Sunday, high in the upper 40s. Page A6 Kendallville, Indi...
https://issuu.com/kpcmedia/docs/ns11-09-13?e=4200578/5558945
CC-MAIN-2018-22
refinedweb
22,255
76.11
2008-09-29 22:30:28 8 Comments How can I create an Excel Spreadsheet with C# without requiring Excel to be installed on the machine that's running the code? Related Questions Sponsored Content 26 Answered Questions [SOLVED] How do I enumerate an enum in C#? - 2008-09-19 20:34:50 - Ian Boyd - 663584 View - 3379 Score - ...
https://tutel.me/c/programming/questions/151005/how+to+create+excel+xls+and+xlsx+file+in+c+without+installing+ms+office
CC-MAIN-2019-13
refinedweb
4,141
72.97
This post is intended to serve as a basic guide to deploying Spark based APIs onHasura. By the end of this post, our codebase will have the following features: 1. API endpoint that handles a JSON request and responds in JSON 2. API endpoint that makes an API request (useful for say push notifications) 3. API endpoint t...
http://126kr.com/article/83pt706cmcz
CC-MAIN-2017-17
refinedweb
562
54.08
The F-words: functor and friends While algebras are something we (programmers) rely on in our everyday work, we don’t always use them knowingly. Functional programming, however, has a relatively high number of programmers, that care about correctness and mathematical formalism, that leads to it. It is no surprise that ...
https://functional.works-hub.com/learn/the-f-words-functor-and-friends-f76fe
CC-MAIN-2019-51
refinedweb
5,514
63.8
AlertController An Alert is a dialog that presents users with information or collects information from the user using inputs. An alert appears on top of the app's content, and must be manually dismissed by the user before they can resume interaction with the app. It can also optionally have a title, subTitle and You ca...
https://ionicframework.com/docs/v3/3.5.0/api/components/alert/AlertController/
CC-MAIN-2019-13
refinedweb
699
55.13
RE: [gothic-l] Re: "Umlaut" in Gothic? Expand Messages - *<?xml:namespace prefix = o No doubt, Nestor is worth reading. Of course, he could not think out everything written in the Original Chronicle. There are some real facts in the underground. But still, when reading Nestor, I'd suggest you to investigate three start...
https://groups.yahoo.com/neo/groups/gothic-l/conversations/topics/7389?o=1&d=-1
CC-MAIN-2015-27
refinedweb
383
65.73
The QElapsedTimer class provides a fast way to calculate elapsed times. More... #include <QElapsedTimer> Note: All functions in this class are reentrant. This class was introduced in Qt 4.7. The QElapsedTimer class provides a fast way to calculate elapsed times. The QElapsedTimer class is usually used to quickly calcul...
https://doc.qt.io/archives/qt-4.7/qelapsedtimer.html
CC-MAIN-2021-17
refinedweb
229
60.11
Snake Game in Java (OOP design concepts) Get FREE domain for 1st year and build your brand new site In this article, we have explored how to design the classical Snake Game using Object Oriented Programming (OOP) concepts and implement it using Java. Let us start immersing ourselves into it by fueling ourselves with so...
https://iq.opengenus.org/snake-game-java/
CC-MAIN-2021-43
refinedweb
1,722
66.84
go to bug id or search bugs for Description: ------------ Currently the internal PHP function library is, well, unique. Proposed is a means to maintain backward compatibility while rectifying the problem and hopefully on the engine side speed up the process by reducing what the zend engine has to track. import keyword....
https://bugs.php.net/bug.php?id=53160
CC-MAIN-2022-27
refinedweb
256
64
API Documentation is a quick and concise way to tell a user about how to use a library or work with a program. It details classes, functions, parameters, return types and more. Courtesy of Sphinx, Yaydoc had build in support for Documenting APIs for Python based projects right from it’s inception. Sphinx has a built in...
http://blog.fossasia.org/documenting-apis-with-yaydoc/
CC-MAIN-2017-30
refinedweb
482
56.86
fimber 0.3.2 f.3.2 - remember about import in file you plan to use Fimber import 'package:fimber/fimber.dart'; Initialize logging tree on start of your application # void main() { Fimber.plantTree(DebugTree()); // app code here ... // DebugTree options for time elapsed // by default DebugTree will output timestamp of t...
https://pub.dev/packages/fimber
CC-MAIN-2019-39
refinedweb
1,030
50.53
The top choice may surprise you Don't be caught off guard Join the NASDAQ Community today and get free, instant access to portfolios, stock ratings, real-time alerts, and more! As a retiree, I am always looking for income opportunities that are relatively low risk. Preferred stocks Closed End Funds (CEFs) are often ove...
http://www.nasdaq.com/article/assessing-preferred-stock-cefs-in-retirement-portfolios-cm264868
CC-MAIN-2014-23
refinedweb
1,332
62.17
Java Reference In-Depth Information { connec- tion. If we run the client and server in separate command windows and enter local- host as our host name in the client's GUI, the result should look similar to that shown in Fig. 2.7. Unfortunately, there is still a potential problem on some systems: since a low-numbered po...
http://what-when-how.com/Tutorial/topic-547t9a4dbp/An-Introduction-to-Network-Programming-with-Java-46.html
CC-MAIN-2019-09
refinedweb
202
58.62
address@hidden (Kim F. Storm) writes: > Eli Zaretskii <address@hidden> writes: > >>> From: address@hidden (Kim F. Storm) >>> Date: Sun, 28 May 2006 23:15:58 +0200 >>> Cc: Agustin Martin <address@hidden>, >>> Stefan Monnier <address@hidden>, address@hidden >>> >>> But I also wonder if any of the async process stuff actu...
http://lists.gnu.org/archive/html/emacs-devel/2006-05/msg01711.html
CC-MAIN-2013-48
refinedweb
202
67.55
ASF Bugzilla – Full Text Bug Listing mod_autoindex is generating invalid XHTML markup. The xhtml namespace was missing in emit_preamble(). I'm including a patch against both 2.2.6 and trunk that fixes it. Bug report 34519 is quite similar, but mentions other enhancements (and didn't include a patch). I decided to make ...
https://bz.apache.org/bugzilla/show_bug.cgi?format=multiple&id=43649
CC-MAIN-2016-07
refinedweb
413
65.62
07 November 2005 14:19 [Source: ICIS news] LONDON (ICIS news)--German chemical giant BASF should divest its styrenics business and not restructure it as planned due to the limited earnings growth and the imminent challenge from Middle East-based producers, UBS said in an investment note on Monday. "We are concerned tha...
http://www.icis.com/Articles/2005/11/07/1018991/BASF-should-sell-styrenics-business-UBS.html
CC-MAIN-2014-52
refinedweb
392
59.84
This is a matter that has been taxing the Working Group. SeeThis is a matter that has been taxing the Working Group. SeeHello,I encounter a problem with managing namespaces in an XSLT 2.0 stylesheet. Perhaps it is a bug, or I misread the spec. The problem:a) A literal result element is constructed, and its contents are...
https://sourceforge.net/p/saxon/mailman/attachment/4ED63D90.50606@saxonica.com/1/
CC-MAIN-2016-30
refinedweb
205
51.55
Back to article See the complete program on page 4 In part I, you learned how to use Python and PyGTK to bring up a window and draw lines and circles. Let's take that example and extend it to draw some pretty graphics. You've already seen that you can draw a line in your PyGTK app like this: widget.window.draw_line(xg...
http://www.linuxplanet.com/linuxplanet/print/6760
CC-MAIN-2016-50
refinedweb
777
66.94
#include <RS485_non_blocking.h> // Lib by by Nick Gammon, v1.0#define RTS 23 // Pin used for RTS, PA14/D23size_t fWrite (const byte what) // The write function of the RS485 class{ return Serial2.write (what); }RS485 myChannel (NULL, NULL, fWrite, 0); // RS485 class, by Nick Gammon. Basically a wrapper class that comple...
http://forum.arduino.cc/index.php?topic=176421.msg1310871
CC-MAIN-2017-22
refinedweb
450
51.24
The first sections of code are relatively simple, and, once written, can usually be reused in every game you consequently make. They will do all of the boring, generic tasks like loading modules, loading images, opening networking connections, playing music, and so on. They will also include some simple but effective e...
http://pygame.org/docs/tut/tom/games3.html
CC-MAIN-2013-48
refinedweb
779
60.65
What is the best connection pooling library available for Java/JDBC? I'm considering the 2 main candidates (free / open-source): Following is my helper class to get DB connection: I've used the C3P0 connection pooling as described here. public class DBConnection { private static DataSource dataSource; ... I'm trying to...
http://www.java2s.com/Questions_And_Answers/Java-Database/Connection/c3p0.htm
CC-MAIN-2013-20
refinedweb
220
66.33
Learning Perl Objects, References, and Modules By Randal L. Schwartz With Tom Phoenix June 2003 Pages: 224 ISBN 10: 0-596-00478-8 | ISBN 13: 9780596004781 (4) (Average of 2 Customer Reviews) This book has been updated—the edition you're requesting is OUT OF PRINT. Please visit the catalog page of the latest edition. Th...
http://oreilly.com/catalog/9780596004781/reviews.html
crawl-002
refinedweb
357
52.29
Hi DemisI'm just trying out your VS Add ServiceStack Reference plugin for the first time. Seriously awesome stuff! I'm using it to keep the DTOs in sync across my mobile projects. On the whole it seems to work perfectly. However some things I'd like some clarity on:1) How can I change the default namespace of the gener...
https://forums.servicestack.net/t/dylan-v-d-merwe-362-jan-19-2015/169
CC-MAIN-2019-22
refinedweb
1,054
67.08
Introduction: Notificator The device can be connected for example to the IFTTT system and react when a new mail appears. At app.remoteme.org we will generate a link after calling which bytes will be sent to Arduino, and Arduino will display some light effect and play some mp3 from SDcard Step 1: What Is Needed - NodeMC...
https://www.instructables.com/id/Notificator/
CC-MAIN-2018-39
refinedweb
1,913
55.27
/MiddleKit/Tests/MKInheritance.mkmodel In directory usw-pr-cvs1:/tmp/cvs-serv11738/Tests/MKInheritance.mkmodel Modified Files: TestEmpty.py Log Message: - Remove ObjectStore.Store var which referred to the first store that happened to be created. - Remove the store arg to MiddleObject.__init__(store) which was little u...
https://sourceforge.net/p/webware/mailman/message/4463708/
CC-MAIN-2017-51
refinedweb
180
56.01
I’ve made a simple program for displaying the pixels stored in a framebuffer by drawing the squares and everything is working well except I can’t explain the visible lines between the squares when I draw them with a transparent color. I am drawing the squares with the very same stroke and fill transparent colors (0x20a...
https://discourse.processing.org/t/transparency-not-working-as-expected/27151
CC-MAIN-2022-27
refinedweb
195
52.53
Although Visual Studio .NET Setup projects handle the most common installation requirement, some applications will need to perform some extra steps at installation time. For example, your application might install custom performance counters or create a message queue. To enable operations such as this, Windows Installe...
http://etutorials.org/Programming/Mastering+visual+studio+.net/Chapter+6.+Setup+and+Deployment/6.10+Custom+Actions/
crawl-001
refinedweb
2,193
55.44
Hello, I'm new to HCP and looking to set up a journal and email archiving solution using HCP and Symantec Enterprise Vault. - Is there any benefit to using two tenants (one for journal and one for email) as opposed to one tenant and two namespaces? - What beneficial features of the HCP are available for using with EV, ...
https://community.hitachivantara.com/thread/6541-hcp-and-symantec-enterprise-vault-for-exchange
CC-MAIN-2019-13
refinedweb
173
75.3
About this talk We'll dive into the tools available inside the Rake library (hint: it's more than just rake db:migrate), and discuss how changes in Rails 5 might affect how we use it going forward. Transcript Diving into Rake and its future in Rails, yeah that's what we're going to discuss today, from the point of view...
https://www.pusher.com/sessions/meetup/north-west-ruby-user-group/diving-into-rake-and-its-future-in-rails
CC-MAIN-2019-39
refinedweb
2,417
58.39
Authenticate a Customer to Alexa with Permissions You must authenticate a customer in your system with Alexa when you respond asynchronously to a directive or when you send change reports to the Alexa event gateway. You provide the authentication information Lambda function with the AcceptGrantdirective. You must store...
https://developer.amazon.com/de-DE/docs/alexa/smarthome/authenticate-a-customer-permissions.html
CC-MAIN-2021-43
refinedweb
728
53.81
Python is powerful yet simple and easy to grab for beginners compared to other programming languages. The sequence is the basic data structure in Python. Each element of a sequence is assigned a number – its position or index. In a sequence, the first index is 0; the second index is 1, and so on. Python has six in-buil...
https://maschituts.com/how-to-subtract-two-lists-in-python/
CC-MAIN-2021-10
refinedweb
603
71.85
Barry, Thanks for the reply. BTW, I am using Python2 parts of version 2.6.1 of PyCXX. I used simple.cxx as my starting point. But all of the methods in "new_style_class" return Py::None. How do I create and return an instance of new_style_class to the python code? (In my application, I have more than one class, and a m...
http://sourceforge.net/p/cxx/mailman/attachment/138686.39989.qm@web65413.mail.ac4.yahoo.com/1/
CC-MAIN-2015-32
refinedweb
387
58.58
I want to know the codes for each button that I use for my (car mp3 remote control), I write the following programming code: #include <IRremote.h> int Recv_Pin=8; IRrecv irrecv(Recv_Pin); decode_results results; void setup() { Serial.begin (9600); irrecv.enableIRIn(); } void loop() { if (irrecv.decode(&results)){ Seria...
https://circuitdigest.com/forums/microcontrollers-and-programming/ir-remote-and-arduino
CC-MAIN-2021-49
refinedweb
169
61.97
Ticket #2513 (closed defect: migrated) Problems with custom render functions and missing JSONP support Description Currently, TG 2.1rc1 does not come with a templating engine for JSONP. You can add a render function this: from tg import json_encode, response from tg.render import _get_tg_vars def render_jsonp(template_...
http://trac.turbogears.org/ticket/2513
CC-MAIN-2019-26
refinedweb
242
50.63
At last week’s Greater Buffalo IT/Dev Day, I did an overview of the Windows Azure Platform (the recently rebranded Azure Services Platform). Rather than do a tired “Hello World” example, I thought it would be more interesting to talk about a more substantial application, so NerdDinner came to mind. The fact that it’s a...
https://blogs.msdn.microsoft.com/jimoneil/2009/07/27/nerddinner-on-azure-take-2/
CC-MAIN-2017-22
refinedweb
1,982
54.42
Linux raspberrypi 4.9.59-v7+ #1047 SMP Sun Oct 29 12:19:23 GMT 2017 armv7l GNU/Linux Deluged: 1.3.13 Libtorrent: 1.1.1.0 Note: when I try to look up the version of deluged, I get the following return Code: Select all deluged --version deluged: 1.3.13 /usr/lib/python2.7/dist-packages/deluge/_libtorrent.py:59: RuntimeWar...
http://forum.deluge-torrent.org/viewtopic.php?f=7&t=54781&sid=46a1f1fb3f039e8f0477fd13a4a002d5
CC-MAIN-2018-09
refinedweb
171
50.33
This Tutorial Explains What is Stack in Java, Java Stack Class, Stack API Methods, Stack Implementation using Array & Linked List with the help of Examples: A stack is an ordered data structure belonging to the Java Collection Framework. In this collection, the elements are added and removed from one end only. The end ...
https://www.softwaretestinghelp.com/java-stack-tutorial/
CC-MAIN-2021-17
refinedweb
2,513
58.48
Transparent Distributed Processing (TDP) allows you to leverage the processing power of your entire network by sharing resources and services transparently over the network. TDP uses Neutrino native network protocol Qnet to link the devices in your network. This chapter contains the following topics: Qnet is Neutrino's...
http://www.qnx.com/developers/docs/6.5.0_sp1/topic/com.qnx.doc.neutrino_prog/qnet.html
CC-MAIN-2019-51
refinedweb
4,628
51.99
- Script that Navigates Page needs Javascript Functionality - RE:xlrd question - How to pass a reference to the current module - Sorting Unix mailboxes - regexp problem in Python - amra and py2exe - ANNOUNCE: Spiff Workflow 0.0.1 (Initial Release) - libpq.dll for pgdb - os.listdir path error - Announcing Wing IDE 101 f...
http://www.velocityreviews.com/forums/archive/f-43-p-129.html
CC-MAIN-2013-20
refinedweb
1,409
59.7
scene.rect - misha_turnbull Hello - I am still working on a chess game. It's coming along nicely, with one exception: the GUI. I've had some trouble with loading the images from files but got that to work, but now run into this problem: As you can see, the grid is not being drawn correctly. Here is the code from the dr...
https://forum.omz-software.com/topic/1597/scene-rect/1
CC-MAIN-2020-40
refinedweb
270
77.23
Re: [Zope] Problem with zope mailing list Since longtime now I have a problem with the Zope mailing list : I always receive, the messages from "[EMAIL PROTECTED] " not from the name of the right person (for 97% messages) ? Any idea ? Take a look at the headers of a Zope list message (ctrl-U in Messenger). It correctly ...
https://www.mail-archive.com/search?l=zope@zope.org&q=from:%22J+Cameron+Cooper%22
CC-MAIN-2021-25
refinedweb
4,499
67.79
Hi everyone, its been a while since i last posted, i started teaching myself C a while ago and i'm trying to get back to it. Been really busy at work with fun languages like Ocean! Anyway, i like to learn by having a project and working towards it. So i thought i would try to write a program which could display a truth...
https://cboard.cprogramming.com/c-programming/106577-truth-tables-binary-printable-thread.html
CC-MAIN-2017-22
refinedweb
402
73.61
Re: Help With PyParsing of output from win32pdhutil.ShowAllProcesses() - From: Paul McGuire <ptmcg@xxxxxxxxxxxxx> - Date: Wed, 12 Sep 2007 01:21:08 -0700 On Sep 11, 1:12 pm, Steve <sreissc...@xxxxxxxxx> wrote: Hi All (especially Paul McGuire!)<snip> Could you lend a hand in the grammar and paring of the output from the...
http://coding.derkeiler.com/Archive/Python/comp.lang.python/2007-09/msg01451.html
crawl-002
refinedweb
692
64.81
Hi, I am working on a project which uses stlport and Oracle Class Library. I have run some demo projects for OCL which work fine. However when I use stlport and OCL together in the project; It generates a runtime error "Illegal instruction". the part of code giving this error is given below #include "ocl.h" using names...
https://forums.devart.com/viewtopic.php?f=22&t=13823
CC-MAIN-2018-34
refinedweb
141
56.45
NAME tar.h - extended tar definitions SYNOPSIS #include <tar.h> DESCRIPTION The <tar.h> header shall define header block definitions as follows. General definitions: Name Description Value TMAGIC "ustar" ustar plus null byte. TMAGLEN 6 Length of the above. TVERSION "00" 00 without a null byte. TVERSLEN 2 Length of the ...
http://manpages.ubuntu.com/manpages/dapper/man7/tar.h.7posix.html
CC-MAIN-2014-42
refinedweb
167
57.13
fattach - attach a STREAMS-based file descriptor to a file in the file system name space #include <stropts.h> int fattach(int fildes, const char *path); The fattach() function attaches a STREAMS-based file descriptor to a file, effectively associating a pathname with fildes. The fildes argument must be a valid open fil...
http://pubs.opengroup.org/onlinepubs/7990989775/xsh/fattach.html
CC-MAIN-2014-41
refinedweb
238
57.57
I'm trying to remove the 3d border from a windows popup menu and replace it with a simple 'flat' border (like ws_border). Whenever I try to set WS_BORDER and remove all styles and ex styles that would create a 3d border it doesn't work. I have now subclassed the window so I can paint it myself, but when I call the old ...
http://cboard.cprogramming.com/windows-programming/67547-flat-menu-problem.html
CC-MAIN-2015-14
refinedweb
112
74.69
So i am writing a program and i made a function which stores user data in a txt file.It is like a simple registration function.The user gives the username and password to store.Problem is i can't store user input in the file. My code is : def reguser(): #Function name. fwu = open('user.txt','w') #create or open user.tx...
https://codedump.io/share/1RwbbgfO9Baa/1/how-to-store-user-input-in-txt-filepython-3
CC-MAIN-2018-13
refinedweb
159
72.32
Visual C++ Express, like all the Express versions, offers a free, almost full function implementation IDE for developing C++ applications on Microsoft Windows. While the Express Edition provides a number of skeleton projects, it does not include the ability to create custom wizards; a serious deficiency in my opinion. ...
http://www.codeproject.com/Articles/43653/Visual-C-Express-Custom-Wizard
CC-MAIN-2014-52
refinedweb
2,885
56.29
Reference Index Table of Contents sem_init, sem_wait, sem_trywait, sem_post, sem_getvalue, sem_destroy - operations on semaphores #include <semaphore.h> int sem_init(sem_t *sem, int pshared, unsigned int value); int sem_wait(sem_t * sem); int sem_timedwait(sem_t * sem, const struct timespec *abstime); int sem_trywait(s...
http://www.sourceware.org/pthreads-win32/manual/sem_init.html
CC-MAIN-2014-49
refinedweb
568
50.46
Red Hat Bugzilla – Bug 126252 Printconf doesn't allow queue names that start with numbers Last modified: 2007-11-30 17:10:44 EST Description of problem: Printconf chokes when it encounters any queue name that starts with a number. While it is not possible to create such queues through printtool directly, this can happe...
https://bugzilla.redhat.com/show_bug.cgi?id=126252
CC-MAIN-2017-30
refinedweb
271
52.46
> Then there is another problem (which also exists in the current > design): does Xen need to emulate NVDIMM _DSM for dom0? Take the _DSM > that access label storage area (for namespace) for example: No. And it really can't as each vendors _DSM is different - and there is no ACPI AML interpreter inside Xen hypervisor. ...
https://lists.xenproject.org/archives/html/xen-devel/2016-03/msg02300.html
CC-MAIN-2018-26
refinedweb
299
68.3
random method in setter method in C# I am new to C#. I am trying to figure how to use the random method inside a setter. This is how my code looks right now: public class star_wars_figures { private string charactor; private int bounty; public star_wars_figures(string charactor) { Charactor = charactor; } public string...
http://thetopsites.net/article/58219468.shtml
CC-MAIN-2020-34
refinedweb
1,075
56.66
The QPrinter class is a paint device that paints on a printer. More... #include <QPrinter> Inherits QPaintDevice.. QPrinter supports a number of parameters, most of which can be changed by the end user through a print dialog. In general, QPrinter passes these functions onto the underlying QPrintEngine. The most importa...
http://doc.trolltech.com/4.2/qprinter.html
crawl-002
refinedweb
1,419
53.98
First solution in Clear category for House Password by reviewboy # migrated from python 2.7 def checkio(data): # password strength criteria: minLength = 10 # must be 10+ characters, # must be alphanumeric (no special chars) Digit = 0 # must have at least one digit LC = 0 # must have at least one lowercase letter UC = 0...
https://py.checkio.org/mission/house-password/publications/reviewboy/python-3/first/share/969b8bf151fec0d8f1d550b1d7cb9141/
CC-MAIN-2020-45
refinedweb
124
63.09
JTabbedPane tab components First, thank you for adding the "arbitrary tab components" feature to JTabbedPane. Finally we'll have a good answer for all the people who ask in the forums how to add close buttons to their tabs! I've been playing with this feature for several days now, and I'd like to share some issues I've...
https://www.java.net/node/644137
CC-MAIN-2014-10
refinedweb
871
54.32
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). On 14/03/2017 at 10:16, xxxxxxxx wrote: Hi everyone, I'm experiencing ...
https://plugincafe.maxon.net/topic/10015/13481_python-generator--culling-issue
CC-MAIN-2021-31
refinedweb
357
58.99
Refactoring Substitute Algorithm Problem So you want to replace an existing algorithm with a new one? Solution Replace the body of the method that implements the algorithm with a new algorithm. String foundPerson(String[] people){ for (int i = 0; i < people.length; i++) { if (people[i].equals("Don")){ return "Don"; } i...
https://refactoring.guru/substitute-algorithm
CC-MAIN-2019-04
refinedweb
544
58.69
On 25 Apr 2002, Ken Kinder wrote: > The reason I ask is, I don't think threading is compiled into this > instance of python. However, I can use the debugger on individual file > (no CGI) just fine... So I didn't think of threading to be the > problem. I'm not 100% sure but I think mod_python is threaded by default. To ...
http://wingware.com/pipermail/wingide-users/2002-April/001068.html
CC-MAIN-2014-42
refinedweb
244
74.49
Okay... Centigrade = 5/9(FahrenheitString - 32); hint: Computers don't know to multiply automatically... parenthesis help with order of operations... and Where does temp go; can't just slam a string in a numeric field... JOptionPane.showMessageDialog (null, "The temperature in CENTIGRADES is "+ C=5/9(Fahrenheit-32") Hi...
https://www.techrepublic.com/forums/discussions/java-compilation-errors/
CC-MAIN-2018-43
refinedweb
431
58.58
I was delighted to receive not just one but two responses to my last article, see the preceding articles. Before I go any further let me respond to the substance of these items. The introduction of exceptions into C++ raises a number of design issues and it has taken several years for the best C++ programmers to refine...
https://accu.org/index.php/journals/596
CC-MAIN-2019-22
refinedweb
4,175
60.24
Read nrrd files efficiently from parallel file systems (and reasonably well elsewhere). More... #include <vtkPNrrdReader.h> Read nrrd files efficiently from parallel file systems (and reasonably well elsewhere). vtkPNrrdReader is a subclass of vtkNrrdReader that will read Nrrd format header information of the image bef...
https://vtk.org/doc/nightly/html/classvtkPNrrdReader.html
CC-MAIN-2020-50
refinedweb
401
59.4
I.”?. I'm wondering your take on views in MVC? To me, this is where I spend 95% of my frustration. I am able to write domain code I am happy with, but the view seems to fight with doing domain properly (domain is behavior/event focused, view is property focused, etc). I am considering the idea of splitting them, but I ...
http://weblogs.asp.net/bleroy/archive/2009/08/27/walking-the-tight-rope.aspx
CC-MAIN-2014-15
refinedweb
777
71.75
Hello everyone, I am a complete and utter newbie when it comes to programming. This sounds kind of silly coming from the mouth of a third year software engineering student but fact of the matter is, I know absolutly nothing. In the midst of all the theoritical stuff on how to optimize my algorithm and how to make sure ...
https://www.allegro.cc/forums/thread/559706
CC-MAIN-2018-30
refinedweb
1,095
73.07
NAME mmap, munmap - map or unmap files or devices into memory SYNOPSIS #include <sys/mman.h> void *mmap(void *addr, size_t length, int prot, int flags, int fd, off_t offset); int munmap(void *addr, size_t length); DESCRIPTION (since Linux 2.4.20, 2.6) Put the mapping into the first 2 Gigabytes of the process address sp...
http://manpages.ubuntu.com/manpages/karmic/man2/mmap.2.html
CC-MAIN-2015-27
refinedweb
105
69.38
Important: Please read the Qt Code of Conduct - Subclassing Graphics view and loading it from ui file. - metalshreds last edited by Hello, I am subclassing QGrahicsView so that I can control mouse input events for drawing multiple rectangles and selecting areas on the image. I am having a couple problems. I generate th...
https://forum.qt.io/topic/104069/subclassing-graphics-view-and-loading-it-from-ui-file/4
CC-MAIN-2020-34
refinedweb
635
57.13
AU 2012 Handout: Moving code to the cloud – it’s easier than you think – Part 1 After posting the handout for my Wednesday class, now it’s time to start the one for Tuesday's - CP1914 - Moving Code to the Cloud: It's Easier Than You Think (I have a lot else going on on Tuesday, but this is the only class on that day fo...
http://through-the-interface.typepad.com/through_the_interface/2012/11/au-2012-handout-moving-code-to-the-cloud-its-easier-than-you-think-part-1.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+typepad%2Fwalmsleyk%2Fthrough_the_interface+%28Through+the+Interface%29
CC-MAIN-2014-52
refinedweb
4,152
53.41
Jason R. Coombs <jaraco at jaraco.com> added the comment: You're right. The documentation isn't incorrect, if you're splitting hairs. But it's not super friendly either. Questions that the documentation should answer: 1) Does the action always need to be a subclass of an Action, or is that recommended? If it's recommen...
https://mail.python.org/pipermail/docs/2011-December/006719.html
CC-MAIN-2016-44
refinedweb
520
64.3
Introduction When it comes to true unit tests, having a mocking framework such as Spock for Java is essential. Using a mocking framework ensures that your unit tests are fast, self-contained and deterministic. A mocking framework can help you fake external systems, pre-program your classes with expected responses, and ...
https://semaphoreci.com/community/tutorials/stubbing-and-mocking-in-java-with-the-spock-testing-framework
CC-MAIN-2019-47
refinedweb
5,231
54.52
4. App Integration¶ It is pretty easy to integrate your own Django applications with django CMS. You have 7 ways of integrating your app: Statically extend the menu entries Attach your menu to a page. Attach whole apps with optional menu to a page. Modify the whole menu tree Display your models / content in cms pages A...
http://docs.django-cms.org/en/develop/extending_cms/app_integration.html
CC-MAIN-2014-15
refinedweb
878
52.7
In this series, we'll build a web application from scratch with Laravel—a simple and elegant PHP web framework. First up, we'll learn more about Laravel and why it's such a great choice for your next PHP-based web application. web application framework that describes itself. - Elegant—most of Laravel's functions work s...
https://code.tutsplus.com/tutorials/building-web-applications-from-scratch-with-laravel--net-25517?ec_unit=translation-info-language
CC-MAIN-2022-40
refinedweb
3,511
55.03
The Binary Search It is possible to take greater advantage of the ordered list if we are clever with our comparisons. In the sequential search, when we compare against the first item, there are at most more items to look through if the first item is not what we are looking for.. If the item we are searching for is grea...
https://bradfieldcs.com/algos/searching/the-binary-search/
CC-MAIN-2018-26
refinedweb
737
69.52
Doing the OAuth dance with style using Flask, requests, and oauthlib. Currently, only OAuth consumers are supported, but this project could easily support OAuth providers in the future, as well. The full documentation for this project is hosted on ReadTheDocs, including the full list of supported OAuth providers, but t...
https://libraries.io/pypi/Flask-Dance
CC-MAIN-2019-47
refinedweb
490
58.58
Five Minute Cloud Lambda Function Building a serverless function is easy. AWS calls their serverless functions Lambdas. Let’s build on a serverless function with Python on AWS. Join the DZone community and get the full member experience.Join For Free Serverless computing is pretty cool. You need something done in the c...
https://dzone.com/articles/five-minute-cloud-lambda-function
CC-MAIN-2022-40
refinedweb
799
86.1
It will be eaiser if you just make the animation in another program example in a frame and then you just take a screenshoot of the frame and upload it to .pdf file. Type: Posts; User: magnus110498 It will be eaiser if you just make the animation in another program example in a frame and then you just take a screenshoot...
http://www.javaprogrammingforums.com/search.php?s=75582d91a6cbde40ab4c4d8ae6ba32e8&searchid=1665640
CC-MAIN-2015-32
refinedweb
448
82.75