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
2016 - 1. FlexReport for WPF supports all features as in FlexReport for Winforms except that Chart and Custom Fields (SuperLabel, Map) are not supported in this version. For more information on FlexReport for Winforms, please visit here. For the first release, we are releasing the FlexViewerPane (Beta) control which re...
https://www.grapecity.com/blogs/releasing-native-wpf-reporting-tool-getting-started
CC-MAIN-2022-27
refinedweb
263
61.53
Today you are going to learn how to bookland barcode in C#. ByteScout Barcode SDK was made to help with bookland barcode in C#. ByteScout Barcode SDK. This rich sample source code in C# for ByteScout Barcode SDK includes the number of functions and options you should do calling the API to implement bookland barcode. To...
https://bytescout.com/articles/barcode-generator-sdk-c-bookland-barcode
CC-MAIN-2022-27
refinedweb
215
59.09
Method overloading is one of the most useful concepts in Object Oriented Programming languages that allow us to avoid the ambiguity of methods by providing uniqueness among them when declaring them. It's common in normal programming to do this but to use this feature in a web service we need to use a certain procedure....
http://www.compilemode.com/2015/05/method-overloading-in-web-services.html
CC-MAIN-2017-13
refinedweb
1,120
52.7
RE: [soapbuilders] Re: Where's decimal? Expand Messages - Sam From you email How about folks implement what agreed at in Las Vegas: "2) Expanding the "echo" tests to include the full range of primitive data types defined in XML schema part 2 section 3.2" -jhawk -----Original Message----- From: Sam Ruby [mailto:rubys@.....
https://groups.yahoo.com/neo/groups/soapbuilders/conversations/topics/4175?l=1
CC-MAIN-2016-07
refinedweb
865
60.21
Views are part of the MVC architecture. They are code responsible for presenting data to end users. In a Web application, views are usually created in terms of view templates which are PHP script files containing mainly HTML code and presentational PHP code. They are managed by the view application component which prov...
https://www.yiiframework.com/doc/guide/2.0/uz/structure-views
CC-MAIN-2021-04
refinedweb
3,396
53.81
Match TypesEdit this page on GitHub A match type reduces to one of a number of right hand sides, depending on a scrutinee type. Example: type Elem[X] = X match { case String => Char case Array[t] => t case Iterable[t] => t } This defines a type that, depending on the scrutinee type X, can reduce to one of its right han...
http://dotty.epfl.ch/docs/reference/new-types/match-types.html
CC-MAIN-2019-22
refinedweb
1,775
72.26
. The better the communication, the more effectively ideas can be shared and topics discussed. And while there are lots of resources out there for general advice about how to communicate well, and we have dictionaries and thesauruses when we need to figure out what words mean, industry-specific language can be more cha...
https://www.metaltoad.com/blog/react-detail-elements-components-and-hocs
CC-MAIN-2020-16
refinedweb
1,536
62.98
Code blocks The CodeBlock feature allows inserting and editing blocks of pre–formatted code into the WYSIWYG editor. Each code block has a specific programming language assigned (e.g. “Java” or “CSS”) and supports basic editing tools, for instance, changing the line indentation using the keyboard. If you would like to ...
https://ckeditor.com/docs/ckeditor5/22.0.0/features/code-blocks.html
CC-MAIN-2020-40
refinedweb
1,210
54.73
Sharing the goodness… Beth Massi is a Senior Program Manager on the Visual Studio team at Microsoft and a community champion for business application developers. Learn more about Beth. More videos » We just got a new section started on the Visual Basic Community page that showcases donated articles from the expert VB c...
http://blogs.msdn.com/b/bethmassi/archive/2007/07/23/new-community-articles-on-the-vb-developer-center.aspx
CC-MAIN-2013-48
refinedweb
103
56.96
A. Definition at line 69 of file TProcessID.h. #include <TProcessID.h> Default constructor. Definition at line 75 of file TProcessID.cxx. Destructor. Definition at line 93 of file TProcessID.cxx. Static function to add a new TProcessID to the list of PIDs. Definition at line 114 of file TProcessID.cxx. static function ...
https://root.cern.ch/doc/v622/classTProcessID.html
CC-MAIN-2021-21
refinedweb
554
50.84
MOVE_PANEL(3) NetBSD Library Functions Manual MOVE_PANEL(3)Powered by man-cgi (2021-06-01). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias. NAME move_panel -- change panel position LIBRARY Z-order for curses windows (libpanel, -lpanel) SYNOPSIS #include <panel.h> int move_panel(PANEL ...
https://man.netbsd.org/move_panel.3
CC-MAIN-2021-39
refinedweb
151
51.55
Recently and smallest values from a group of numbers without using Arrays. So here is another approach. This program accepts input from the user and then prints out the largest and smallest numbers. import java.util.*; public class NumberSorter{ public static void main(String args[]){ double a, b, c, x, y; Scanner cons...
http://zparacha.com/sort-numbers-in-java-find-minimum-and-maximum-values-without-using-array
CC-MAIN-2017-51
refinedweb
1,306
75.91
Get Started with Microsoft Azure IoT Starter Kit - Adafruit Feather Huzzah ESP8266 (Arduino-compatible) This page contains technical information to help you get familiar with Azure IoT using the Azure IoT Starter Kit - Adafruit Feather Huzzah ESP8266 (Arduino-compatible). You will find two tutorials that will walk you ...
https://azure.microsoft.com/zh-cn/resources/samples/iot-hub-c-huzzah-getstartedkit/
CC-MAIN-2017-30
refinedweb
4,817
57.5
import "github.com/pingcap/tidb/store/tikv" Package tikv provides tcp connection to kvserver. Package tikv provides tcp connection to kvserver. 2pc.go backoff.go client.go client_batch.go coprocessor.go delete_range.go error.go interface.go kv.go lock_resolver.go mock_tikv_service.go pd_codec.go range_task.go rawkv.go ...
https://godoc.org/github.com/pingcap/tidb/store/tikv
CC-MAIN-2019-39
refinedweb
2,846
51.55
Grinder Dart workflows, automated. Grinder consists of a library to define project tasks (e.g. test, build, doc), and a command-line tool to run them. Getting Started To start using grinder, add it to your dev_dependencies. Defining Tasks Tasks are defined entirely by Dart code allowing you to take advantage of the who...
https://www.dartdocs.org/documentation/grinder/0.8.0+3/index.html
CC-MAIN-2017-47
refinedweb
246
67.45
Just a quick post today, I had some time free this weekend and figured I'd take a crack at an old classic: "Conway's Game of Life". This is an interesting puzzle because it centers around context-based computations, each cell determines whether it lives or dies in the next generation based on its nearby neighbours. Thi...
https://chrispenner.ca/posts/conways-game-of-life
CC-MAIN-2018-30
refinedweb
1,483
55.88
Testing Groovy Scripts February 24, 2011 8 Comments I often start Groovy development with scripts rather than classes. Scripts are quick and easy, both to write and to run, and the feeling of having only a few lines of code makes me more willing to experiment. Most of my scripts eventually turn into classes, but once i...
https://kousenit.org/2011/02/24/testing-groovy-scripts/
CC-MAIN-2019-22
refinedweb
1,522
75.1
¤ Home » Programming » C Tutorial » Pointers in C - Part 3 of 9 Similar to a one dimensional integer array, the name of a character array or string holds the address of the starting element. However, unlike the integer array, a character array is always terminated by a null (\0) terminator. Thus a character pointer can...
http://www.how2lab.com/programming/c/pointer3.php
CC-MAIN-2018-47
refinedweb
366
60.14
28 Sep 2020 07:11 AM Hello, I am completely new with Dynatrace environment and am still struggling with some concepts. I am using OpenShift 4.5 to deploy Dynatrace Oneagent, using Dynatrace operator. Everything is running as intended, but what I do not understand is why are so many dependencies set up on underlying nod...
https://community.dynatrace.com/t5/Dynatrace-Open-Q-A/Why-are-Dynatrace-Oneagent-dependencies-installed-on-OpenShift/td-p/117267
CC-MAIN-2021-25
refinedweb
935
63.9
Im trying to scrape the response to this website using a pre-filled zip: zip who (i.e. the zip code is already filled in.) I tried to do this using the scrapy shell as follows scrapy shell import requests import lxml.html as lh url = '' form_data = { 'zip': '77098' } response = requests.post(url, data=form_data) tree =...
https://codedump.io/share/NO9FV8xDIV3K/1/scrape-webpage-after-form-fill
CC-MAIN-2017-13
refinedweb
153
73.07
This is not a question anyway related a single homework assignment, but rather a request for someone to help someone learn C on the side, without them taking a class. This post starts out with some general information on my skill level, and works its way to down to a list of things you could do to help me learn C. It's...
https://cboard.cprogramming.com/c-programming/94308-help-ambitious-16-year-old-learn-c.html
CC-MAIN-2017-13
refinedweb
1,186
59.98
I had a working Spark Core code built and working on in Sep-2016. Since then I had not update the code. Today, I try to update the code, and notice it will not build anymore. I made the changes from all Spark. into Particle. class already. All the files build but with more warning. Due to I include legacy libraries, an...
https://community.particle.io/t/build-error-for-previous-spark-core-code/31448
CC-MAIN-2020-40
refinedweb
168
52.26
Interfacing USB mass storage devices (aka USB flash drives) Inspired by this thread I've been working on making mbed read USB sticks. After making an initial port of NXP's USBHostLite example, I got stuck since my mbed was an older, LPC2368 model, and did not have USB host. However, kind people helped me to get a 1768 ...
https://os.mbed.com/users/igorsk/notebook/interfacing-usb-mass-storage-devices-aka-usb-flash/?page=1
CC-MAIN-2019-51
refinedweb
639
60.95
You too can learn how to code Almost anyone can learn how to program a computer, or, as it’s more fashionable to call it now, “coding.” You too can learn how to “code,” and I intend to show you that by getting you started on a simple Tic-Tac-Toe game. Not that there is any shortage of “you too can learn how to code” ar...
https://alonso-delarte.medium.com/you-too-can-learn-how-to-code-9e02943bee63
CC-MAIN-2021-21
refinedweb
3,378
61.16
I've come to appreciate the new Visual Studio 2010 code editor IntelliSense features like Pascal case lookup and the narrowing list that is presented as you type. Unfortunately, these new code editor features did not make it into the XAML Editor. But not to worry… Pascal case lookup is always enabled regardless of the ...
https://www.codeproject.com/Articles/67289/Visual-Studio-XAML-Editor-IntelliSense-Presen
CC-MAIN-2019-13
refinedweb
555
64.3
Nice. It would be nice if we could just say systemctl start minidlna and have it work. Could you please drop the User= line from the service file or fix it some other way. E.g. the official minidlna package creates a new `minidlna` user. That code could just be copied wholesale to this package if desired. Search Criter...
https://aur.archlinux.org/packages/readymedia-transcode-git/
CC-MAIN-2017-43
refinedweb
489
67.15
One of the main features of Java is the applet. Applets are dynamic and interactive programs. Applets are usually small in size and facilitate event-driven applications that can be transported over the web. An applet is a Java code that must be executed within another program. It mostly executes in a Java-enabled web b...
http://ecomputernotes.com/java/awt-and-applets/what-is-applet
CC-MAIN-2020-05
refinedweb
723
51.07
The type independent portion of reader. More... #include <DataFile.hh> The type independent portion of reader. Constructs the reader for the given file and the reader is expected to use the schema that is used with data. This function should be called exactly once after constructing the DataFileReaderBase object. Close...
https://avro.apache.org/docs/current/api/cpp/html/classavro_1_1DataFileReaderBase.html
CC-MAIN-2021-39
refinedweb
140
67.15
Building Pluggable Python Applications . This post will show one way you can keep your core application reasonably small and add new functionality using plugins. One of the main advantages of using plugins is that they can be developed separately from the main application and be added or removed without the core of the...
https://anders-innovations.medium.com/building-pluggable-python-applications-d6e0d1b71ca6?source=user_profile---------3----------------------------
CC-MAIN-2021-39
refinedweb
1,603
54.93
! - Member Since - Jan 22, 2010 - Location - Victoria, BC - 20,911 - Specs: - Mid-2012 MBP (16GB, 1TB HD), Monoprice 24-inch second monitor, iPhone 5s 32GB, iPad Air 2 64GB OS X - Apps and GamesReplies: 1Last Post: 06-19-2013, 11:15 PM Using "Preview" to import pictures questionBy welshred in forum OS X - Operating Sys...
http://www.mac-forums.com/forums/movies-video/208228-imovie-import-camera-import-mpeg-2-a.html
CC-MAIN-2016-07
refinedweb
144
54.97
lag. This also gives great opportunity to run production scripts to flash new firmware or automate other tasks. import sys, re import subprocess import time import serial.tools.list_ports def grep(regexp): for port, desc, hwid in serial.tools.list_ports.comports(): if re.search(regexp, port, re.I) or re.search(regexp,...
https://www.kurokesu.com/main/2019/02/01/which-usb-to-com-port-is-the-most-recent-one/
CC-MAIN-2019-26
refinedweb
151
61.83
If I want use a picture from the web? logo = new ImageItem(null, Image.createImage("????") Thanks! Post your Comment Image Item Using Canvas Example Image Item Using Canvas Example This example is will show you how to create the image at the top center of the screen. The following are the methods used Image Icon Using ...
http://www.roseindia.net/discussion/22434-Image-Item-Using-Canvas-Example.html
CC-MAIN-2014-52
refinedweb
1,002
58.21
Enable data upload #include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_UPLOAD, long upload); The long parameter upload set to 1 tells the library to prepare for and perform an upload. The CURLOPT_READDATA(3) and CURLOPT_INFILESIZE(3) or CURLOPT_INFILESIZE_LARGE(3)(3) as usual. If you use PUT to a HTT...
https://www.carta.tech/man-pages/man3/CURLOPT_UPLOAD.3.html
CC-MAIN-2018-51
refinedweb
106
52.26
Howdy, I'm having some trouble figuring out this problem after searching for a good chunk of the day on the web for some answers. Here goes. I have a Java class that I am importing for use in my Jython script. Simple enough. The Java class looks something like this (with all other gory details stripped): public class M...
http://sourceforge.net/p/jython/mailman/message/11764063/
CC-MAIN-2015-27
refinedweb
243
50.06
How Fast is Spring? Performance has always been one of the top priorities of the Spring Engineering team, and we are continually monitoring and responding to changes and to feedback. Some fairly intense and precise work has been done recently (in the last 2-3 years) and this article is here to help you to find the resu...
https://spring.io/blog/2018/12/12/how-fast-is-spring
CC-MAIN-2020-50
refinedweb
3,866
63.39
repose - a RESTful django framework Why repose? Why another framework? This is not the first time I've written a framework for creating a RESTful interface from django. The first attempt, called rest_api was modelled on the django admin interface (django.contrib.admin), and was used in a work project extensively. There...
https://bitbucket.org/schinckel/django-repose/src/6843241b295b?at=0.2.2
CC-MAIN-2015-35
refinedweb
328
58.89
Catharsis is a complete framework for developing web applications. The question is, has she (Catharsis) something essentially better than others, what could promote her to an everyday usage? Answer must come from you. All source code can be found here. Latest stories about the Catharsis framework you can find: David O'...
http://www.codeproject.com/KB/applications/Catharsis.aspx
crawl-002
refinedweb
1,246
67.55
Alexander Graf wrote: > > On 24.07.2009, at 12:59, Jan Kiszka wrote: > >> Alexander Graf wrote: >>> When talking to the kernel about dirty maps, we need to find out which >>> bits were actually set. This is done by set_bit and test_bit like >>> functiontality which uses the "long" variable type. >>> >>> Now, with PPC32...
http://lists.gnu.org/archive/html/qemu-devel/2009-07/msg01892.html
CC-MAIN-2015-32
refinedweb
380
67.35
Hi there, I’m new to rails and loving it, but I’ve hit a problem that I’m hoping to find an elegant solution for. I’ve been trawling thru this list and the wiki, but can’t quite find the last piece to the problem I’m trying to solve. I’m trying to setup a simple Polling app, you know, posing questions and voting on ans...
https://www.ruby-forum.com/t/habtm-questions-answers-and-votes/49001
CC-MAIN-2019-51
refinedweb
402
54.22
Zen Forms Forms permit the user to enter data. A Zen control is a component that displays application data and allows the user to edit this data. A Zen form is a specialized group component designed to contain control components. Zen forms have the same style and layout attributes as any Zen group. Also, because they a...
https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=GZCP_FORMS
CC-MAIN-2021-04
refinedweb
2,479
52.19
[0.9] Python Ext Builder Announcing the Python JSB Builder 0.9 Download Python Builder here The python builder has it's own google hosted project, so that people's suggestions can be incorporated, at Notes / Futures: If your Python installation doesn't have them already, you'll need to install elementtree or cElementTr...
https://www.sencha.com/forum/showthread.php?12105-0.9-Python-Ext-Builder
CC-MAIN-2015-32
refinedweb
583
67.65
How to display maps in the Map control Display customizable maps in your app by using the Map control. The MapControl and most of the classes described in this topic belong to the Windows.UI.Xaml.Controls.Maps namespace. Important Your app has to be authenticated before it can use many features of the Map control and m...
https://docs.microsoft.com/en-us/previous-versions/windows/apps/dn642089(v=win.10)
CC-MAIN-2019-22
refinedweb
951
52.6
Closed Bug 1276438 Opened 5 years ago Closed 3 years ago document .body implemented on the incorrect interface Categories (Core :: DOM: Core & HTML, defect) Tracking () mozilla60 People (Reporter: sephr, Assigned: bzbarsky) References (Blocks 1 open bug) Details (Keywords: dev-doc-complete, Whiteboard: [tw-dom] btpp-ba...
https://bugzilla.mozilla.org/show_bug.cgi?id=1276438
CC-MAIN-2021-10
refinedweb
1,188
52.56
[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ] From: tierna@agora.rdrop.com (Britt ) Newsgroups: news.newusers.questions Subject: FAQ on making and using a .signature file Date: 21 Nov 1996 21:13:47 GMT Message-ID: <572gmb$s95@hermes.rdrop.com> Reply-To: tierna@agora.rdrop.com Summary: A short informationa...
http://www.faqs.org/faqs/usenet/signature-faq/
crawl-001
refinedweb
1,357
67.96
Analyze a graph to deduce the dependency order. More... #include "mmn_analyze_graph.h" #include "mmn_graph_rep1.h" Go to the source code of this file. Analyze a graph to deduce the dependency order. Definition in file mmn_analyze_graph.cxx. Given a graph with n.size() nodes and arc.size() arcs, deduce dependencies. If ...
http://public.kitware.com/vxl/doc/development/contrib/mul/mmn/html/mmn__analyze__graph_8cxx.html
crawl-003
refinedweb
148
60.72
Detailed Study of Input-Output and Files in Python: Python Open, Read and Write to File Our previous tutorial explained about Python Functions in simple terms. This tutorial we will see how to perform input and output operations from keyboard and external sources in simple terms. In this Python Training Series, so far ...
https://www.softwaretestinghelp.com/python/input-output-python-files/
CC-MAIN-2021-21
refinedweb
822
70.33
CodePlexProject Hosting for Open Source Software Can a GET request bind to a strongly typed object? I get the below error. This seems like something I can figure out, but I didn't see any examples. This post seems related The service operation 'GetMatch' will never receive a value for the input parameter 'query' of typ...
https://wcf.codeplex.com/discussions/254525
CC-MAIN-2016-50
refinedweb
281
58.38
Looking for help : I run abc.py with normal output as I expect, but get error in abc.pyc. Below is what I have done. Would you tell me what I have mistaken ? Thank you very much !! import datetime test_time = open('test.time', 'w') test_time.write('oh, today is\n') test_time.close() test_time = open('test.time', 'a') t...
https://www.daniweb.com/programming/software-development/threads/113040/problem-in-running-pyc
CC-MAIN-2016-44
refinedweb
194
74.25
ArUco relative marker position and rvec/tvec inversion I am trying to write a program with aruco+openCV. Program detects two ArUco markers, invert the second one and compose them together. Result is another tvec and rvec. I am summing tvec and first markers tvec, multiplying rvec and first markers rvec. And trying to s...
https://answers.opencv.org/question/191153/aruco-relative-marker-position-and-rvectvec-inversion/
CC-MAIN-2021-25
refinedweb
323
71.21
Someone let me know where im going wrong. I need basic examples please . Heres my code. public class Grades { String ssn; String name; String grade; Grades(String s, String n, String g) { ssn = s; name = n; grade = g; } } class Student{ public static void main(String args[]) { Grades John = new Grades(351-63-2182, John...
http://forums.devx.com/showthread.php?151020-Help-printing-out-2-dim-array-row&goto=nextoldest
CC-MAIN-2017-34
refinedweb
179
75.91
On Thu, Jan 29, 2009 at 11:43:27AM -0800, Benjamin Kosnik wrote: > > Attached is also a testcase that verifies this, but we'd probably > > need a new tcl function to check if glibc is used and has recent > > enough headers to allow the testcase to pass. > > Or you could just wrap the proposed new testcase with #ifdef >...
https://gcc.gnu.org/pipermail/gcc-patches/2009-January/255410.html
CC-MAIN-2021-21
refinedweb
253
59.7
tailor 0.2.3+2 TailorDB # Tailor is a lightning-speed persistent key-value store for Dart. Using a synchronous, convenient API and a caching system, it is able to write 50k objects, read 500k, and delete 200k, all in a single second. Caching: Pros and Cons # Tailor conducts its core operations off of a cached copy of t...
https://pub.dev/packages/tailor
CC-MAIN-2020-16
refinedweb
885
52.15
One is the Loneliest Number (Matt Gertz) Anthony D. (This post assumes that you’ve read my previous post on Windows Media at – I will be modifying that code in this post.) After posting my media player blog sample a couple of weeks ago, I got a few questions from a reader called Saleem on how to adapt it to take multip...
https://devblogs.microsoft.com/vbteam/one-is-the-loneliest-number-matt-gertz/
CC-MAIN-2022-05
refinedweb
2,381
60.85
The topic of the day is a simple one: JSON serialization. Here is my question, if you have a data structure like this: import json import datetime data = { "now": datetime.datetime.now(), "range": xrange(42), } Why can’t you do something as simple as: print json.dumps(data)? These are simple Python datetypes from the s...
https://bbengfort.github.io/2016/01/better-json-encoding/
CC-MAIN-2021-17
refinedweb
373
63.9
THE SQL Server Blog Spot on the Web Most of my database model are written with Visio. I don’t want to start a digression whether Visio is good or not to build a simple data model: Visio is enogh for my modeling needs and customers love its colours and the ability to open the model with Office when I need to discuss it ...
http://sqlblog.com/blogs/alberto_ferrari/archive/2010/04/16/visio-forward-engineer-addin-for-office-2010.aspx
CC-MAIN-2017-39
refinedweb
4,170
66.54
I am trying to send a text message using Twillio API. I have to import the following libraries import java.util.*; import com.twilio.sdk.*; import com.twilio.sdk.resource.factory.*; import com.twilio.sdk.resource.instance.*; import com.twilio.sdk.resource.list.*; You're actually talking about two separate issues: setti...
https://codedump.io/share/VuPJx6sfJAp5/1/sending-txt-message-using-twilio-java-and-processing
CC-MAIN-2018-22
refinedweb
302
66.84
SVG (Scalable Vector Graphics) is an XML based language to define vector based graphics. In JavaFX we can construct images by parsing SVG paths. Such shapes are represented by the class named SVGPath. This class belongs to the package javafx.scene.shape. By instantiating this class, you can create a node which is creat...
https://www.tutorialspoint.com/javafx/2dshapes_svgpath.htm
CC-MAIN-2019-35
refinedweb
484
64.3
Hello, i've got some trouble at trying to use the CLAPACK library for Windows version 3.0 (that i've downloaded from) and i would be very grateful if you could help me out. i'm using the Visual C++ 6.0 compiler. it appears to be a linking issue: __________________________________________________________________________...
http://icl.cs.utk.edu/lapack-forum/archives/lapack/msg00023.html
CC-MAIN-2014-42
refinedweb
381
65.52
FYI - I'm coding in actionscript 3.0 but didn't see an area to post for that language. I made a simple character and a block. I'm trying to get it so that if the character will touch the box, it wont let him move to imply a wall/collision. I've got him moving but the problem is that it doesn't PREdetect the collision. ...
http://www.daniweb.com/software-development/game-development/threads/417767/pre-collision-detection-question
CC-MAIN-2014-15
refinedweb
248
68.47
Hi, I have two questions which are related to the usage of the "uber-jar" in an IDE like Eclipse: Question 1) Why the file "uber-jar-6.5.5-sources.jar" does not contain at least the source code of the open source libraries which are included in the uber-jar? Why it is either empty or not provided by Adobe at all? For e...
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/why-the-quot-uber-jar-6-5-5-sources-jar-quot-does-not-contain/m-p/407048
CC-MAIN-2022-27
refinedweb
1,389
62.27
The general syntax to create a Swift dictionary is var dict: Dictionary<Key, Value>. This code creates a mutable instance of the Dictionary type called dict. The declarations for what types the dictionary’s keys and values accept are inside the angle brackets ( Key and Value. <>), denoted here by The values stored in a...
https://basiccodist.in/dictionary-in-swift/
CC-MAIN-2022-21
refinedweb
1,329
56.25
Release notes/0.44/fr Contents - 1 Inkscape 0.44: en bref - 2 Performance - 3 SVG conformance - 4 Interface - 5 Tools - 6 Clipping and masking - 7 Transformations - 8 Connectors and automatic layout - 9 Selective tracing with SIOX - 10 Snapping - 11 Sublayers - 12 Markers - 13 Extension effects - 14 Formats - 15 Miscel...
https://wiki.inkscape.org/wiki/index.php?title=Release_notes/0.44/fr&oldid=6804&printable=yes
CC-MAIN-2020-16
refinedweb
2,833
60.45
36560/help-referencing-python-package-filename-consists-period Hi all, I have a pretty simple question. I am making use of Django and I have a file which is called models.admin.py Check out the below syntax, this is what I want to do: from "models.admin" import * Maybe it is because of the double quotes that I use - I ...
https://www.edureka.co/community/36560/help-referencing-python-package-filename-consists-period?show=36563
CC-MAIN-2019-30
refinedweb
326
71.31
- Last edited by Andrew - 28.08.2015 Opened by lalebarde - 28.08.2015 Last edited by Andrew - 28.08.2015 FS#1255 - Change a quote value modify the drawing + link quotes with entities Change a quote value modify the drawing + link quotes with entities In other words, makes quotes editable AND linked to entities. - Toda...
https://www.qcad.org/bugtracker/index.php?do=details&task_id=1255&string=&type%5B0%5D=2&order=votes&sort=desc&order2=progress&sort2=desc&pagenum=5
CC-MAIN-2019-51
refinedweb
165
66.54
On Tue, 13 Dec 2005 18:26:51 +0000Matthew Garrett <mjg59@srcf.ucam.org> wrote:> On Tue, Dec 13, 2005 at 10:14:17AM -0800, Randy Dunlap wrote:> > > 7. Most important: What good does the ACPI interface do/add?> > What I mean is that acpi_get_child() in scsi_acpi_find_channel()> > always returns a handle value of 0, so it...
https://lkml.org/lkml/2005/12/13/288
CC-MAIN-2017-43
refinedweb
302
74.08
Hello all, My assignment is as follows: Write a program that prompts the user for the number of tellers at Nation’s Bank in Hyatesville that worked each of the last three years. For each worker the program should ask for the number of days out sick for each of the last three years. The output should provide the number ...
https://www.daniweb.com/programming/software-development/threads/475383/calculations-in-for-loop
CC-MAIN-2018-43
refinedweb
310
71.28
#include <proton/import_export.h> #include <proton/error.h> #include <proton/engine.h> #include <proton/sasl.h> #include <proton/ssl.h> Go to the source code of this file. API for the Driver Layer. The driver library provides a simple implementation of a driver for the proton engine. A driver is responsible for providi...
http://qpid.apache.org/releases/qpid-proton-0.4/protocol-engine/c/api/driver_8h.html
CC-MAIN-2014-42
refinedweb
509
53.27
6. Efficient IPU I/O When developing applications for the IPU, maximising the I/O performance is important. If an application is I/O-bound, after optimisation of the host data loading, then you can explore further optimisations of the movement of data into the IPU. This chapter will cover two options that can improve I...
https://docs.graphcore.ai/projects/tensorflow1-user-guide/en/latest/tensorflow/ipu_io.html
CC-MAIN-2022-33
refinedweb
387
54.93
08 February 2013 22:14 [Source: ICIS news] HOUSTON (ICIS)--Nearly all US producers of polyvinyl chloride (PVC) have announced new price initiatives for March contracts, as bullish sentiment appeared to be rising, sources said on Friday. On Thursday, Axiall revised its previously announced 3 cents/lb ($66/tonne, €50/ton...
http://www.icis.com/Articles/2013/02/08/9639588/major-us-producers-of-pvc-have-new-price-initiatives-for-march.html
CC-MAIN-2013-48
refinedweb
227
52.94
- Need help to create a map - Unmanaged dll interop problem. - convert string to double and count characters - Urgent Oracle-DBA professionals required - 2 Crystal Report problem - Urgent Oracle-DBA professionals required - Urgent Oracle-DBA professionals required - How to Bind ComboBox in Grid to some other table? - E...
https://bytes.com/sitemap/f-326-p-46.html
CC-MAIN-2020-16
refinedweb
3,161
55.54
How to use Auto Complete Box in Windows Phone This article shows how to use AutoCompleteBox, a Windows Phone control that provides a text box for user input and a drop-down that contains possible matches based on the input in the text box. Windows Phone 8 Windows Phone 7.5 Pre-requisites The AutoCompleteBox is defined ...
http://developer.nokia.com/community/wiki/How_to_use_Auto_Complete_Box_in_Windows_Phone_7
CC-MAIN-2014-10
refinedweb
1,409
52.09
2008-11-19 09:24:24 8 Comments In most programming languages, dictionaries are preferred over hashtables. What are the reasons behind that? Related Questions Sponsored Content 19 Answered Questions [SOLVED] How do I sort a list of dictionaries by a value of the dictionary? - 2008-09-16 14:27:47 - masi - 606277 View - 1...
https://tutel.me/c/programming/questions/301371/tutel.me
CC-MAIN-2019-13
refinedweb
3,482
63.39
In my setup I have two monitors, with second being 120Hz and first being 60Hz. I want to create a Panda window on the second monitor and lock the refresh rate to 120Hz. While I see in the manual how to enable vsync and lock the frame rate, I couldn’t find info how to specify what display to open the Panda window on. Hi...
https://discourse.panda3d.org/t/how-to-use-the-secondary-monitor/26880
CC-MAIN-2021-04
refinedweb
648
56.45
You see, I spend a lot of time browsing deviantART, and there are some pretty good artists whose work I like specially. So much that I sometimes feel like downloading their entire gallery! But because individually downloading 20 and so pictures is boring, I decided to make a small program to automate that for me. It wo...
http://python-forum.org/viewtopic.php?f=11&t=242&p=487
CC-MAIN-2014-49
refinedweb
249
58.21
6 Apr 11:10 2004 Re: Extensible parser. <jastrachan@...> 2004-04-06 09:10:10 GMT 2004-04-06 09:10:10 GMT Very interesting! I think some kind of macro system would be very useful. My biggest fear is macros breaking refactoring support (or at least making it very hard). A few use cases I can imagine for macros... * defin...
http://permalink.gmane.org/gmane.comp.lang.groovy.devel/864
CC-MAIN-2016-26
refinedweb
1,038
61.77
com 13 chandigarh | gurugram | jalandhar | bathinda | jammu | srinagar | vol.139 no.14 | 26 pages | ~4.50 | regd.no.chd/0006/2018-2020 established in 1881 | monday, january14,2019 � late city BJP SAYS DOORS OPEN INFOCUS: FOOD SAFETY SERENA CHASES HISTORY FOR PHOOLKA PAGE 2 HOW WAX WORKS PAGE 12 AT AUS OPEN PAGE 15 /the...
https://www.scribd.com/document/397733032/The-Tribune-14-Jan-Chandigrah-Www-sscias-com
CC-MAIN-2019-35
refinedweb
21,899
56.49
Posts: 1158 Registered: 08-10 Posts: 447 Registered: 08-09 Cell said: The thread title speaks for itself - the command lines say that "Mancubus" is an unknown class and I don't have any other ideas what the hell they could be to be summoned. Posts: 1482 Registered: 10-06 Phobus said: It is definitely "fatso". Posts: 14...
http://www.doomworld.com/vb/source-ports/55498-what-do-i-have-to-type-in-command-line-parameters-to-summon-mancubi/
crawl-003
refinedweb
531
61.56
Simply choose the working script, from the right list tree, choose the fonctions, the class to instanciate and there methods to run and just press thebutton Run : <your script path> Requirement : Pymel Usage import source_python test = source_python.SourcePython() see the installation to put the menu in the main Maya w...
https://ec2-34-231-130-161.compute-1.amazonaws.com/maya/script/source-python-script-editor-dockable-for-maya
CC-MAIN-2022-21
refinedweb
425
53.95
Hi, I need some help with a C++ assignment. I'm supposed to write a Hangman program that)(In C++, a string is MUCH preferable to the old-fashioned c-strings.) The user (either the guesser or the hangman) should be asked for the number of incorrect guesses to allow the guesser... within the range 4 to 10 inclusive. Befo...
https://www.daniweb.com/programming/software-development/threads/180132/hangman-program-help
CC-MAIN-2022-33
refinedweb
647
67.49
Changes in 3.0.1 Bug 3916: deprecate RCVD_IN_RFC_IPWHOIS (trivial patch) Bug 3822: warn during "make" if module versions are too low Bug 3826: Turn copy config on for all cases, it will still turn itself off when max client == 1 Bug 3910: spamd/slackware-rc-script.sh: Removed redundant echos, fixed flags to kill and rm...
http://wiki.apache.org/spamassassin/changes301
crawl-002
refinedweb
910
54.66
Contributor 6710 Points Apr 10, 2017 06:47 AM|Eric Du|LINK Hi sunureddy, According to your description, as far as I know, you want to call module controller form another module controller, please refer to the following code: sample code:'); } }]); For more details, please check this tutorial: AngularJS: How To Call A C...
https://forums.asp.net/t/2119309.aspx?How+to+access+one+module+controller+in+another+module+in+angular+js
CC-MAIN-2019-43
refinedweb
220
55.74
Can I use the Profile API on the client-side? For security reasons, we require the Profile API only be used server-side. The Profile API allows you to look up data about any user given an identifier (e.g. email, anonymousId, or userId) and an authorized access secret. While this enables powerful personalization workflo...
https://segment.com/docs/personas/faqs/
CC-MAIN-2019-18
refinedweb
1,170
55.64
I don't know how to recreate this but it seems to be happening more frequently. When I start up the ide it start with "Scanning Project Classpath" and I get a progress bar that shows the progress. After it's finished the dialog box closes then comes up again and this time it says "Initializing scanning. Please wait..."...
https://netbeans.org/bugzilla/show_bug.cgi?id=49256
CC-MAIN-2018-05
refinedweb
535
84.57
(grr it happened again >.<, my apologies to the guy who received this mail, it was intended for the list) From: Petr Jakeš <petr.jakes@...> To: vicariousdm@... Date: Thursday 01 April 2010 > Some examples of the code, so we all can learn from your experiences, will > be nice. > > Regards > > Petr > Well, for this parti...
http://sourceforge.net/p/sqlobject/mailman/message/24913824/
CC-MAIN-2014-23
refinedweb
524
58.92
Hello Friends,- 8)Now from below window choose create button: Please write your comment and feedback below:- 3)See your browser URL and note your project ID from above some thing like that-1080127563513 4)In the main Google APIs Console page, select Services. 5)Turn the Google Cloud Messaging toggle to ON. 6)In the Ter...
http://www.androidhub4you.com/2013/04/google-cloud-messaging-example-in.html
CC-MAIN-2017-47
refinedweb
3,446
51.95
Hello Folks, Finally… Step 6 of our “From The Ground Up” series. Today we we’ll finish the storage equation by assign Shared Storage using iSCSI for our Cluster Shared Volume and we will optimize our cluster. If you feel like doing it and getting your hands on Hyper-V and SCVMM you can download Windows Server 2012 R2 a...
https://blogs.technet.microsoft.com/canitpro/2014/02/19/hyper-v-clustering-resiliency-step-6-clustered-shared-volume-optimize/
CC-MAIN-2017-09
refinedweb
1,093
65.62
brian kennemer endlessly obsessing about project server, so that you don't have to B. :-) Just in case mine is the only Project blog you read, in which case you should really expand your blogroll by the way, here is an invitation to join the Technical Preview for the next version of Project and Project Server. :-) ____...
http://blogs.technet.com/projectified/
crawl-002
refinedweb
2,001
68.3
Opened 5 years ago Closed 5 years ago Last modified 5 years ago #25685 closed Bug (fixed) Model.delete() issues extra queries after a deferred queryset Description (last modified by ) Consider the following models from django.db import models class ModelA(models.Model): a = models.CharField(max_length=15) class ModelB(...
https://code.djangoproject.com/ticket/25685
CC-MAIN-2020-24
refinedweb
333
69.48
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). Hi~I recently notice a fatanstic bar chart data comparison video in yo...
https://plugincafe.maxon.net/topic/11701/brainstorm-to-automatically-create-a-data-comparison-animation-by-python
CC-MAIN-2022-05
refinedweb
486
66.88
Convert a multibyte-character string into a wide-character string #include <stdlib.h> size_t mbstowcs( wchar_t * pwcs, const char * s, size_t n ); libc Use the -l c option to qcc to link against this library. This library is usually included automatically. The mbstowcs() function converts a sequence of multibyte charac...
http://www.qnx.com/developers/docs/7.0.0/com.qnx.doc.neutrino.lib_ref/topic/m/mbstowcs.html
CC-MAIN-2018-43
refinedweb
183
66.13
Given a character value in your language, print its code (could be ASCII code, Unicode code, or whatever your language uses). For example, the character ‘a’ (lowercase letter A) has a code of 97 in ASCII (as well as Unicode, as ASCII forms the beginning of Unicode). Conversely, given a code, print out the corresponding...
https://tfetimes.com/c-character-codes/
CC-MAIN-2021-49
refinedweb
172
50.57
Lack of Encapsulation in Addons I first noticed a lack of good design in addon code when I started trying to tweak existing addons to be slightly different. One of the stand out examples was a Threat Meter (you know which one I mean). It works well, but I felt like writing my own, to make it really fit into my UI, with...
http://stormbase.net/2014/11/23/good-design-in-warcraft-addons/
CC-MAIN-2017-17
refinedweb
1,291
53.92
I have having trouble trying to port our Excel Addin to Aspose. I use data tables (list objects) in Excel 2007 in my attached workbook (See loanapplicationdata sheet). I open the workbook, delete the listobject, create a new listobject to replace it and then loop through a ADO.NET datatable and put a new row in the lis...
https://forum.aspose.com/t/listobject-with-aspose/91748
CC-MAIN-2022-21
refinedweb
1,667
53.98
Opened 8 years ago Closed 8 years ago Last modified 8 years ago #2540 closed bug (fixed) [Text.Regex] incorrect word boundary ("\\b") substitutions. Bug in regex-compat's subRegex handling of BOL flags. Description Consider: import Text.Regex main = putStrLn $ subRegex (mkRegex "\\b(.)") "abcdef" "|\\1" This outputs "|...
https://ghc.haskell.org/trac/ghc/ticket/2540
CC-MAIN-2016-40
refinedweb
750
76.01
SOLID Design Principles Written with reference to Clean Architecture: A Craftsman’s Guide to Software Structure and Design and of course, The Internet. Clean code is the foundation of good software. We can imagine code as bricks and software architecture as the architecture of the building we are trying to construct. T...
https://liverungrow.medium.com/solid-design-principles-11578871e54d?source=post_page-----11578871e54d--------------------------------
CC-MAIN-2021-39
refinedweb
1,960
64.41
The. In the example below we shall make a basic example that reads the temperature and outputs via serial and can be verified using the serial monitor in the Arduino IDE. Lets look at the parts list Parts List Layout As always be careful not to get the connections incorrect, you can refer to the pinout for the device b...
http://arduinolearning.com/learning/basics/ds18b20-temperature-sensor.php
CC-MAIN-2020-29
refinedweb
237
56.55
Created on 2009-07-17 19:06 by terry.reedy, last changed 2010-07-09 15:11 by eric.araujo. This issue is now closed.. Copying my suggestion (minus examples) over from the python-ideas thread: We could define it as trying the three modes in order (first 'eval', then 'single', then 'exec') moving on to the next option if ...
https://bugs.python.org/issue6507
CC-MAIN-2019-43
refinedweb
459
65.73
Opened 2 months ago Last modified 5 weeks ago #16643 new defect integrate() problem Description (last modified by nbruin) I interrupted Sage after 5min of churning without result: sage: f=diff((tan(x)+x)*e^tan(x),x) (tan(x)^2 + 1)*(x + tan(x))*e^tan(x) + (tan(x)^2 + 2)*e^tan(x) sage: integrate(f,x) On a faster computer...
http://trac.sagemath.org/ticket/16643
CC-MAIN-2014-41
refinedweb
632
52.9
User talk:Cormaggio/Archive 2 Contents - 1 History of Quebec and Canada Study Guide - 2 Towards improving the New User Experience - 3 Thanks - 4 @ - 5 Bricks and Mortar - 6 Using Javascripts - 7 UIUC PHIL 270 - 8 Re: Degree programs - 9 Goals for the filmmaking lessons - 10 New Cover for Podcast - 11 Newcomer feedback ...
https://en.wikiversity.org/wiki/User_talk:Cormaggio/Archive_2
CC-MAIN-2019-43
refinedweb
4,718
63.19
On 04/22/2011 09:48 AM, Suresh Srinivas wrote: > A few weeks ago, I had sent an email about the progress of HDFS > federation development in HDFS-1052 branch. I am happy to announce > that all the tasks related to this feature development is complete > and it is ready to be integrated into trunk.: first datanode proces...
http://mail-archives.apache.org/mod_mbox/hadoop-hdfs-dev/201104.mbox/%3C4DB5E962.2000206@apache.org%3E
CC-MAIN-2014-52
refinedweb
195
56.76