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
I learned something interesting about about Groovy recently. I was tasked with building a tool for advanced admin users, to provide them an easy way to run batch jobs. It was designed so that users could point their browser at either /service/algorithm1 or /service/algorithm2. The request is handled by a controller, wr...
https://objectpartners.com/2016/01/05/flirting-with-disaster-a-dangerous-use-of-groovys-dynamic-method-invocation/
CC-MAIN-2019-04
refinedweb
1,109
56.96
The hidden beauty of @protocol namespaces Interview by Tyler McNierney Introduction At the surface level, the @protocol appears to be a simple, robust software development infrastructure that magically provides a backend service for apps that are built on top of it. Beyond the list of verbs (e.g. put, getKeys), its mon...
https://atsigncompany.medium.com/the-hidden-beauty-of-protocol-namespaces-6f5fab7f7a09
CC-MAIN-2022-21
refinedweb
1,252
61.77
stat - get file status #include <sys/types.h> #include <sys/stat.h> int stat(const char *path, struct stat *buf); The stat() function obtains information about the named file and writes it to the area pointed to by the buf argument. The path argument points to a pathname naming a file. Read, write or execute permission...
http://pubs.opengroup.org/onlinepubs/007908799/xsh/stat.html
CC-MAIN-2018-34
refinedweb
259
57.57
Couchbase Lite is an embedded NoSQL database for mobile devices that runs locally on the device with full CRUD and query capabilities. In this article, we discover how to integrate Couchbase Lite with Android Studio. Android for mobile devices currently comes with an inbuilt local database—SQLite. This is an RDBMS base...
https://opensourceforu.com/2017/08/integrate-couchbase-lite-android-studio/
CC-MAIN-2018-26
refinedweb
1,296
52.6
Opened 15 years ago Last modified 11 years ago #1955 defect new — at a forgotten resetTimeout in twisted.protocols.postfixInitial Version Description I think after sent code to client, daemon should reset timeout. If data source is a big and slow object, getting and sending result to client may consume a lot of time, i...
https://twistedmatrix.com/trac/ticket/1955?version=0
CC-MAIN-2022-05
refinedweb
133
57.16
The problem Assign cookies Leetcode Solution provides with two arrays. One of the arrays represents the size of the cookies and the other represents the greediness of the children. The problem states that you are the parent of children, and you want the maximum number of children to be content. You can only give one co...
https://www.tutorialcup.com/leetcode-solutions/assign-cookies-leetcode-solution.htm
CC-MAIN-2021-04
refinedweb
496
56.66
Spark Language Package – Preview 1spark, visual studio December 19th, 2008. Download Now Update: This link is obsolete – please visit the download page for the latest release bits. I’ve tested installing and uninstalling which will remove the files and registry entries. Eventually there may be a single installer that c...
http://whereslou.com/2008/12/19/spark-language-package-preview-1
CC-MAIN-2014-10
refinedweb
853
74.59
Video Tutorial and example for the most searched topic "Java Read File Line By Line" This video tutorial explains you the steps to create a program in Java programming language to read a text file line by line. The "Java Read File Line by line" is most searched topics by the Java developers. This means Java developers ...
http://roseindia.net/java/javafile/Video-Tutorial-Java-Read-File-Line-By-Line.shtml
CC-MAIN-2014-15
refinedweb
589
72.56
Angie ORM About Angie ORM is a feature-complete database relationship manager designed for NodeJS. Current Database Support - MySQL via the node-mysql package - sqlite3 via the node-sqlite3 package Planned Database Support - Firebase - MongoDB - Couchbase - Postgres Usage npm i -g angie-orm angie-orm help Building data...
https://doc.esdoc.org/github.com/angie-framework/angie-orm/
CC-MAIN-2021-17
refinedweb
619
55.95
The path to reproducing a scenario for a custom is sometimes a long-ish one. I needed to include a custom assembly in an Azure Function App which I describe here “How to add assembly references to an Azure Function App” and documented this one here "Could not load file or assembly" along the way here as well. Here are ...
https://blogs.msdn.microsoft.com/benjaminperkins/2017/04/13/how-to-make-a-simple-dll-as-an-assembly-reference-just-for-fun/
CC-MAIN-2018-39
refinedweb
524
62.41
I have to compute the average in this program, but the average cannot consists of zero which ends the program. For example if I enter 1, 2, 3, -1, then 0 to exit, the average will be the sum (5) over 4 and not 5 since the last number, the zero does not go in the sum. Any help? Thanks. public class Problddm1 { public st...
http://www.javaprogrammingforums.com/whats-wrong-my-code/5585-something-wrong-computing-average.html
CC-MAIN-2017-47
refinedweb
163
58.08
Chat messaging is everywhere today. We can talk to customer support personnel through a web app that allows them to see our request and respond in real-time. We can interact with our friends and family, no matter where we are, through apps like WhatsApp and Facebook. There are multitudes of instant messaging apps, for ...
https://dev.to/pmbanugo/secure-react-chat-messaging-app-with-auth0-4893
CC-MAIN-2022-05
refinedweb
3,829
58.58
Pro Micro RP2040 Hookup Guide Introduction The Pro Micro RP2040 is a low-cost, high-performance board with flexible digital interfaces featuring the Raspberry Pi Foundation's RP2040 microcontroller. The board uses well known Pro Micro footprint with castellated mounting holes. Required Materials To follow along with th...
https://learn.sparkfun.com/tutorials/pro-micro-rp2040-hookup-guide/all
CC-MAIN-2022-40
refinedweb
2,399
64
public class | source import History from 'flarum/utils/History.js' History The History class keeps track and manages a stack of routes that the user has navigated to in their session. An item can be pushed to the top of the stack using the push method. An item in the stack has a name and a URL. The name need not be un...
https://api.flarum.dev/js/v0.1.0-beta.5/class/js/forum/src/utils/History.js~History.html
CC-MAIN-2020-29
refinedweb
137
69.01
Controlling Your Lights with Your PC In this article I'll examine part of Amazon's web service functionality and use the new Pocket Outlook API to create a useful application for the Windows Mobile 5.0 Smartphone. The current version of the application lets the user search Amazon's inventory, view book details, create ...
https://channel9.msdn.com/coding4fun/articles/Amazon-Mobile-Book-Shopping-from-your-Smartphone
CC-MAIN-2017-39
refinedweb
2,422
56.05
to convert byte [] to String? Sarone Thach Ranch Hand Joined: Jun 25, 2003 Posts: 89 posted Nov 20, 2003 19:32:00 0 Hi, I'm stuck, can some please tell me how to convert a byte array into a string . byte [] buffer;// pretend there is real data in this. String sText = (String)buffer; does not work funnily enough. thank...
http://www.coderanch.com/t/394963/java/java/convert-byte-String
CC-MAIN-2015-48
refinedweb
1,003
79.4
I have a list like the following (sample): But this list is just a sample for logic. The list should be dynamic. List field may have more than 3 and The list can have a collection of the child (data format like json) I want to convert nested ul-li html tags. I think, I can do that with reflection like following. But I ...
https://codedump.io/share/M8nSdQ7tF9FM/1/convert-to-html-nested-ul-li-from-list-in-c
CC-MAIN-2017-13
refinedweb
465
59.3
21 April 2010 16:39 [Source: ICIS news] TORONTO (ICIS news)--Borealis seeks to raise up to €200m ($270m) in a bond issue this month to help finance projects in the Middle East and Europe, the Austria-based polyolefins major said on Wednesday. The seven-year bond – Borealis’ first such corporate bond transaction – would...
http://www.icis.com/Articles/2010/04/21/9352674/borealis-to-raise-200m-to-support-mideast-europe-projects.html
CC-MAIN-2015-22
refinedweb
244
53.51
Both the client and the server are internal, each has a certificate signed by the internal CA and the CA certificate. I need the client to authenticate the server's certificate against the CA certificate it has. It also should send its certificate to the server for authentication. The urllib2 manual says that server au...
https://codedump.io/share/a5dJOHAKQM4K/1/how-to-create-a-dual-authentication-https-client-in-python-without-lgpl-libs
CC-MAIN-2017-04
refinedweb
216
59.19
Date.cpp:Date.cpp: #ifndef DATE_H #define DATE_H class Date { private: int m_nMonth; int m_nDay; int m_nYear; Date() { } // private default constructor public: Date(int nMonth, int nDay, int nYear); void SetDate(int nMonth, int nDay, int nYear); int GetMonth() { return m_nMonth; } int GetDay() { return m_nDay; } int Ge...
https://www.experts-exchange.com/questions/27628919/Confused-with-C-header-files.html
CC-MAIN-2018-47
refinedweb
336
59.74
The Felgo 3.9.2 update shows you how to create a messenger app like WhatsApp and brings many new features for Felgo Live and the Felgo SDK. The highlights of this update include a new way to clear the Felgo Live project cache, and more control over the app navigation flow. - Create a Messenger App UI like WhatsApp - Cl...
https://blog.felgo.com/updates/release-3.9.2-whatsapp-messenger-demo-clear-felgo-live-cache-control-app-navigation
CC-MAIN-2022-33
refinedweb
1,080
56.96
How to call HttpHandler from .cs file asp.net I have created a http handler fro my Jquery ajax call. which is working fine the jquery call is mentioned below $.ajax({ url: "Services/name.ashx", contentType: "text/plain", data: { CustMobile: a, CustName: b, CustEmail: c }, contentType: "application/json; charset=utf-8",...
http://www.brokencontrollers.com/faq/11535754.shtml
CC-MAIN-2019-51
refinedweb
445
58.48
Hello all. Before I start asking I will say. I am not asking a question about how to get started with python, I am asking what I need to learn to make a game. I already know the basics of python, so for example I am ok with getting a program to read a file, then to write to a different file, then to go and download a f...
https://forum.audiogames.net/topic/29352/python-from-the-brain-to-the-keyboard/
CC-MAIN-2019-39
refinedweb
733
80.62
Locating Resources Using JNDI (Java Naming and Directory Interface) This material is from Chapter 13, Locating Resources Using JNDI, from the book JavaServer Pages Developer's Handbook (ISBN: 0-672-32438-5) written by Nick Todd and Mark Szolkowski, published by Sams Publishing. Chapter 13: Locating Resources Using JNDI...
https://www.developer.com/java/data/article.php/2215571/Locating-Resources-Using-JNDI-Java-Naming-and-Directory-Interface.htm
CC-MAIN-2020-40
refinedweb
1,543
54.12
04-30-2017 11:02 PM Hi team, I am doing GeoMedia programming on GeoMedia 16. From the GeoMedia Object Reference, all unit of measure objects are comming from the dll PCSS_tlb but I can't find this in my system (GeoMedia 16 installed). I believe the document is out of date. If someone knows, please give me the latest in...
https://community.hexagongeospatial.com/t5/Developer-Discussions/Dll-PCSS-tlb-dll-in-GeoMedia-16/td-p/13140
CC-MAIN-2019-47
refinedweb
234
68.77
NAME Sub::Lexical - implements lexically scoped subroutines)); DESCRIPTION Using this module will give your code the illusion of having lexically scoped subroutines. This is because where ever a sub is lexically declared it will really just turn into brave. Another advantage is you can use them as truly private methods...
https://metacpan.org/pod/Sub::Lexical
CC-MAIN-2015-32
refinedweb
261
51.99
Using NetBeans to Develop a JavaFX Desktop Application Creating the DeltaTitleRect.fx ClassStarting with this section, you will develop the application's graphical components. Every node that represents a graphical component is a JavaFX file, and at this point you know how to create such a file. Per the previous exampl...
https://www.developer.com/java/other/article.php/10936_3827981_3/Using-NetBeans-to-Develop-a-JavaFX-Desktop-Application.htm
CC-MAIN-2017-51
refinedweb
1,510
58.48
#include <ieee1284.h> cc files... -lieee1284 The libieee1284 library is a library for accessing parallel port devices. The model presented to the user is fairly abstract: a list of parallel ports with arbitrary names, with functions to access them in various ways ranging from bit operations to block data transfer in on...
http://www.makelinux.net/man/3/L/libieee1284
CC-MAIN-2014-52
refinedweb
358
51.99
Disclaimer If you’re looking for a flame post - this is not one of them. I love both languages and I’ll simply compare some of their features and possible uses. Prelude. Installation Linux/Unix installation If you’re using a Linux distribution or some other Unix derivative such as *BSD or Solaris you’ll probably be abl...
https://batsov.com/articles/2011/05/03/ruby-or-python/
CC-MAIN-2020-24
refinedweb
3,135
62.58
I have a sketch for a Binary Clock which I have modified. The original sketch used the RTClib.h Library, for the DS1307 I have modified the sketch to use the DS1302RTC.h Library. When I compile the sketch I get the message "‘RTC_DS1302’ does not name a type. Here is the relevant piece of code: #include <Wire.h> #includ...
https://forum.arduino.cc/t/binety-clock/525062
CC-MAIN-2022-21
refinedweb
111
76.82
Agenda See also: IRC log <fsasaki> looking at <fsasaki> summary issue 74 - 89 <fsasaki> summary issue 106 - 123 <tadej> ACTION: felix to review draft for XLIFF mapping [recorded in] <trackbot> Created ACTION-504 - Review draft for XLIFF mapping [on Felix Sasaki - due 2013-05-14]. <tadej_> ACTION: dF to correct XLIFF ma...
http://www.w3.org/2013/05/07-mlw-lt-minutes
CC-MAIN-2014-52
refinedweb
4,121
76.42
Member Since 5 Months Ago 2,600. tha07 left a reply on Using UUIDs Over Auto Increment @DARIUSIII - Thank you. I'll check this out :) tha07 left a reply on Using UUIDs Over Auto Increment @BOBBYBOUWMANN - Thank you. Yep. I have not done in any projects. Maybe I should start from this one :) tha07 started a new conversa...
https://laracasts.com/@tha07
CC-MAIN-2019-13
refinedweb
1,036
66.23
iSndSysManager Struct ReferenceThis is the sound manager for Crystal Space. More... [Sound system] #include <isndsys/ss_manager.h> Inheritance diagram for iSndSysManager: Detailed DescriptionThis is the sound manager for Crystal Space. Its only purpose is to keep track of loaded sounds. Definition at line 57 of file ss...
http://www.crystalspace3d.org/docs/online/api-1.2/structiSndSysManager.html
CC-MAIN-2015-35
refinedweb
119
55.61
I am making a game having different scenarios. It is an endless runner with four different characters . After certain score amount I want to change the sprite in background and also the character itself .I have written a code to spawn background one after other . using UnityEngine; using System.Collections; public clas...
https://answers.unity.com/questions/963197/how-to-change-background-sprite-at-run-time.html
CC-MAIN-2020-40
refinedweb
289
50.73
#include "byte.h" /* If you need to compare a password or a hash value, the timing of the * comparison function can give valuable clues to the attacker. Let's * say the password is 123456 and the attacker tries abcdef. If the * comparision function fails at the first byte without looking at the * other bytes, then the ...
https://git.lighttpd.net/mirrors/libowfat/src/commit/c4f30cc2c387c30572c8edf7f9b175e970e113bb/byte/byte_equal_notimingattack.c
CC-MAIN-2022-27
refinedweb
123
52.53
Hide Forgot Description of problem: Over the past 2-3 weeks we have had a repeating issue where all 3 HA routers go into backup state. No Master is negociated and the router is unusable. Looking at a tcpdump of the namespace for the routers, I see VRRP traffic arriving at to all routers and so all 3 routers remain in b...
https://bugzilla.redhat.com/show_bug.cgi?id=1570136
CC-MAIN-2021-21
refinedweb
585
53.81
#include <UUID.h> Type to represent UTC as a count of 100 nanosecond intervals since 00:00:00.00, 15 October 1582. Default constructor. Destructor. Obtain the system time in UTC as a count of 100 nanosecond intervals since 00:00:00.00, 15 October 1582 (the date of Gregorian reform to the Christian calendar). ACE_Time_V...
http://www.dre.vanderbilt.edu/Doxygen/Stable/libace-doc/a00926.html
CC-MAIN-2013-20
refinedweb
221
74.49
GameFromScratch.com This entry in the Closer Look series is a bit different than normal. First, Blade Engine is very much a work in progress, so expect bugs and flaws and minimal documentation. Second, it’s actually built over top of an existing game engine, LibGDX. Finally, it’s a game engine focused on one very speci...
https://www.gamefromscratch.com/?tag=/Review&page=3
CC-MAIN-2019-51
refinedweb
5,103
61.77
A support library, containing OLE2 functions, required for MS-Excel support in gnumeric, the GNOME spreadsheet. WWW: NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered. No installation instructions: this port has been deleted. The package name of this ...
http://www.freshports.org/devel/libole2/
CC-MAIN-2015-22
refinedweb
258
53.68
Opened 8 years ago Closed 8 years ago #9593 closed (invalid) permalink breaks when using include() in urls.py Description If you use include() to include urls in another urls.py then include will fail to generate the proper urls for urls in the included urls.py if the urls fall in a sub-path. In the given urls.py ... u...
https://code.djangoproject.com/ticket/9593
CC-MAIN-2016-30
refinedweb
278
54.49
My solo flipped and destroyed the propellers on my first attempt at flying it. Contacted solo .they wanted my logs I sent them 3 times and have been waiting for days to hear from someone at solo. After paying $1500.00 for the solo, I'm starting to get a little p'd. Can anyone tell me what to do?w Views: 4442 <![if !IE]...
https://diydrones.com/forum/topics/solo-crash-1?commentId=705844%3AComment%3A2218058
CC-MAIN-2020-05
refinedweb
997
71.55
In many languages, you can create list literals, which allow you to create a list with elements already pre-defined inside of it. But what about Java? List<Integer> list = new ArrayList<Integer>(1, 2, 3, 4); If you come from any language that supports list literals, you would expect the snippet above to work. Unfortuna...
https://henrydangprg.com/2016/05/16/double-brace-initialization/?replytocom=10
CC-MAIN-2022-27
refinedweb
656
61.26
Im View Complete Post Hi, I am using the "Microsoft.Practices.EnterpriseLibrary.Data" version "5.0.414.0". I am using VS 2010. I have added connectionstring entry in the web.config, and I am able to access the database using SQL Server 2008 R2. I have added the below line in my code to use the database: using System.Da...
http://www.dotnetspark.com/links/1085-activation-error-occured-while-trying-to.aspx
CC-MAIN-2015-35
refinedweb
147
53.68
Type: Posts; User: vasantharam #include <iostream> using namespace std; class A { public: int a; A() : a(1234) {}; }; Oh the smily was a random pick, didnt realize it means mad-avatar!!! If there is a reason to have two foo classes, it probably means, they are two different flavors of something. Say class... well the p...
http://forums.codeguru.com/search.php?s=00307e971b5cde438824b6077fb6a7bc&searchid=7002425
CC-MAIN-2015-22
refinedweb
124
67.89
Skype4Py 1.0.35 Skype API wrapper for Python. - Introduction - Community - Usage - Projects using Skype4Py - Troubleshooting - Running unit tests - Making a release - Trademark notification - Changelog Introduction Skype4Py is a Python library which allows you to control Skype client application. It works on Windows, O...
https://pypi.python.org/pypi/Skype4Py
CC-MAIN-2017-22
refinedweb
1,062
58.38
#include <stdint.h> #include <rte_mbuf.h> #include "rte_eventdev.h" Go to the source code of this file. RTE Event Ethernet Tx Adapter The event ethernet Tx adapter provides configuration and data path APIs for the ethernet transmit stage of an event driven packet processing application. These APIs abstract the implemen...
http://doc.dpdk.org/api/rte__event__eth__tx__adapter_8h.html
CC-MAIN-2022-21
refinedweb
667
65.52
Unit testing with JMUnit and NetBeans IDE This article needs to be updated: If you found this article useful, please fix the problems below then delete the {{ArticleNeedsUpdate}} template from the article to remove this warning. Reasons: hamishwillee (talk) (24 Jul 2013) Instructions are not clear and it is not obvious...
http://developer.nokia.com/community/wiki/index.php?title=Unit_testing_with_JMUnit_and_NetBeans_IDE&oldid=203726
CC-MAIN-2014-41
refinedweb
732
59.7
. Great ! What about the Win x64 builds ? What are the target builds for Windows in 5.0.2 ? MinGW x86+VS2010 x86+VS2010 x64+VS2012 x64 ? @Robin Lobel: 64-bit Windows builds work, there is just not yet a ready-made binary installer available. We are testing both VS2010 and VS2012 64-bit regularly, and will add more bina...
http://blog.qt.io/blog/2013/01/31/qt-5-0-1-released/
CC-MAIN-2015-48
refinedweb
4,205
75.1
Is there a good place we can add code to prevent all users from having access to BDM data through the REST API? It'd be nice to both be able to only display search results/objects for users who should have access to them (using custom code to filter them out) as well as only display fields that they should be able to s...
https://community.bonitasoft.com/tags/bdm?page=6
CC-MAIN-2019-51
refinedweb
428
71.85
Retrieving Accelerometer Input (Windows Phone) This topic demonstrates how to detect and use accelerometer input in an XNA Game Studio game on Windows Phone. Complete Sample The code in this topic shows you the technique. You can download a complete code sample for this topic, including full source code and any additio...
https://msdn.microsoft.com/en-us/library/ff604984.aspx
CC-MAIN-2017-51
refinedweb
500
57.27
. Category: Programming With PHP. Important Skills Colleges Never Teach Programmers Hi!! Lynda vs Pluralsight Developer Training Let us look at Lynda vs Pluralsight Deverloper Training. Today, I want to give my brief comparison of Lynda.com and Pluralsight.net – both of which provide training and courses to software de...
http://simpledeveloper.com/category/programming-with-php/
CC-MAIN-2019-35
refinedweb
309
54.63
running into I tried replacing the BoxView with a StackLayout (or any other layout for that matter), which fixes the part that the background gets rendered. The problem is that even though the layout covers the whole page, it can be clicked through. Here's a code that reproduces the error. It works as it should on iOS...
https://xamarin.github.io/bugzilla-archives/22/22796/bug.html
CC-MAIN-2019-43
refinedweb
497
60.31
device consists of a hierarchy of objects called views — every element of the screen is a View. The View class represents the basic building block for all UI components, and the base class for classes that provide interactive UI components such as buttons, checkboxes, and text entry fields. Commonly used View subclass...
https://codelabs.developers.google.com/codelabs/android-training-layout-editor-part-a?hl=en
CC-MAIN-2020-45
refinedweb
5,328
63.7
Bugzilla – Bug 5650 Unable to start thread during AppDomain.ProcessExit event Last modified: 2012-07-19 13:10:28 EDT The following program hangs on Mono (and runs as expected on .NET): using System; using System.Threading; class Test { static void Main() { AppDomain.CurrentDomain.ProcessExit += OnProcessExit; Console.W...
https://bugzilla.xamarin.com/show_bug.cgi?id=5650
CC-MAIN-2014-10
refinedweb
251
56.35
Transaction Processing Namespace What is the namespace within the Microsoft .Net framework which provides the functionality to implement transaction processing called as? neeraj - Mar 14th, 2015 System.data AndrewMcAlister - Aug 8th, 2010 There are at least 4 transaction namespaces.System.Transactions for scope type tr...
http://www.geekinterview.com/Interview-Questions/Microsoft/Ado-NET
CC-MAIN-2017-13
refinedweb
1,408
58.08
Python is an interpreted, high-level and general-purpose programming language. Python's design philosophy emphasizes code readability with its notable use of significant indentation. Its language constructs and object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects...
https://wiki2.org/en/Python_(programming_language)
CC-MAIN-2021-10
refinedweb
4,130
50.73
Profiling a Werkzeug (flask) app When trying to optimize a web app, finding bottleneck is key (where we spent a lot of time). In other type of app it can be finding memory or CPU usage. This optimization should not be done to early, no need to optimize an unused or to-be-refactored piece of code. Werkzeug have a build-...
http://www.alexandrejoseph.com/blog/2015-12-17-profiling-werkzeug-flask-app.html
CC-MAIN-2017-47
refinedweb
497
65.22
31876/nameerror-nitesh1995-defined-error-while-creating-bucket I am getting this error NameError: name 'nitesh1995' is not defined I am using BOTO3 with python for creating a S3 bucket. import boto3 s3_resource = boto3.resource('s3') s3_resource.create_bucket(Bucket= nitesh1995) This is code I am using. Can someone hel...
https://www.edureka.co/community/31876/nameerror-nitesh1995-defined-error-while-creating-bucket
CC-MAIN-2020-16
refinedweb
162
69.99
Essentials All Articles What is LAMP? Linux Commands ONLamp Subjects Linux Apache MySQL Perl PHP Python BSD ONLamp Topics App Development Database Programming Sys Admin From data storage to data exchange and from Perl to Java, it's rare to write software these days and not bump into XML. Adding XML capabilities to a C+...
http://www.linuxdevcenter.com/pub/a/onlamp/2005/09/08/xerces_dom.html?page=4&x-order=date
CC-MAIN-2017-04
refinedweb
788
63.59
#include <Pt/PoolAllocator.h> Pool based allocator. More... Inherits Allocator, and NonCopyable. The PoolAllocator uses pools to allocate memory. Each pool consists of blocks of equally sized records, which can be used for allocations up to the size of a record. The record sizes increase from pool to pool. When memory ...
http://pt-framework.net/htdocs/classPt_1_1PoolAllocator.html
CC-MAIN-2018-34
refinedweb
261
64.51
Original from: Description: The article is mainly about how convert Blu-ray movie to iOS devices like iPhone 5S, iPhone 5C, iPhone 5, iPad 4, iPad 3, iPad Mini, iPod 5, etc. 4, iPad 3, iPhone 5S, iPhone 5C, iPhone 5, iPad Mini, iPod 5, etc. Support format. In this way, you can watch your Blu-ray movies at any time with...
http://www.anddev.org/other-coding-problems-f5/30-off-mac-blu-ray-ripper-for-iphone-5s-5c-ipad-mini-ipad-t2183296.html
CC-MAIN-2017-22
refinedweb
214
72.56
Understanding the problem: The given question wants us to write an efficient C++ program that takes a string input from the user and displays the number of words, characters, alphabets, vowels, consonants and digits in that given string. Approaching the problem: A string is an array of characters, therefore, the number...
https://www.studymite.com/cpp/examples/program-to-count-the-number-of-words-characters-alphabets-vowels-consonants-and-digit-in-a-line-of-text/?utm_source=related_posts&utm_medium=related_posts
CC-MAIN-2020-16
refinedweb
450
59.47
Download presentation Presentation is loading. Please wait. Published byMervyn Blair Modified over 4 years ago 1 Prepared by Uzma Hashmi Instructor Information Uzma Hashmi Office: B# 7/ R#1-121 E-mail address: uzma_a2001@yahoo.com Group Email Addresses Post message: cs202-lab@yahoogroups.com Subscribe: cs202-lab-subscr...
http://slideplayer.com/slide/6391060/
CC-MAIN-2020-29
refinedweb
917
54.12
Let’s do a simple exercise. You need to identify the subject and the sentiment in following sentences: - Google is the best resource for any kind of information. - I came across a fabulous knowledge portal – Analytics Vidhya - Messi played well but Argentina still lost the match - Opera is not the best browser - Yes, l...
https://www.analyticsvidhya.com/blog/2015/03/text-mining-subject-extraction-google-api/
CC-MAIN-2021-04
refinedweb
2,057
63.59
First let me explain why I called the article "3rd Way". I've already seen such articles on CodeGuru, explaining how to load and parse HTML file from memory. You may ask, so why I'm writing another guide? Well, below I'll show advantages and disadvantages that I found in those ways. First one, which is also shown in MS...
http://www.codeproject.com/Articles/1788/Loading-and-parsing-HTML-using-MSHTML-3rd-way?fid=3219&df=90&mpp=10&sort=Position&spc=None&tid=1281480
CC-MAIN-2016-26
refinedweb
988
61.36
When we look at a new programming language, we start with the "Hello, World!" program. In Ring we can write this simple program with different styles that reflect the general scope of the language! The language documentation comes with three styles in the begining, In this article I will try to present all of the style...
https://www.codeproject.com/Tips/1222859/Different-styles-for-writing-Hello-World-program-i
CC-MAIN-2020-24
refinedweb
618
79.77
Rich Internet Applications (RIAs) provide a way to build dynamic user interfaces that simplify the process of accessing and displaying data to end users. Microsoft's Silverlight 2 product adds many new features that let .NET developers more easily build RIAs without facing the large learning curve normally associated w...
http://www.drdobbs.com/windows/whats-new-in-silverlight-2/207200289
CC-MAIN-2018-39
refinedweb
598
54.22
Martin v. L=F6wis wrote: > Martijn Faassen <faassen@vet.uu.nl> writes: >=20 > > Of course, but it would also simplify matters in development and > > deployment.=20 >=20 > It wouldn't simplify maintenance, though: Files that are now shared > identically between Python and PyXML now must be "nearly" shared: > Every refer...
https://mail.python.org/pipermail/xml-sig/2003-March/009137.html
CC-MAIN-2017-09
refinedweb
459
69.82
Scope resolution operator Discussion in 'C++' started by Shan, Jun 2, 2008. Want to reply to this thread or ask your own question?It takes just 2 minutes to sign up (and it's free!). Just click the sign up button to choose a username and then you can ask your own questions on the forum. - Similar Threads Scope Resoluti...
http://www.thecodingforums.com/threads/scope-resolution-operator.618043/
CC-MAIN-2015-35
refinedweb
159
53.75
We will compare the three proximity sensor technologies that make distance measurement possible. HC-SR04 by ultrasound, Sharp GP2Y0A02YK0F by infrared and VL53L0X by measurement of the flight time (ToF) of a laser beam. You will find a 3D printing layout and the Arduino code that will allow you to perform comparative t...
https://diyprojects.io/hc-sr04-ultrasound-vs-sharp-gp2y0a02yk0f-ir-vl53l0x-laser-solutions-choose-distance-measurement-arduino-raspberrypi/?amp
CC-MAIN-2022-40
refinedweb
2,532
57.27
If you start exploring C# or decide to expand your knowledge, you should learn these useful language features, which will help you to simplify the code, avoid errors and save a lot of time. 1) async / await Use the async / await-pattern to allow unblocking of the UI / current thread when execution blocking operations. ...
https://hownot2code.com/2016/11/24/10-features-in-c-that-you-really-should-learn-and-use/?replytocom=138
CC-MAIN-2020-16
refinedweb
996
53.92
You can load triples into a MarkLogic database from two sources; from an XML document that contains embedded triples elements, or from a triples files containing serialized RDF data. This chapter includes the following sections: You can also use SPARQL Update to load triples. See SPARQL Update for more information. Loa...
http://docs.marklogic.com/guide/semantics/loading
CC-MAIN-2018-26
refinedweb
3,890
55.54
( image source ) Introduction Apache Pig is a popular system for executing complex Hadoop map-reduce based data-flows. It adds a layer of abstraction on top of Hadoop’s map-reduce mechanisms in order to allow developers to take a high-level view of the data and operations on that data. Pig allows you to do things more ...
http://126kr.com/article/5ycbr0y51t1
CC-MAIN-2017-09
refinedweb
1,875
68.5
Dart’s built_value for Immutable Object Models Last week I wrote about built_collection. I finished by remarking that to really make use of immutable collections, you need immutable values. So here we are: built_value. This is the second major piece behind my talk at Dart Developer Summit (video). Value Types The built...
https://medium.com/dartlang/darts-built-value-for-immutable-object-models-83e2497922d4
CC-MAIN-2019-18
refinedweb
1,902
65.32
A repository where I can work on whatever random RPM macros come to mind. Feel free to file issues if you have macros you'd like to see in Fedora, or send pull requests. Eventually I will add useful macros to the appropriate packages so that they can be used throughout Fedora. You should be able to do fedpkg prep or fe...
https://pagure.io/misc-rpm-macros
CC-MAIN-2018-39
refinedweb
647
64
I was required to design a circuit to take in ADC value and then display it on the LCD. I have no problem in configuring ADC ports, taking ADC values, as well as setting up the LCD Screen. I want to show real voltage value (0to 5 v),for example voltage is 4.3 volt , I dont know what shoul I do . I read from adc , now i...
https://forum.sparkfun.com/viewtopic.php?f=4&t=38646
CC-MAIN-2019-09
refinedweb
201
68.16
Talk:Biblical creation on aSK I started out to do a side-by-side on this but my other half stopped me - apparently throwing a computer mouse at the wall and jumping on the keyboard are not approved activities. Oh I did find this: The origin of the large variations in magnetization direction recorded in two different la...
https://rationalwiki.org/wiki/Talk:Biblical_creation_on_aSK
CC-MAIN-2019-26
refinedweb
775
62.38
iSectorMeshCallback Struct ReferenceSet a callback which is called when a mesh is added or removed from this sector. More... [Crystal Space 3D Engine] #include <iengine/sector.h> Inheritance diagram for iSectorMeshCallback: Detailed DescriptionSet a callback which is called when a mesh is added or removed from this sec...
http://www.crystalspace3d.org/docs/online/api-1.2/structiSectorMeshCallback.html
CC-MAIN-2014-42
refinedweb
112
58.18
In this tutorial, you will learn how to create a slider application in openFrameworks to control a servo motor connected to Arduino using the Wekinator machine learning software. The openFrameworks application will send the X and Y values to Wekinator at a specific port—6448—and it will use the OSC communication to sen...
https://maker.pro/wekinator/projects/how-to-control-a-servo-motor-with-machine-learning-and-openframeworks
CC-MAIN-2020-45
refinedweb
1,062
58.89
Okay I am working on arrays in class this week and since it is an online course I don't have anyone to turn to. YAY me! Basically this is what I have been asked to do.. For the TVShow.java class I have this: import javax.swing.*; public class TVShow { private int tvChannel = 0; private String showDay = ""; private Stri...
https://www.daniweb.com/programming/software-development/threads/381676/help-with-arrays-specifically-pulling-from-1-class-to-another
CC-MAIN-2021-17
refinedweb
269
57.67
I spend a lot of my time building web applications. I want to get as many of my ideas out into the world as possible and nothing has made that simpler than Vercel. Their technologies — Next.js and their cloud platform — have helped me prototype and build full-fledged applications in days! But even with the wealth of to...
https://vercel.com/blog/simple-auth-with-magic-link-and-nextjs
CC-MAIN-2021-17
refinedweb
2,394
57.27
LE BIG Sync Established event. More... #include <hci_api.h> LE BIG Sync Established event. Definition at line 795 of file hci_api.h. BIG handle. Definition at line 799 of file hci_api.h. Connection handles of the BIS's. Definition at line 808 of file hci_api.h. Number of new payloads in each BIS event. Definition at l...
https://os.mbed.com/docs/mbed-os/v6.14/mbed-os-api-doxy/struct_hci_le_big_sync_est_evt__t.html
CC-MAIN-2021-43
refinedweb
190
80.99
I was given this buffer and told to make a reverse input that get the last K lines in a file. From what I've been trying to do, every time I tried to run the code it says that used is not an attribute of Input. Can someone please tell me why this keeps happening? Thank you in advance. class Input: def __init___( self, ...
https://codedump.io/share/lQRBrRijSf6M/1/using-a-tail-and-a-buffer-to-get-last-k-lines-in-a-file
CC-MAIN-2017-34
refinedweb
246
86.1
Catalyst::Dispatcher - The Catalyst Dispatcher This is the class that maps public urls to actions in your Catalyst application based on the attributes you set. Construct a new dispatcher. An arrayref of pre-loaded dispatchtype classes Entries are considered to be available as Catalyst::DispatchType::CLASS To use a cust...
http://search.cpan.org/~jjnapiork/Catalyst-Runtime-5.90050/lib/Catalyst/Dispatcher.pm
CC-MAIN-2016-26
refinedweb
306
53.41
Yeah well, this is cool and everything, but where's my VR? I WANT MY VR! Hold on kid, we're getting there. In this article, we are going to set up a project that can be built and run with a virtual reality head-mounted display (HMD) and then talk more in depth about how the VR hardware technology really works. We will ...
https://www.packtpub.com/books/content/vr-build-and-run
CC-MAIN-2017-13
refinedweb
3,397
62.78
Python. This article is not a Python advocacy piece nor a general Python tutorial. There are already several excellent resources on the net for both tasks. In fact, one of the main joys of using Python is the well organized and ever useful Python web site. Few languages can boast such a wealth of clear and concise docu...
http://www.devshed.com/c/a/python/writing-cgi-programs-in-python/6/
CC-MAIN-2015-22
refinedweb
5,107
62.68
Cloud Cache - Introducing the Microsoft Azure Caching Service By Karandeep Anand, Wade Wegner | April 2011 In a world where speed and scale are the key success metrics of any solution, they can’t be afterthoughts or retrofitted to an application architecture—speed and scale need to be made the core design principles wh...
https://msdn.microsoft.com/en-us/magazine/gg983488.aspx
CC-MAIN-2019-18
refinedweb
3,943
51.07
Maths › Approximation › Interpolation › Linear Linearly interpolates a given set of points.Controller: CodeCogs Interface C++ HTML Class LinearLinear interpolation is a process employed in mathematics, and numerous applications thereof including computer graphics. It is a very simple form of interpolation. In numerical...
http://www.codecogs.com/library/maths/approximation/interpolation/linear.php
CC-MAIN-2017-47
refinedweb
422
56.52
Joerg Schilling schrieb am 2006-02-03: > "Jim Crilly" <jim@why.dont.jablowme.net> wrote: > > > On 02/03/06 07:31:58PM +0100, Joerg Schilling wrote: > > > Matthias Andree <matthias.andree@gmx.de> wrote: > > > > > > > So patches to the rescue -- please review the patch below (for 2.01.01a05). > > > > Note that GPL 2a and...
https://lists.debian.org/cdwrite/2006/02/msg00018.html
CC-MAIN-2017-22
refinedweb
303
74.19
I would like to list all the tags of a DICOM file in C#. I would like something like what is shown in the link below I'm assuming this is an older version as when I paste it into Visual Studio it is not recognised. Any help would be appreciated. Assuming you could use Evil Dicom: public class DicomManager { public List...
https://codedump.io/share/jhb0o3nxgZ7f/1/evil-dicom-list-all-elements
CC-MAIN-2018-13
refinedweb
304
51.07
02, 2008 09:10 AM Unlike Microsoft's FXCop, which was largely celebrated as an important step towards improving the consistency and quality of .NET code, StyleCop has been viewed with much suspicion. The main difference between the two is that FXCop focuses on compiled code from any .NET language while StyleCop works ...
http://www.infoq.com/news/2008/09/StyleCop-SDK
crawl-002
refinedweb
358
51.68
Red Hat Bugzilla – Bug 66832 kyocera fs680 prints PCL commands on some pages, not others Last modified: 2008-05-01 11:38:02 EDT From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020313 Description of problem: My Kyocera printer broke on the upgrade from rh7.0 to rh7.3. The brea...
https://bugzilla.redhat.com/show_bug.cgi?id=66832
CC-MAIN-2016-50
refinedweb
847
67.76
This forum is no longer active. Please post your questions to our new community site 12,162 post(s) found Pages: « Previous 1 2 3 4 5 6 7 8 9 10 … 405 406 Next » Topic: Trac / Cannot install Bitnami Trac Stack. "There has been an error...nl.dat: Permission denied" I keep getting this message: There has been an error. E...
https://bitnami.com/forums/posts?page=6
CC-MAIN-2015-11
refinedweb
1,950
50.84
STRCHR(3) BSD Programmer's Manual STRCHR(3) strchr, index - locate first occurrence of a character in a string #include <string.h> char * strchr(const char *s, int c); char * index(const char *s, int c); The strchr() function locates the first occurrence of the character c in the string s. The terminating NUL character...
https://www.mirbsd.org/htman/i386/man3/strchr.htm
CC-MAIN-2014-10
refinedweb
162
63.7
/* pwd.c - Try to approximate UN*X's getuser...() functions under MS-DOS. Copyright (C) 1990 by Thorsten Ohl, td12@ddagsi3.bit. */ /* This 'implementation' is conjectured from the use of this functions in the RCS and BASH distributions. Of course these functions don't do too much useful things under MS-DOS, but using t...
http://opensource.apple.com/source/cvs/cvs-30/cvs/macintosh/pwd.c
CC-MAIN-2016-30
refinedweb
194
62.54
Finding The Median September 11, 2015 Since there are only 256 possible values in the array, the easiest way to solve this exercise is to create an array of 256 counters, all initially zero, index through the input array incrementing the value that corresponds to the current element; when the input is exhausted two poi...
https://programmingpraxis.com/2015/09/11/finding-the-median/2/
CC-MAIN-2019-04
refinedweb
519
55.88
I have been fortunate enough that my programming tasks were simple. All my projects were for the Internet, which meant that my classes only had to handle one or two aspects of my programs. I always had a main function to dump global instructions and procedures. Object-oriented programming (OOP) with a little web script...
https://blog.udemy.com/aspect-oriented-programming-in-c-sharp/
CC-MAIN-2017-17
refinedweb
1,075
55.54
Ok, let me rephrase this a bit. When you install a new EPiServer 7.5 site, regardless if it's based on MVC or Web Forms, you get the following configuration added for the site to be able to run. The EPiServer User Interface uses some MVC for it's views, thus you need MVC even if your templates are built using Web Forms...
https://world.optimizely.com/forum/legacy-forums/Episerver-7-CMS/Thread-Container/2014/9/The-type-or-namespace-name-Framework-does-not-exist-in-the-namespace-EPiServer/
CC-MAIN-2022-40
refinedweb
326
69.38
cc [ and the hardware sampling and sampling. For the CPC request, this initialization condition can be detected using cpc_set_sample(3CPC) and looking at the counter value for any requests with CPC_OVF_NOTIFY_EMT set. The value of any such counters will be UINT64_MAX. For the SMPL request, no special value returned by ...
http://docs.oracle.com/cd/E36784_01/html/E36876/cpc-bind-curlwp-3cpc.html
CC-MAIN-2017-43
refinedweb
1,845
50.57
MS Dynamics CRM 3.0 You get the current time and date with functions declared in <time.h>. In particular, you can get the current calendar time with (surprise!) the function time(), which returns a variable of type time_t. If all you want is a string representing the current time and date, you can use ctime() with the ...
http://www.megasolutions.net/c/Time-and-date-77004.aspx
CC-MAIN-2014-52
refinedweb
399
72.46