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 run this fine in ST2, but get error in ST3 Any ideas what is wrong with this most basic example in ST3 ? I run it by typing into console view.run_command("example") Here is very simple example: import sublime, sublime_plugin class ExampleCommand(sublime_plugin.TextCommand): def run(self, edit): self.view.insert(edit,...
https://forum.sublimetext.com/t/st3-error-with-simple-print-hello/10805
CC-MAIN-2016-44
refinedweb
176
70.19
Summary I’ve published a few blog posts on the usage of SQLLocalDB with NHibernate. Now I’m going to demonstrate how easy it is to use with EF. In fact, SQLLocalDB can be used with ADO queries and LINQ-To-SQL. If you’re dealing with legacy code and your methods use a lot of database access operations, it would be benef...
http://blog.frankdecaire.com/2014/11/30/entity-framework-unit-testing-with-sqllocaldb/
CC-MAIN-2018-13
refinedweb
1,255
56.15
> flex_bingle.rar > xmalloc.c /* xmalloc.c -- malloc with out of memory checking Copyright (C) 1990, 1991 STDC_HEADERS || THINK_C #include #else char *malloc (); char *realloc (); void free (); #endif #ifdef THINK_C #define error(x, y, z) perror(z) /* Throw out meaningless arguments */ #else void error (); #endif /* A...
http://read.pudn.com/downloads37/sourcecode/others/124177/flex/MISC/Macintosh/xmalloc.c__.htm
crawl-002
refinedweb
153
58.52
Fontsource for Flutter Add Fontsource fonts to your flutter app. Direct access to Fontsource API. Getting started To start, create a config in either your pubspec.yaml file under the fontsource key or in the fontsource.yaml file. The fontsource config is a map of font ids to font configs. Each font config can have a ve...
https://cpp.codetea.com/add-fontsource-fonts-to-your-flutter-app-direct-access-to-fontsource-api/
CC-MAIN-2022-40
refinedweb
208
74.9
0 to Microservice in 5 minutes with Go and Minke Introduction I went to a conference a few weeks ago which was angled at technology in the retail environment, by lunchtime nobody had mentioned the words “Docker” or “Microservices”, I made my excuses and got the hell out of there. Everyone is talking about Microservices...
https://nicholasjackson.io/2016/02/26/building-and-testing-microservices-part1/
CC-MAIN-2020-40
refinedweb
3,428
57.3
//: IFFByteStream.h,v 1.13 2007/05/19 03:07:34 leonb Exp $ // $Name: debian_version_3_5_22-3 $ #ifndef _IFFBYTESTREAM_H_ #define _IFFBYTESTREAM_H_ #ifdef HAVE_CONFIG_H #include "config.h" #endif #if NEED_GNUG_PRAGMAS # pragma interface #endif /** @name IFFByteStream.h Files #"IFFByteStream.h"# and #"IFFByteStream.cpp"#...
http://djvulibre.sourcearchive.com/documentation/3.5.22-3/IFFByteStream_8h-source.html
CC-MAIN-2017-34
refinedweb
1,638
56.55
lockf - record locking on files #include <unistd.h> int lockf(int fildes, int function, off_t size); The lockf() function allows sections of a file to be locked with advisory-mode locks. Calls to lockf() from other threads which attempt to lock the locked file section will either return an error value or block until th...
http://pubs.opengroup.org/onlinepubs/007908775/xsh/lockf.html
CC-MAIN-2016-44
refinedweb
359
66.23
A Complete Introduction to React: Build a Beatles Voting App ReactJS is a library for building UI interfaces. In this tutorial we will build an app for voting on your favorite Beatle. Along the way we will learn about core React concepts such as components, props, event propagation, state, lifecycle methods, and more. ...
https://wsvincent.com/react-voting-app-tutorial/
CC-MAIN-2020-05
refinedweb
3,139
66.74
Vista and about Microsoft knocking Google out of the search ring. I assume you aren’t allowed to use any beta software within the EU firewalls so I’ll try to give you a preview here. Europe a better place to live and work in. Topics included: Microsoft, Office 2007, IE7, Vista Once again, I’ll be doing what I’m born f...
http://blogs.msdn.com/b/hans_vb/archive/2006/03.aspx
CC-MAIN-2015-18
refinedweb
639
72.76
Web Components. As web developers, we’ve been hearing about them for a long time. In theory, they sound amazing: a browser-native way of defining your own custom components. You can read more about Web Components in our articles Web Components - An Introduction and Practical Usage and Web Components Introduction: Creat...
https://www.grapecity.com/blogs/using-web-components-with-react-2019
CC-MAIN-2019-47
refinedweb
3,564
53.51
Content count111 Joined Last visited Days Won1 Community Reputation356 Neutral About JulieMaru-chan - RankMember Personal Information - Website - InterestsProgramming Social - Githubonpon4 - JulieMaru-chan started following Pitfalls of pixels as unit in game, Over-ambitious projects, Star Wars: The Last Jedi and and 6 ...
https://www.gamedev.net/profile/165920-juliemaru-chan/?tab=reputation
CC-MAIN-2018-05
refinedweb
2,346
72.26
Answered by: Rules stopped processing Question - User-1819217823 posted I download and installed rewrite_2.0_x64_beta.msi yesterday, July 30. While trying to get a site working on IIS 7 I uninstalled the tool as I wasn’t sure if that was the issue, turned out not to be the issue. However, now that I have re-installed t...
https://social.msdn.microsoft.com/Forums/en-US/21385f95-afd3-4576-ba39-7687b0dd2921/rules-stopped-processing?forum=iisurlrewritemodule
CC-MAIN-2021-49
refinedweb
938
66.67
Writing Unit Testable Code in C# with Dependency Injection ##Hello Test Driven Development## The idea of test driven development is to drive the development through unit tests. When ever we attempt to write a unit of code or a method we follow the following steps. - First write a unit test case for the method. This tes...
http://raathigesh.com/Writing-Unit-Testable-Code-in-C-with-Dependency-Injection/
CC-MAIN-2018-26
refinedweb
867
54.73
Currently, I have downloaded python 2.7 and Pygame version 1.9.1 that is associated with 2.7. I ran the 'print pygame.ver' and I know that pygame has downloaded properly, however, when I wrote two different codes, I noticed two problems. One, when I close the Pygame window, it freezes and crashes. This isn't a smooth c...
http://www.python-forum.org/viewtopic.php?p=7609
CC-MAIN-2015-35
refinedweb
220
72.53
Syntax: #include <vector> TYPE& at( size_type loc ); const TYPE& at( size_type loc ) const; The at() function returns a reference to the element in the vector at index loc. The at() function is safer than the [] operator, because it won't let you reference items outside the bounds of the vector. For example, consider t...
http://www.cppreference.com/wiki/stl/vector/at
crawl-002
refinedweb
145
56.39
Hello ladies and gents, in Accelerated C++ I have an exercise wich goes as follows: Write a program that will keep track of grades for several students at once. The programcould keep two vectors in sync. The first should hold the student's names, and the second the final grades that can be computed as input is read. Fo...
https://www.daniweb.com/programming/software-development/threads/39069/using-two-vectors
CC-MAIN-2016-50
refinedweb
313
80.82
Docutils, the canonical library for processing and munging reStructuredText, is mostly used in an end-to-end mode where HTML or other user-consumable formats are produced from input reST files. However, sometimes it's useful to develop tooling that works on reST input directly and does something non-standard. In this c...
https://eli.thegreenplace.net/2017/a-brief-tutorial-on-parsing-restructuredtext-rest/
CC-MAIN-2018-34
refinedweb
748
55.13
HTML walks a fine line in the area of extensibility: browsers are told to ignore elements and attributes with names they do not recognize, but document creators are encouraged to stay with "valid" documents, avoiding all non-standard names. XML adds two more dimensions: well-formedness and namespaces. Namespaces have t...
http://www.w3.org/2002/12/namespace
crawl-002
refinedweb
554
51.68
pcre2test - compatible regular expressions.TEST(1) General Commands Manual PCRE2TEST(1) NAME pcre2test - a program for testing Perl-compatible regular expressions. SYNOPSIS's 8-BIT, 16-BIT AND 32-BIT LIBRARIES Different versions of the PCRE2 library can be built to support charac- ter strings that are encoded in 8-bit,...
https://docs.oracle.com/cd/E88353_01/html/E37839/pcre2test-1.html
CC-MAIN-2019-26
refinedweb
7,453
51.07
JSF is beginning to dominate the Java Web application market because of its status as a Java Web standard. As more developers are being mandated to architect applications using JSF as the foundation, they are discovering something that is clearly stated in the core specification: JSF was not designed to be a complete W...
http://www.ibm.com/developerworks/java/library/j-seam1/index.html
crawl-002
refinedweb
5,616
50.77
I know there were a lot of questions about putting constants into interfaces, and that is a bad practice. But I have a question, what if I have a class, where I want to define some sets of constants, but I want to have them in groups, is it a bad practice to have interface/class inside a class and define constants in t...
https://codedump.io/share/JGdh7u8n8luO/1/constants-in-interface
CC-MAIN-2017-39
refinedweb
111
74.93
Overview Atlassian SourceTree is a free Git and Mercurial client for Windows. Atlassian SourceTree is a free Git and Mercurial client for Mac. This simple application provides stats and aggregation capabilities for the Django admin changelist view. It allows to display stats at the end of the changelist page in a easy ...
https://bitbucket.org/frankban/django-admin-changelist-stats/overview
CC-MAIN-2015-48
refinedweb
487
53.21
UFDC Home myUFDC Home | Help | RSS <%BANNER%> TABLE OF CONTENTS HIDE Section A: Main Section B: Regional News Section B: Regional News:... 22,36 Related Items Preceded by: Bradford County times Table of Contents Section A: Main A 1 A 2 A 3 A 4 A 5 A 6 Section B: Regional News B 1 B 2 B 3 Section B: Regional News: Edito...
http://ufdc.ufl.edu/UF00028314/00036
CC-MAIN-2017-30
refinedweb
38,020
76.01
JBoss Developer: Message List Most recent forum messages Jive Engage 2012-05-01T21:53:45Z 2012-05-01T21:53:45Z en Re: Does anyone know how I can directly use classes under sun.awt namespace in a JBOSS 7.1 servelet? TZ Zhang /people/ezhangtina2 do-not-reply@jboss.com 2012-05-01T21:53:45Z 2012-05-01T21:53:45Z <!-- [Docum...
https://community.jboss.org/en/feeds/messages?rssUsername=ezhangtina2
CC-MAIN-2015-35
refinedweb
224
62.75
! Teacher Notes Teachers! Did you use this instructable in your classroom? Add a Teacher Note to share how you incorporated it into your lesson. Step 1: The Gravity Sensing Potentiometer I found a commercial grade one in an old helicopter remote, but if you don't want to buy one, the next step tells you how to build yo...
https://www.instructables.com/id/DIY-Driving-Simulator/
CC-MAIN-2019-43
refinedweb
1,128
57.37
“The notch” has been introduced by Apple a few years ago, with the launch of iPhone X. For iOS developers, this introduced more work on the day to day layout efforts, as it added an extra set of device types. On most devices that have a notch, regular views do not display well and they block out a considerable part of ...
https://www.instamobile.io/react-native-tutorials/avoid-notch-react-native/
CC-MAIN-2021-31
refinedweb
583
52.29
The class which has one responsibility or in otherwords caters to implementing a functionality . I would like to clarify here that one responsibility doesnt mean that the class has only ONE method. A responsibility can be implemented by means of different methods in the class. Why is that this principle is required? Im...
http://blog.sanaulla.info/2011/11/16/solid-single-responsibility-principle/
CC-MAIN-2015-27
refinedweb
626
53.92
World's Best AI Learning Platform with profoundly Demanding Certification Programs Designed by IITian's, only for AI Learners. Requirements Solution : For this problem we will take advantage of a set data structure. We will make a single pass through the list of integers, treating each element as the first integer of o...
https://www.insideaiml.com/questions/Given-a-list-of-integers-and-a-target-number%2C-write-a-function-that-returns-a-boolean-indicating-if-its-possible-to-sum-two-integers-from-the-list-to-reach-the-target-number-56
CC-MAIN-2021-31
refinedweb
191
63.43
Fabulous Adventures In Coding Eric Lippert is a principal developer on the C# compiler team. Learn more about Eric. Once more I have returned from my ancestral homeland, after some weeks of sun, rain, storms, wind, calm, friends and family. I could certainly use another few weeks, but it is good to be back too. Well, e...
http://blogs.msdn.com/b/ericlippert/archive/2007/07/27/an-inheritance-puzzle-part-one.aspx
CC-MAIN-2014-35
refinedweb
209
69.07
User:Ljlego/Ohadaloni From Uncyclopedia, the content-free encyclopedia edit {{stub}}{{WIP}} I've seen that you've created many articles that are simply comprised of those two templates. This is not good. It makes people think you are a wanker. Don't make people think you're a wanker.....bad publicity is bad. For future...
http://uncyclopedia.wikia.com/wiki/User:Ljlego/Ohadaloni?oldid=5083398
CC-MAIN-2014-15
refinedweb
13,056
77.06
I have to submit my project along with test suits. I would appreciate someone explaining best with example what is it, is there some other tools that build the test or is it a scenario written by myself? I have never written it before so please any info will be of a great help. Test suite is nothing else but group of U...
http://www.dlxedu.com/askdetail/3/433cab41415a26546f4f998f43f4261f.html
CC-MAIN-2018-39
refinedweb
215
74.29
The palindromic number is interesting because it can be written as the sum of consecutive squares: There are exactly eleven palindromes below one-thousand that can be written as consecutive square sums, and the sum of these palindromes is . Note that has not been included, as this problem is concerned with the squares ...
https://www.educative.io/answers/a-python-approach-to-project-euler-palindromic-sums
CC-MAIN-2022-33
refinedweb
381
69.11
Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal Project description English. For a video introduction to Rich see calmcode.io by @fishnets88. See what people are saying about Rich. Compatibility Rich works with Linux, OSX, and Windows. True color / emoji works with new Wi...
https://pypi.org/project/rich/
CC-MAIN-2022-21
refinedweb
472
65.83
Monitoring Events System administrators can use WMI to monitor events on a network. For example: - A service stops unexpectedly. - A server becomes unavailable. - A disk drive fills to 80% capacity. - Security events are reported to an NT Event Log. WMI supports event detection and delivery to event consumers because s...
https://msdn.microsoft.com/en-us/library/windows/desktop/aa392396.aspx
CC-MAIN-2017-43
refinedweb
1,360
59.5
This C Program calculates the area of Parallelogram. The formula used in this program are Area = b * a where b is the length of any base, a is the corresponding altitude. Here is source code of the C Program to Find the area of Parallelogram. The C program is successfully compiled and run on a Linux system. The program...
https://www.sanfoundry.com/c-program-find-area-parallelogram/
CC-MAIN-2018-30
refinedweb
131
57.67
I am writing a program that will take in data from a file called "songs.dat" and uses that data to output the song length in total seconds (the integers on "song.dat"), the song length in minutes and seconds, and the total minutes and seconds of all songs up until that point. My problem is getting the total length of a...
http://cboard.cprogramming.com/cplusplus-programming/151380-new-programming-need-help-totaling-integers.html
CC-MAIN-2014-41
refinedweb
366
59.16
... Re:Broaden your functional horizons, Guido! (Score:5, Insightful) I wish Lisp and Clojure were more prevalent. Most of my work experience is with Java, and now that I've become comfortable with Lisp and Clojure in my spare time I'm chafing at the tools I have to use for work. There just aren't that many jobs around...
http://developers.slashdot.org/story/13/08/25/2115204/interviews-guido-van-rossum-answers-your-questions?sbsrc=developers
CC-MAIN-2016-07
refinedweb
5,864
72.26
. Given that the specification of Namespaces in XML augments XML 1.0, it seems more reasonable to ask why don’t namespaces support DTDs? The specification for namespaces in XML makes no attempt at supporting DTDs, merely including a paragraph describing the lack of support:. Lack of support for DTDs seems like a seriou...
http://www.oreillynet.com/xml/blog/2007/04/why_dont_namespaces_support_dt.html
crawl-002
refinedweb
299
55.13
Perl::Critic::Exception::Configuration::Option::Global - A problem with Perl::Critic global configuration. A representation of a problem found with the global configuration of Perl::Critic, whether from a .perlcriticrc, another profile file, or command line. This is an abstract class. It should never be instantiated. T...
http://search.cpan.org/~thaljef/Perl-Critic/lib/Perl/Critic/Exception/Configuration/Option/Global.pm
CC-MAIN-2016-18
refinedweb
107
53.17
×3 blocks of elements and then lays each block side-by-side wrapping them around when it reaches the right edge of the panel. I’ve limited each element to be 100×××200, the desired size would be set to 100×100. If the Rectangle was 50×50, then the desired size would be 50×: public class BlockPanel : Panel { //Second ar...
https://blogs.msdn.microsoft.com/silverlight_sdk/2008/04/03/creating-a-custom-panel/
CC-MAIN-2017-26
refinedweb
474
69.41
.NET From a Markup Perspective An Update - 05/19/2004 Instead of looking at XSLT for removing namespaces, consider using a specialized System.Xml.XmlTextWriter to remove XML Namespaces. -ed. Instead of looking at XSLT for removing namespaces, consider using a specialized System.Xml.XmlTextWriter to remove XML Namespace...
http://blogs.msdn.com/kaevans/archive/2003/06/13/8679.aspx
crawl-002
refinedweb
372
55.03
I have been trying to install gdesklets on a Dell Inspiron 9400 with an up to date Ubuntu 7.10 I installed it using "sudo apt-get install gdesklets" --no problems there when attempting to run the program I get this error. $ gdesklets Starting gdesklets-daemon... Connecting to daemon [### ]You need a recent version of P...
https://answers.launchpad.net/gdesklets/+question/15653
CC-MAIN-2018-26
refinedweb
484
68.06
Using ANTS for your everyday grid How I use ANTS to give me the data environment I want The tutorials show the features of ANTS but creating 5 namespaces attached to two systems with live CDs is probably not the daily computing environment you want. I'll explain how I use ANTS to make a standard Plan 9 setup work bette...
http://doc.9gridchan.org/antfarm/RealLifeAnts
CC-MAIN-2017-22
refinedweb
853
63.83
On Sep 25, 2006, at 12:18 PM, Roger Ineichen wrote: Advertising Hi all How drops the bforest package out of the zope package? Do we get bforest package back or should we drop the API doc registration too for bforest too? Hm. I ran the tests before checking in the removal.bforest was added in the olden days, before we h...
https://www.mail-archive.com/zope3-dev@zope.org/msg06446.html
CC-MAIN-2016-50
refinedweb
149
78.99
On 11/10, Pavel Emelyanov wrote:>> The child_tidptr points to an array of pids for current namespace and> its ancestors. When 0 is met in this array the pid number for the> corresponding namespace is generated, rather than set.I must have missed something, but I can't unserstand how this works.> For security reasons af...
https://lkml.org/lkml/2011/11/10/400
CC-MAIN-2016-26
refinedweb
160
67.96
"A combinator is a higher-order function which, for defining a result from its arguments, solely uses function application and earlier defined combinators." Primitive functions that do not contain any free variables. The functions take some arguments and produce a result solely based on those arguments only. No side-ef...
http://debasishg.blogspot.com/2008/12/combinators-for-fun-and-profit.html
CC-MAIN-2017-39
refinedweb
1,853
56.35
Opened 7 years ago Closed 7 years ago #11510 closed (invalid) Import path for aggregates is incorrect Description All the samples for aggregates at show the import path as >>> from django.db.models import Avg, Max, Min, Count This results in an ImportError. It should be changed to the correct path: >>> from django.db.m...
https://code.djangoproject.com/ticket/11510
CC-MAIN-2016-36
refinedweb
118
53.41
In this tutorial we'll create a SWF that preloads itself, meaning that the preloader and the content is in the same file. We'll go over how to do things the right way and avoid the traps. Step 1: What is Single SWF Preloading? The idea of single SWF preloading is that you have a Flash object which preloads itself. That...
http://code.tutsplus.com/tutorials/the-comprehensive-guide-to-preloading-a-single-swf-file--active-3442
CC-MAIN-2014-35
refinedweb
4,988
72.66
Acceptance testing seems to be in its first steps in the Elixir ecosystem, but there are already some cool libs that can help us out to do it. I’m going to show you how we did it with Hound. In this blog post, we’ll write a few acceptance tests for an expenses report listing page, where we’ll interact with the report a...
http://blog.plataformatec.com.br/2016/01/writing-acceptance-tests-in-phoenix/?utm_source=elixirdigest&utm_medium=web&utm_campaign=featured
CC-MAIN-2019-39
refinedweb
2,065
57.57
I'm trying to write a function that analyzes a given list of lists for a specific position and returns True if the position exists and False if it doesn't. For example, if the list of lists that we'll call "list2" has 7 columns and 5 rows (Basically a list of 5 lists where each list has 7 values and is on its own line)...
https://codedump.io/share/hIG9wxmZTC0b/1/checking-if-position-in-a-list-of-lists-is-true-or-false
CC-MAIN-2017-26
refinedweb
386
70.57
UART connection to 5TM soil moisture sensor The sensor I'd like to read is capable of a bitbang serial connection: It has got 3 wires GND, DATA, Vcc How should I go about connecting it to the sipy and will I be able to read three sensors on different pins? The sensors logic levels are as follows: High 2.8 to 3.9 V Low ...
https://forum.pycom.io/topic/5719/uart-connection-to-5tm-soil-moisture-sensor
CC-MAIN-2020-40
refinedweb
1,325
74.69
Objectives - Concepts and usage of preprocessor directives. - Concepts and usage of conditional compilation. Introduction C provides the facility of pre-processing and modifying a source file, before its actual compilation. Commands and instructions to the C compiler can be incorporated within a C program. A number of ...
http://codemyne.net/Articles/2012/9/Preprocessor-Directives-In-C
CC-MAIN-2020-16
refinedweb
2,015
53.1
guestfs-release-notes-1.42 - Man Page libguestfs Release Notes Release Notes for Libguestfs 1.42 Please note that virt-v2v, virt-p2v and the boot analysis tools were moved out of the libguestfs package / repository into separate projects. See: - - - Those projects are now on a separate release cycle. Release notes are ...
https://www.mankier.com/1/guestfs-release-notes-1.42
CC-MAIN-2021-17
refinedweb
941
59.3
Portal:Social entrepreneurship/ToDo Things which need to be done (and you can help :-): Once-off Tasks[edit] - Reformulate, redesign and restructure the portal to encourage a community to grow organically (the original participants have moved on to other things). - Fix the named navigation templates to not take paramet...
https://en.wikiversity.org/wiki/Portal:Social_entrepreneurship/ToDo
CC-MAIN-2020-24
refinedweb
561
60.31
The commercialization of the geospatial industry has led to an explosive amount of data being collected to characterize our changing planet. One area for innovation is the application of computer vision and deep learning to extract information from satellite imagery at scale. CosmiQ Works, Radiant Solutions and NVIDIA ...
https://mlhub.earth/data/spacenet1
CC-MAIN-2022-27
refinedweb
123
51.14
You can discuss this topic with others at Read reviews and buy a Java Certification book at Write code to invoke overridden or overloaded methods and parental or overloaded constructors; and describe the effect of invoking these methods. The terms overloaded and overridden are similar enough to give cause for confusion...
http://www.jchq.net/tutorial/06_02Tut.htm
crawl-002
refinedweb
1,910
58.72
Is this statement legal. I need to get the GroupName included in the href. <a href="/Workgroups/{% CommunityContext.CurrentGroup.GroupName %}/<%#Eval("LinkTo")%>"><%#Eval("MenuItem")%> should evaluate to /Workgroups/InformationSystems/Projects.aspx The macro is killing my link. No. You don't use macros in ascx transfor...
https://devnet.kentico.com/questions/macros-in-transformations
CC-MAIN-2017-51
refinedweb
416
59.8
Basic nilearn example: manipulating and looking at data# A simple example showing how to load an existing Nifti file and use basic nilearn functionalities. # Let us use a Nifti file that is shipped with nilearn from nilearn.datasets import MNI152_FILE_PATH # Note that the variable MNI152_FILE_PATH is just a path to a N...
https://nilearn.github.io/stable/auto_examples/00_tutorials/plot_nilearn_101.html
CC-MAIN-2022-40
refinedweb
394
56.76
Level 1 Level 2 Learn More Likes Total Posts Correct Reply 30-08-2020 I need help on hyperlink filtering in response and flow if like below. 1. I have article data response in article data JSON response (we recived pasre JSON) [Actual Response from Service provider] {"article": [{"name": "Test links","content": "<p>tes...
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/disable-link-filtering-in-aem-for-json-response-from-servlet/qaq-p/377020
CC-MAIN-2021-31
refinedweb
473
52.09
#include <deal.II/base/time_stepping.h> Abstract class for time stepping methods. These methods assume that the equation has the form: \( \frac{\partial y}{\partial t} = f(t,y) \). Definition at line 93 of file time_stepping.h. Virtual destructor. Purely virtual function. This function is used to advance from time t to...
https://www.dealii.org/developer/doxygen/deal.II/classTimeStepping_1_1TimeStepping.html
CC-MAIN-2020-34
refinedweb
160
51.65
So you’ve decided to build a React app. It has a few screens, so you need a router. And react-router seems pretty popular, so you npm install it and put together a quick demo. Everything seems fine and dandy! Or it did, until you googled for some docs the next day. Something seems off. The logo has changed colour from ...
http://jamesknelson.com/even-need-routing-library/
CC-MAIN-2017-34
refinedweb
1,781
66.03
A few weeks ago I plunged into learning python and sql programming with a desire to automate my curating activities on Steem. I was introduced to steemsql.com, which created and maintained by arcange. This gave me a great opportunity to interact with Steem blockchain data programmatically. Before I start I would like t...
https://steemit.com/utopian-io/@geekgirl/making-sql-queries-to-steemsql-com-with-python-scripts-on-macos
CC-MAIN-2018-43
refinedweb
1,270
75
The QFont class specifies a font used for drawing text. More... #include <QFont> The QFont class specifies a font used for drawing text.(). Use QApplication::setFont() to set the application's default: QFont serifFont("Times", 10, QFont::Bold); QFont sansFont("Helvetica [Cronyx]", 12);. Under. The font matching algorit...
https://doc.qt.io/archives/4.3/qfont.html
CC-MAIN-2019-26
refinedweb
742
66.13
Introducing Source Control Visual Studio supports source control using the Visual Studio Integration Protocol (VSIP) layer in its Integrated Development Environment (IDE). VSIP can host a variety of source control packages, usually implemented as plug-ins written to the appropriate protocols. An example of a source con...
https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2008/ms171339%28v%3Dvs.90%29
CC-MAIN-2019-35
refinedweb
2,611
52.7
See Also edit - Algebraic Types - pattern matching capabilities a-la Haskell or OCaml - bifurcation - recursion in a single stack frame - control - A tcllib module that provides assert, do, and no-op. - Countdown program - asynchronous foreach - do...until in Tcl - for ... in ... - lswitch - Like switch, but each patte...
http://wiki.tcl.tk/685
CC-MAIN-2015-35
refinedweb
2,246
57.61
import changes develop settingsVisnet Aug 7, 2015 1:27 AM Hi all, I have been using lightroom for several years now and have been using the import function without much issues. I have a Canon D70. Before Lichtroom CC 2015 the devolop settings would only change a bit in contrast and sharpness settings. But I notice now ...
https://forums.adobe.com/thread/1920862
CC-MAIN-2017-34
refinedweb
734
68.6
Trying to make an encrypted message system Hey so I'm new to Python and this app is helping me learn fast. I am wanting to make a module to encrypt messages and to decrypt messages. I'm having some difficulty with solving this. So it would help if someone could have some steps to help me out. Thanks :) love this app th...
https://forum.omz-software.com/topic/2943/trying-to-make-an-encrypted-message-system
CC-MAIN-2021-10
refinedweb
245
53.37
This section is informative. The SMIL 3.0 Tiny Profile is a new profile introduced in SMIL 3.0. It was not part of the SMIL 2.1. This section is normative.S or WPL. The SMIL Tiny Profile meets the requirements of these devices as it includes a reduced set of modules of the SMIL language and may be integrated very easil...
http://www.w3.org/TR/SMIL/smil-tiny-profile.html
CC-MAIN-2014-35
refinedweb
852
50.84
Juju charms are, charming. It promises a selection of blueprints that hold magic to make an application deployment easy. But devils are in the details, as always the case. In this article we will walk in the charm world to learn its design. Bundle, charm, service, application Juju terms can be confusing. Approximately ...
http://fengxia.co.s3-website-us-east-1.amazonaws.com/juju%20charm%20layers.html
CC-MAIN-2019-09
refinedweb
891
56.15
Packages are certainly one of the greatest features that Flutter offers. Both the Flutter team and third-party developers add and maintain packages to the Flutter ecosystem daily. This makes building apps much faster and more reliable, as you can focus on the specific features of your app while leveraging classes and f...
https://basiccodist.in/packages-in-flutter/
CC-MAIN-2022-21
refinedweb
6,500
62.58
React is an awesome JavaScript library for building user interfaces. Since the publishing of Create React App, it has become very easy to scaffold a barebones React application. In this article, we’ll be using Firebase along with Create React App to build an app that will function similar to Reddit. It will allow the u...
https://www.sitepoint.com/reddit-clone-react-firebase/?utm_campaign=Best%2Bof%2BFirebase&utm_medium=web&utm_source=Best_of_Firebase_18
CC-MAIN-2017-39
refinedweb
2,221
60.51
Wikipedia has an interesting (if somewhat morbid) list of disasters in Great Britain and Ireland. This blog post will show how to scrape it and plot a chart of the deaths due to these disasters over time. The list is divided into three sections: a table of "Over 200 fatalities", a bulleted list of "100-199 fatalities" ...
https://scipython.com/blog/disasters-in-great-britain-and-ireland-over-time/
CC-MAIN-2019-51
refinedweb
1,411
59.09
Created on 2010-07-26 17:28 by dmalcolm, last changed 2010-08-07 23:55 by benjamin.peterson. This issue is now closed. Running 2to3 on lxml-2.2.6 failed with broken indentation. This fragment from lxml/html/__init__.py: > def open_http_urllib(method, url, values): > ## FIXME: should test that it's not a relative URL or...
https://bugs.python.org/issue9386
CC-MAIN-2021-25
refinedweb
476
52.66
Buttons generate callbacks when they are clicked by the user. More... #include <Fl_Button.H> Buttons generate callbacks when they are clicked by the user. You control exactly when and how by changing the values for type() and when(). Buttons can also generate callbacks in response to FL_SHORTCUT events. The button can ...
http://www.fltk.org/doc-1.3/classFl__Button.html
CC-MAIN-2017-43
refinedweb
264
69.68
Closed Bug 1171904 Opened 7 years ago Closed 7 years ago 2% Linux 32 v8 _7/sessionrestore/a11y regression on Mozilla-Inbound-Non-PGO on June 03, 2015 from push 012638ffaacc Categories (Core :: JavaScript: GC, defect) Tracking () mozilla42 People (Reporter: jmaher, Assigned: terrence) References Details (Whiteboard: [ta...
https://bugzilla.mozilla.org/show_bug.cgi?id=1171904
CC-MAIN-2022-40
refinedweb
1,408
63.7
Prev Java Set Code Index Headers Your browser does not support iframes. Re: program of sets From: rossum <rossum48@coldmail.com> Newsgroups: comp.lang.java.help Date: Wed, 10 Oct 2007 18:18:38 +0100 Message-ID: <3c0qg3t3rl8fvo26neq17qv8g4r5t2khij@4ax.com> On Wed, 10 Oct 2007 09:02:06 -0700, sdlt85@gmail.com wrote: Hi, ...
http://preciseinfo.org/Convert/Articles_Java/Set_Code/Java-Set-Code-071010201838.html
CC-MAIN-2021-49
refinedweb
468
69.28
The Future of Channel 9 One of the things we spend time on for Channel 9 is trying to make sure we are following the right standards, adopting new ones as necessary and that we render correctly for both real people and for search engines. As part of that ongoing work, we recently adopted two new concepts. The first is ...
https://channel9.msdn.com/Blogs/C9Team/Canonical-and-ShortUrl-on-Channel9
CC-MAIN-2017-09
refinedweb
905
75.03
User:Toshio/Unbundling Python Modules From FedoraProject Here are some ways that you can unbundle python modules. Remember that upstreams usually feel they have a reason to bundle libraries so we need to offer them solutions that satisfy their concerns while also allowing us to unbundle for maintainance and security re...
https://fedoraproject.org/w/index.php?title=User:Toshio/Unbundling_Python_Modules&oldid=184416
CC-MAIN-2015-14
refinedweb
586
63.19
When you are building a content-driven website for a client, there is often some tension between creating a consistent user experience and adding some flair. If, like I am, you are mostly working in a headless way, you may also want your CMS to capture and serve raw data at particular points. You can handle and process...
https://www.freecodecamp.org/news/create-a-data-driven-component-with-wordpress-and-nextjs/
CC-MAIN-2022-21
refinedweb
2,148
64.51
We will create an application to control Windows Services on our local Computer and also on remote computers. You can simultaneously Stop or Start multiple Services on the local computer or on the specified remote computer.Note that you will need to have permissions to control windows services.We make use of the Servic...
http://www.c-sharpcorner.com/UploadFile/DipalChoksi/WindowsServicesAdminControlYourWindowsServices11262005003431AM/WindowsServicesAdminControlYourWindowsServices.aspx
crawl-003
refinedweb
204
51.38
The foundation of most solutions that involve Windows Forms is the Windows Application project. Creating a project is easy within the integrated development environment (IDE). The dialog boxes and menu commands you see might differ from those described in Help depending on your active settings or edition. To change you...
http://msdn.microsoft.com/en-us/library/42wc9kk5.aspx
crawl-002
refinedweb
147
65.12
Running InterSystems IRIS for Health in a Docker Container: Special Considerations Running InterSystems IRIS for Health in a Docker container is much the same as running InterSystems IRIS in a container, but you should make the following change once the container is up and running: For more information on running Inter...
https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.UI.Page.cls?KEY=HXIHINST_INSTALL_CONTAINER
CC-MAIN-2021-10
refinedweb
187
58.82
. Setting this as major as the only workaround is to stop my work and restart XS I haven't been able to reproduce this. Does this still happen (4.1.7?) and if so, can you provide any steps? I can still reproduce it with master as of today. One way to reproduce it is to get the popup dialog before XS asks for file reloa...
https://xamarin.github.io/bugzilla-archives/11/11544/bug.html
CC-MAIN-2019-43
refinedweb
455
76.72
Microsoft's official enterprise support blog for AD DS and more Directory Domain Services Best Practice Analyzer for Windows Server 2008 R2 x64 Editions (KB980360) AD DS rules update Info: Update for the AD DS Best Practices Analyzer rules in Windows Server 2008 R2 Download: Rules Update for Active Directory Domain Ser...
http://blogs.technet.com/b/askds/archive/2010/08.aspx?pi136234=2&PostSortBy=MostComments&pi145015=1
CC-MAIN-2015-06
refinedweb
1,298
61.87
You’re about to learn one of the most frequently used regex operators: the dot regex . in Python’s re library. You can also watch the walk-through video as you read through the tutorial:. What’s the Dot Regex in Python’s Re Library? The dot regex . matches all characters except the newline character. For example, the r...
https://blog.finxter.com/python-re-dot/
CC-MAIN-2020-50
refinedweb
1,578
68.57
Introduction to .NET Name: Deepak Gupta Organization: Chitkara University Email: deepak.gupta@chitkarauniversity.com Introduction • .NET provides an environment to develop any application which can run on Windows. • .NET is a framework – an API, for programming on Windows platform. • .NET emphasize on distributed appli...
https://issuu.com/aniks/docs/5540.introduction_dotnet
CC-MAIN-2017-26
refinedweb
2,416
58.89
1560845420 Are you curious how to use drag and drop with React? If so, this article is exactly for you! Have a good read. Modern web applications have multiple forms of interaction. Among those, drag and drop is, certainly, one of the most appealing to the user. Apps such as Trello, Google Drive, Office 365 and Jira ma...
https://morioh.com/p/7c41c1bdd0fe
CC-MAIN-2021-39
refinedweb
1,187
59.8
So what I'm trying to do is to get the current playing song to fade out and be replaced with another track when an npc gets within a certain distance of the player, even if the player doesn't see them right away. Is there a way to do this using a C# script? For example, the player is walking around and the NPC is about...
https://answers.unity.com/questions/1302017/how-can-i-make-a-song-play-when-an-npc-gets-within.html
CC-MAIN-2020-29
refinedweb
1,184
68.1
Android Studio has been the IDE of choice for Android developers since its release in 2014. Version 3.2 of Android Studio was released at the end of April, bringing about a few very interesting changes to the Android Studio ecosystem. Here are the most important changes you need to be aware of: - IAndroid Studio Jetpac...
https://hub.packtpub.com/9-most-important-features-in-android-studio-3-2/
CC-MAIN-2021-21
refinedweb
484
56.76
Input text Hi. How i can create input text ? Thanks for answers. - FoxtrotDelta @Reveres please explain more and clearly, information you provided is not enough for us to understand what you want. @FoxtrotDelta I am guessing they want to know how to get input from the player using the on-screen input box, like Map-Edit...
https://forums.gta5-mods.com/topic/5689/input-text
CC-MAIN-2022-40
refinedweb
395
74.49
Applicative programming with effects - Juniper Bruce - 2 years ago - Views: Transcription 1 Under consideration for publication in J. Functional Programming 1 F U N C T I O N A L P E A R L Applicative programming with effects CONOR MCBRIDE University of Nottingham ROSS PATERSON City University, London Abstract In this ...
http://docplayer.net/24987-Applicative-programming-with-effects.html
CC-MAIN-2017-39
refinedweb
4,602
51.52
I am using python portable on a thumb drive and on some computers my script works normally, on others it does not. I Checked the paths and it had the _imaging.pyc file and the path was set up for it correctly on all computers. Is this because 1 computer has imaging software and another does not? Is there a way to get t...
https://www.daniweb.com/programming/software-development/threads/197820/imaging-c-module-is-not-installed-thrown-in-pil
CC-MAIN-2018-30
refinedweb
320
66.44
TUTORIALS FORUMS Flash Basics / Animation ActionScript Special Effects HTML5 CSS / HTML Basics Animation JavaScript Common Tasks Windows Phone Get Help by kirupa & friends | 24 January 2011 Have questions? Discuss this Flash / ActionScript tutorial with others on the forums. In programming, there are many ways to write...
https://www.kirupa.com/flash/measuring_performance_as3.htm
CC-MAIN-2020-16
refinedweb
696
70.53
The Grid is one of the most crucial parts of any WPF, Silverlight or WP7 developer's toolkit. However, the XAML required to create the row and column definitions is a little too verbose - particularly if you use grids everywhere, in DataTemplates, ControlTemplates, List Items and so on. DataTemplates ControlTemplates I...
http://www.codeproject.com/Articles/233886/Tidy-Up-XAML-with-the-ApexGrid?fid=1642915&df=10000&mpp=10&sort=Position&spc=None&tid=3979965
CC-MAIN-2016-30
refinedweb
1,662
50.63
This is the mail archive of the cygwin mailing list for the Cygwin project. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Robert Kiesling on 11/11/2007 1:50 AM: > [ Charset ISO-8859-1 unsupported, converting... ] >> The OP question was not on what valid syntax was, but why the newlib headers pollute the na...
http://cygwin.com/ml/cygwin/2007-11/msg00201.html
crawl-002
refinedweb
385
57.81
Ste. These are the changes you made to the core/default_libpd_render.cpp file: core/default_libpd_render.cpp diff --git a/core/default_libpd_render.cpp b/other.cpp index ac789c65..5590dd5a 100644 --- a/core/default_libpd_render.cpp +++ b/other.cpp @@ -1,3 +1,4 @@ + /* * Default render file for Bela projects running Pd ...
https://forum.bela.io/d/283/20
CC-MAIN-2019-30
refinedweb
2,087
54.42
4.4-stable review patch. If anyone has any objections, please let me know.------------------From: Hugh Dickins <hughd@google.com>native_pgd_clear() uses native_set_pgd(), so native_set_pgd() mustavoid setting the _PAGE_NX bit on an otherwise pgd_none() entry:usually that just generated a warning on exit, but sometimesm...
http://lkml.org/lkml/2018/1/3/682
CC-MAIN-2018-05
refinedweb
704
54.42
Products and Services Downloads Store Support Education Partners About Oracle Technology Network Name: bkR10101 Date: 10/16/2001 Specification for public GridLayout(int rows, int cols, int hgap, int vgap) states: "..... Creates a grid layout with the specified number of rows and columns. All components in the layout ar...
http://bugs.java.com/view_bug.do?bug_id=4515041
CC-MAIN-2017-39
refinedweb
624
58.08
How do you declare a friend of a generic class outside of a class declaration? The following code works, but I would like to move the ostream & <<operator outside of the declearation class, as I did with hash :: operator []. using namespace std; template <class T> class hash { private: map<string, T> _map; public: T& o...
https://daily-blog.netlify.app/questions/1893191/index.html
CC-MAIN-2021-43
refinedweb
784
50.46
...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards #include <boost/fiber/all.hpp> namespace boost { namespace fibers { class fiber; bool operator<( fiber const& l, fiber const& r) noexcept; void swap( fiber & l, fiber &...
https://www.boost.org/doc/libs/1_62_0/libs/fiber/doc/html/fiber/fiber_mgmt.html
CC-MAIN-2018-30
refinedweb
792
53.31