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
Volume Gives Shorts The Upper Hand Rather than signaling the end of the bear market, the more probable outcome for the current rally in the S&P 500 is for it to fail somewhere between current levels and 806. Trading volume can help us understand market participants' collective desire to buy or sell a particular securit...
http://www.safehaven.com/article/12852/volume-gives-shorts-the-upper-hand
CC-MAIN-2014-42
refinedweb
1,016
61.26
Barcode Software barcode font vb.net Figure 2-6 OSPF areas in .NET Generating Data Matrix barcode in .NET Figure 2-6 OSPF areas This is due to the oxidation reduction reaction of silver bromide in the presence of light. 2AgBr light 0 2Ag Br2 What substance is oxidized in this reaction Which substance is reduced generat...
http://www.businessrefinery.com/yc3/456/18/
CC-MAIN-2021-49
refinedweb
2,608
57.87
hi all can anyone tell me how to create a text file, naming it and writing it using java... Printable View hi all can anyone tell me how to create a text file, naming it and writing it using java... There is not an easy answer to this because only you know the functionality you need for your file. The basic components ...
http://forums.devx.com/printthread.php?t=165620&pp=15&page=1
CC-MAIN-2017-34
refinedweb
161
61.83
The QWidgetStack class provides a stack of widgets of which only the top widget is user-visible. More... #include <qwidgetstack.h> Inherits QFrame. List of all member functions. The application programmer can move any widget to the top of the stack at any time using raiseWidget(), and add or remove widgets using addWid...
http://doc.trolltech.com/3.2/qwidgetstack.html
crawl-002
refinedweb
190
61.12
Details Description After investigating the methodology used to add HTTPS support in branch-2, I feel that this same approach should be back-ported to branch-1. I have taken many of the patches used for branch-2 and merged them in. I was working on top of HDP 1 at the time - I will provide a patch for trunk soon once I...
https://issues.apache.org/jira/browse/MAPREDUCE-4661
CC-MAIN-2017-51
refinedweb
1,947
52.97
Introduction According to the World health organisation (WHO) nearly 50 million people worldwide suffer from dementia, with the most common form of the disease being Alzheimer's which accounts to 60-80% of dementia cases. Having this leaves the person unable to remember important day to day tasks that needs to be compl...
https://www.hackster.io/geeve-george/curismo-a-smart-pill-box-assistant-for-users-with-dementia-7a8dfd
CC-MAIN-2019-51
refinedweb
3,442
61.16
Copying, Deleting, and Renaming Elements Welcome to "Transforming XML." Each column will explain how to handle two or three basic document manipulation tasks using the W3C Standard that was spun off from the Extensible Stylesheet Language (XSL): the XSL Transformations Language, or XSLT. In this first column, we'll sta...
http://www.xml.com/pub/a/2000/06/07/transforming/index.html
crawl-003
refinedweb
1,309
53.24
A little npm module that uses the Hashids library to mask IDs. This adds on a version and a object type id so if you just get an id you can figure out for what object type it was for and can have different versions based on salt. To mask your id for object user: var ObjectIdMask =salt: 'this is a secret, you should set...
https://www.npmjs.com/package/object-id-mask
CC-MAIN-2017-34
refinedweb
249
50.7
Sample Chapter: The .NET Base Class Libraries Other Useful Namespaces There are plenty of other useful classes contained in sub-namespaces of the System namespace. Some are covered elsewhere in this book. Four are covered here because almost every .NET developer is likely to use them: System::IO, System::Text, System::...
http://www.developer.com/net/cplus/article.php/10919_3304021_4/Sample-Chapter--The-NET-Base-Class-Libraries.htm
CC-MAIN-2017-22
refinedweb
1,076
64.51
I released Amara 1.1.6 last week (see the announcement). This version requires 4Suite XML 1.0b2. As usual, though, I have prepared an "allinone" package so that you do not need to install 4Suite separately to use Amara. The biggest improvements in ths release are to performance and to the API. Amara takes advantage of ...
http://copia.posthaven.com/amara-116
CC-MAIN-2018-30
refinedweb
172
69.18
Extracting notes and highlights from iBooks Published on Monday 3rd January, 2022. As much as possible, I like to work in plain text. This post is written in Markdown and I like the freedom and versatility that gives me. I read a lot and on a variety of different devices. I feel that getting all of my notes and highlig...
https://www.kevincunningham.co.uk/posts/extracting-notes-and-highlights-from-ibooks/
CC-MAIN-2022-33
refinedweb
996
50.02
tensorflow:: ops:: SparseReshape #include <sparse_ops.h> Reshapes a SparseTensor to represent values in a new dense shape. Summary This operation has the same semantics as reshape on the represented dense tensor. The input_indices are recomputed based on the requested new_shape. If one component of new_shape is the spe...
https://tensorflow.google.cn/api_docs/cc/class/tensorflow/ops/sparse-reshape?hl=hi
CC-MAIN-2022-33
refinedweb
145
63.8
how to send email please give me details with code in jsp,servlet how to send email please give me details with code in jsp,servlet how to send email please give me details with code in jsp,servlet pls send me the code for login and register - Java Beginners pls send me the code for login and register pls immediately s...
http://www.roseindia.net/tutorialhelp/comment/50457
CC-MAIN-2015-22
refinedweb
2,340
71.34
Hi, The Command Line switches can be accessed through the Command() function that is available with Microsoft.VisualBasic namespace, which is automatically included when you open a VB.Net application in the VStudio IDE. I have just written a small code to illustrate this- Imports System Imports System.IO Imports Micros...
https://www.techrepublic.com/forums/discussions/vbnet-command-line-switch/
CC-MAIN-2017-51
refinedweb
148
60.82
- 19 Sep, 2019 1 commit When a project export completes, it removes everything in `Project#import_export_shared.archive_path`, which can erase files needed for another ongoing project export. This is problematic for custom templates, which exports an existing project to get the most recent changes and imports that arch...
https://gitlab.com/gitlab-org/gitlab/commits/8d5f875c28b9bd25895ae5b8ea516be8004ee6e7
CC-MAIN-2020-05
refinedweb
671
50.02
Django has a beautiful feature of signals which will record all the actions performed on the particular model. In the current blog post, we’ll learn how to use Django's built-in signals and how to create custom signal Using Django’s built in Signals: Django has a lot of built-in signals like pre_save, post_save, pre_de...
https://micropyramid.com/blog/using-djangos-built-in-signals-and-writing-custom-signals/
CC-MAIN-2019-51
refinedweb
598
60.82
ASP.NET is a powerful platform for building Web applications. With any platform, it is important to understand what is going on behind the scenes to build robust applications. The ASP.NET page life cycle is a good example to explore so you know how and when page elements are loaded and corresponding events are fired. R...
http://www.techrepublic.com/blog/software-engineer/aspnet-basics-the-page-life-cycle/?count=all&view=expanded
CC-MAIN-2017-26
refinedweb
949
66.44
File.Move Method Moves a specified file to a new location, providing the option to specify a new file name. Namespace: System.IONamespace: System.IO Assembly: mscorlib (in mscorlib.dll) Parameters - sourceFileName - Type: System.String The name of the file to move. Can include a relative or absolute path. - destFileNam...
https://msdn.microsoft.com/en-us/library/system.io.file.move(v=vs.110).aspx
CC-MAIN-2015-27
refinedweb
215
56.11
ASP.NET MVC 4 Entity Framework Scaffolding and Migrations Download Web Camps Training Kit If you are familiar with ASP.NET MVC 4 controller methods, or have completed the "Helpers, Forms and Validation" Hands-On lab, you should be aware that many of the logic to create, update, list and remove any data entity it is rep...
https://docs.microsoft.com/en-us/aspnet/mvc/overview/older-versions/hands-on-labs/aspnet-mvc-4-entity-framework-scaffolding-and-migrations
CC-MAIN-2020-45
refinedweb
1,515
55.95
0 hey guys its me again with the rock paper scissors game. well after spending the whole day on it (ok not really) i was able to write a proper code for the game that would ask user for their input and randomly select one for the computer. now it should print out what each user chose and say who wins the round (ie you ...
https://www.daniweb.com/programming/software-development/threads/151663/code-compiles-but-does-not-produce-answer
CC-MAIN-2017-17
refinedweb
556
62.68
25 May 2010 08:44 [Source: ICIS news] SINGAPORE (ICIS news)--Crude futures fell by more than $2/bbl on Tuesday as the US dollar strengthened amid growing concerns over oil consumption, with the global economic recovery being threatened by the European debt crisis. At 07:08 GMT, July NYMEX light sweet crude futures were...
http://www.icis.com/Articles/2010/05/25/9362214/crude-falls-2bbl-on-mounting-economic-worries.html
CC-MAIN-2015-11
refinedweb
209
58.21
Converting integer literals in C++ and Python An integral literal in a C program can be decimal, hexadecimal or octal. int percent = 110; unsigned flags = 0x80; unsigned agent = 007; This snippet would be equivalent to (e.g.): int percent = 0156; unsigned flags = 128; unsigned agent = 0x7; So programmers can choose the...
http://wordaligned.org/articles/integer-literal-values
CC-MAIN-2014-52
refinedweb
518
55.74
i noticed some weird things happening before it gave me that error. Twitch streams wouldn't display video one day, iE,Firefox, i can use any other browsers (Edge,) ect). And a week later it gave me the proxy error. Last response: in Apps cisco secure vpn client General Discussion. Cisco secure vpn client vPN Gate on ci...
http://soupfactory.co.uk/2003/09/cisco-secure-vpn-client.html
CC-MAIN-2018-34
refinedweb
1,076
65.32
Member since 10-06-2015 8 4 Kudos Received 3 Solutions 01-16-2017 07:26 PM 01-16-2017 07:26 PM If you have Syslog as the source, then there is a possibility that the mem channel is full sometimes and cannot accept incoming Syslog messages. Since Syslog does not retry sending to flume, the data might be getting dropped....
https://community.cloudera.com/t5/user/viewprofilepage/user-id/36214
CC-MAIN-2020-29
refinedweb
1,561
66.44
MPI_Buffer_attach - Attaches a user-defined buffer for sending #include <mpi.h> int MPI_Buffer_attach(void *buf, int size) buf - initial buffer address (choice) size - buffer size, in bytes (integer) The size given should be the sum of the sizes of all outstanding Bsends that you intend to have, plus a few hundred byte...
http://huge-man-linux.net/man3/MPI_Buffer_attach.html
CC-MAIN-2017-30
refinedweb
150
75.4
NAME¶ loop, loop-control - loop devices SYNOPSIS¶ #include <linux/loop.h> DESCRIPTION¶ The loop device is a block device that maps its data blocks not to a physical device such as a hard disk or optical disk drive, but to the blocks of a regular file in a filesystem or to another block device. This can be useful for ex...
https://manpages.debian.org/testing/manpages/loop-control.4.en.html
CC-MAIN-2021-49
refinedweb
1,221
56.66
(Warning: Hugo neepery ahead. Ignore if you’re bored with the subject.) As I’m musing on class today, I’d like to take a moment to address something I see being attempted by the Puppies, which is to cast the current Hugo contretemps as something akin to a class war, with the scrappy diverse underdogs (the Puppy slates)...
http://whatever.scalzi.com/2015/04/23/hugos-and-class/
CC-MAIN-2017-22
refinedweb
41,757
70.84
ADDITIONAL SYSTEM INFORMATION : $ java -version java version "11.0.1" 2018-10-16 LTS Java(TM) SE Runtime Environment 18.9 (build 11.0.1+13-LTS) Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.1+13-LTS, mixed mode) $ [System.Environment]::OSVersion.Version Major Minor Build Revision ----- ----- ----- -------- 10 0 17...
https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8212926
CC-MAIN-2022-05
refinedweb
433
51.95
uanrobinson2002Members Content count55 Joined Last visited Community Reputation187 Neutral About joshuanrobinson2002 - RankMember Personal Information - LocationNorton, Ks joshuanrobinson2002 replied to joshuanrobinson2002's topic in General and Gameplay ProgrammingRavyne, I expected an exception because I've seen exce...
https://www.gamedev.net/profile/133700-joshuanrobinson2002/
CC-MAIN-2017-30
refinedweb
1,732
63.09
You can get a list of these by typing cwm --help Command line RDF/N3 tool <command> <options> <steps> [--with <more args> ] options: --pipe Don't store, just pipe out * steps, in order left to right: --rdf Input & Output ** in RDF/XML insead of n3 from now on --n3 Input & Output in N3 from now on. (Default) --rdf=flags...
http://www.w3.org/2000/10/swap/doc/CwmHelp
CC-MAIN-2014-10
refinedweb
1,035
54.66
Dropped: Package ObjectsEdit this page on GitHub Package objects package object p { val a = ... def b = ... } will be dropped. They are still available in Scala 3.0, but will be deprecated and removed afterwards. Package objects are no longer needed since all kinds of definitions can now be written at the top-level. E....
http://dotty.epfl.ch/docs/reference/dropped-features/package-objects.html
CC-MAIN-2019-35
refinedweb
311
65.52
So the title says it all. I’ve also tried updating Discord.py with the following code: import discord, os, discord.ext import discord_components as dcomponents from discord_components import DiscordComponents, Button, Select, SelectOption from discord.ext import commands def vcheck(): if discord.__version__ != "2.0.0a"...
https://www.tutorialguruji.com/python/discord-py-discord-utils-has-no-attribute-format_dt/
CC-MAIN-2021-43
refinedweb
306
61.83
Opened 8 years ago Closed 8 years ago #3396 closed defect (fixed) AccountModule breaks trac Description When I try to enable the AccountModule component either through the admin page or directly in the ini it causes the system to then prevent me from logging in. In Firefox I get the follwong error: Redirect Loop Redire...
https://trac-hacks.org/ticket/3396
CC-MAIN-2016-40
refinedweb
331
60.92
PMSEARCHTEXTQUERY(3) Library Functions Manual PMSEARCHTEXTQUERY(3) pmSearchTextQuery - fulltext search for metrics, instances and instance domains provided by PCP search services #include <pcp/pmwebapi.h> int pmSearchTextQuery(pmSearchSettings *settings, pmSearchTextRequest *request, void *arg) cc ... -lpcp_web Execute...
https://man7.org/linux/man-pages/man3/pmsearchtextquery.3.html
CC-MAIN-2021-04
refinedweb
185
53.17
I thought I understood how the boolean logic worked in Java perfectly fine.... but recently when I was writing some code I noticed something wasn't working well with my boolean variable. So, wrote a quick test code to see if my idea of how booleans work was indeed correct. It wasn't.... In the below program, the idea w...
http://www.javaprogrammingforums.com/%20whats-wrong-my-code/9206-whats-wrong-boolean-printingthethread.html
CC-MAIN-2017-47
refinedweb
135
68.47
fstatvfs, statvfs - get file system information [XSI] #include <sys/statvfs.h>#include <sys/statvfs.h> int fstatvfs(int fildes, struct statvfs *buf); int statvfs(const char *restrict path, struct statvfs *restrict buf); The fstatvfs() function shall obtain information about the file system containing the file reference...
http://pubs.opengroup.org/onlinepubs/000095399/functions/statvfs.html
CC-MAIN-2019-13
refinedweb
422
55.64
Managing configuration files with ‘deploy’ The deploy script is a program for managing configuration files. This script grew out of my need for a multi-functional installer for configuration files. I tend to keep those files in a separate git repository rather than changing my $HOME into a git repository. History On UN...
http://rsmith.home.xs4all.nl/software/managing-configuration-files-with-deploy.html
CC-MAIN-2017-17
refinedweb
1,017
67.25
Facebook Caves To Privacy Protests Over Beacon 95 Posted by ScuttleMonkey. Re:Thank god (Score:4, Insightful) Re: (Score:1) Re: (Score:2) Except it's not hard to find at all. Privacy->External Web Sites->Check the box for "disallow". Re: (Score:3, Funny) There are no dancing monkey banners on Facebook, unless you add t...
http://tech.slashdot.org/story/07/12/05/2114247/facebook-caves-to-privacy-protests-over-beacon?sdsrc=rel
CC-MAIN-2013-48
refinedweb
1,361
72.36
The Anthos Sample Deployment on Google Cloud (Preview) is a Google Cloud Marketplace solution that you can preview now. It deploys a real Anthos hands-on environment with a GKE cluster, service mesh, and an application with multiple microservices. This tutorial introduces you to these features, letting you learn about ...
https://cloud.google.com/anthos/docs/tutorials/explore-anthos?authuser=0&hl=zh-TW
CC-MAIN-2020-50
refinedweb
2,405
61.36
Question: It's easy to convert Decimal to Binary and vice-versa in any language, but I need a function that's a bit more complicated. Given a decimal number and a binary place, I need to know if the binary bit is On or Off (True or False). Example: IsBitTrue(30,1) // output is False since 30 = 11110 IsBitTrue(30,2) // ...
http://www.toontricks.com/2018/10/tutorial-decimal-to-bit-binary.html
CC-MAIN-2019-04
refinedweb
248
52.63
Google got Looker. Salesforce bought Tableau. But open source tools are rising in popularity across the world of business intelligence and data analysis. In our 2019 Dev Survey, we asked what kind of content Stack Overflow users would like to see beyond questions and answers. The most popular response was “tech article...
https://stackoverflow.blog/2019/07/16/google-looker-salesforce-tableau-bi-open-source-alternatives/
CC-MAIN-2021-31
refinedweb
3,426
61.56
Building Unit Test Projects [1] PUBLISHED With unit tests, you can verify that your code works well and increase its reliability. The Tizen Studio provides the creating, building, and editing tools for unit tests, and a view for checking and analyzing the test results. The Tizen Studio uses the gtest framework to make ...
https://developer.stg.tizen.org/print/22781
CC-MAIN-2020-29
refinedweb
790
64.61
Bitcoin Whitepaper, Beautified Programmers often use tools to beautify source code that is otherwise difficult to read. Beautifiers come in many forms: These tools are all automated. Just copy/paste your text in one side, click a button, and a pretty version of your code shows up on the right side. When it comes to whi...
https://medium.com/@lex.sheehan/bitcoin-whitepaper-beautified-699423935ed
CC-MAIN-2019-35
refinedweb
2,286
53.61
I am trying to calculate the number of steps executed for the following nested loop specially for asymptotic growth. Based on the number of steps I will derive the Big O for this algorithm. def get_multiples(list): multiple = [] for o in list: for i in list: multiple.append(o*i) return multiple The way I have calculate...
https://www.codesd.com/item/number-of-steps-in-a-nested-loop.html
CC-MAIN-2018-39
refinedweb
265
72.36
Agenda SW: Would it be better to stick with the plan to have a telcon with Aria tomorrow, or maybe on the 13th of March? TVR: I would prefer to wait, and encourage Tim to send an email to Michael Cooper clarifying his position, which will make the later discussion more productive. TBL: That's OK with me. SW: I will tel...
http://www.w3.org/2001/tag/2008/02/27-minutes
crawl-001
refinedweb
8,291
73.98
MR::IProto - iproto network protocol client IProto client can be created with full control of its behaviour: my $client = MR::IProto->new( cluster => MR::IProto::Cluster->new( servers => [ MR::IProto::Cluster::Server->new( host => 'xxx.xxx.xxx.xxx', port => xxxx, ), ... ], ), ); Or without it: my $client = MR::IProto->...
http://search.cpan.org/dist/MR-Tarantool/lib/MR/IProto.pm
CC-MAIN-2016-40
refinedweb
815
59.3
Ticket #11577 (closed defect: fixed) save(x,filename) fails for pure Python objects for x if filename contains a dot Description (last modified by leif) (diff) (The summary actually is not completely accurate - there might be some Python object this works for that I'm not aware of.) If the filename passed to save() con...
http://trac.sagemath.org/sage_trac/ticket/11577
CC-MAIN-2013-20
refinedweb
1,491
66.74
Join devRant Pipeless API From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple APILearn More Search - "saved" - My wife opens a document, writes her entire paper and uses the close ❌ button to save it. I think I married an adrenaline junkie.12 - ...
https://devrant.com/search?term=saved
CC-MAIN-2021-10
refinedweb
5,828
74.08
NAME XML::Compare - Test if two XML documents semantically the same SYNOPSIS"; } DESCRIPTION This module allows you to test if two XML documents are semantically the same. This also holds true if different prefixes are being used for the xmlns, or if there is a default xmlns in place. This modules ignores XML Comments....
https://metacpan.org/pod/release/CHILTS/XML-Compare-0.04/lib/XML/Compare.pm
CC-MAIN-2017-09
refinedweb
260
57.37
This is the mail archive of the newlib@sourceware.org mailing list for the newlib project. On Sun, 2013-02-10 at 15:28 -0600, Joel Sherrill wrote: > I have a hack of a patch to get mips-rtems to build. I thought I had posted it but maybe I didn't. > > I think it is a bug in the new implementation. > > --joel Yes, this ...
https://sourceware.org/ml/newlib/2013/msg00081.html
CC-MAIN-2019-30
refinedweb
220
73.47
Back to: ASP.NET Web API Tutorials For Begineers and Professionals Cross-Origin Resource Sharing in Web API In this article, I am going to discuss how to enable Cross-Origin Resource Sharing in Web API which allows cross-domain AJAX calls. Please read our previous article before proceeding to this article as we are goi...
https://dotnettutorials.net/lesson/cross-origin-resource-sharing-web-api/
CC-MAIN-2020-05
refinedweb
882
57.98
React Js— Fetching Data From An API These React JS blogs are a part of my personal journey with React JS. This basic task involves fetching an API and displaying a simple list. I think it is perfect practice for beginners and those looking to revise their knowledge. Getting Started - Ensure that you have Node.js instal...
https://medium.com/@logistico94/react-js-fetching-data-from-an-api-87a8a757871b
CC-MAIN-2020-16
refinedweb
561
63.8
Created on 2012-02-21 14:12 by tarek, last changed 2015-03-18 08:50 by Vadim Markovtsev. If you try to run the code below and stop it with ctrl+C, it will lock because atexit is never reached. Antoine proposed to add a way to have one atexit() per thread, so we can call some cleanup code when the app shuts down and the...
http://bugs.python.org/issue14073
CC-MAIN-2015-40
refinedweb
1,372
72.26
Asked by: Porting tool to convert Windows Forms applications to Metro Style applications Hi all, In these forums we have discussed a lot about Metro Style development and it seems very interesting to move from Windows forms development to here. But I would like to draw your attention to another aspect of this. Moving u...
https://social.msdn.microsoft.com/Forums/windowsapps/en-US/62145078-5007-4266-a4b1-29980e1b6f69/porting-tool-to-convert-windows-forms-applications-to-metro-style-applications?forum=winappswithcsharp
CC-MAIN-2017-22
refinedweb
964
61.46
...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards Similarly to test case it is possible to apply list of decorators to test suite. It is done by specifying a list of decorators as the second argument to the macro BOOST...
https://www.boost.org/doc/libs/1_60_0/libs/test/doc/html/boost_test/tests_organization/decorators/suite_level_decorators.html
CC-MAIN-2022-21
refinedweb
237
58.11
When I find out when neg repped me like that, they are DEAD! I was NOT spoonfeeding. That code was a copy/paste pretty much of their own code a few posts earlier. I've reported the incident... Type: Posts; User: javapenguin When I find out when neg repped me like that, they are DEAD! I was NOT spoonfeeding. That code w...
http://www.javaprogrammingforums.com/search.php?s=086143fe2fb82204874b2085b0847279&searchid=1725413
CC-MAIN-2015-35
refinedweb
804
76.22
: > Thus, > import spyce > print spyce.getServer().globals > should show you the globals. Try it and let me know if it works in your > environment. Thanks! That's very helpful. I'll give it a try. Niko Hi Niko, Sorry for the delayed reply. Yes, it should be possible. The globals are stored in field of the primary spyce...
https://sourceforge.net/p/spyce/mailman/spyce-users/thread/Pine.LNX.4.44.0401230252510.15931-100000@pompom.cs.cornell.edu/
CC-MAIN-2017-13
refinedweb
937
61.02
On Mon, Dec 19, 2005 at 05:48:45PM +0100, Thomas Hood wrote: > > Note the definition for /usr/lib is "Libraries for programming and > > packages" and "/usr/lib includes object files, libraries, and internal > > binaries that are not intended to be executed directly by users or > > shell scripts." and /var/lib is "Varia...
https://lists.debian.org/debian-devel/2005/12/msg00904.html
CC-MAIN-2017-51
refinedweb
1,140
61.36
/* Window creation, deletion and examination for GNU Emacs. Does not include redisplay. "keymapdef macintosh #include "macterm.h" #endif /* Values returned from coordinates_in_window. */ enum window_part { ON_NOTHING, ON_TEXT, ON_MODE_LINE, ON_VERTICAL_BORDER, ON_HEADER_LINE, ON_LEFT_FRINGE, ON_RIGHT_FRINGE }; Lisp_Obj...
https://emba.gnu.org/emacs/emacs/-/blame/38b81d747a2b394f01732ca5fa93dbf04456e30a/src/window.c
CC-MAIN-2021-17
refinedweb
640
53.71
Errata for Agile Web Development with Rails The latest version of the book is P (28-Sep-11) PDF page: hpcXE Paper page: tYVhL iLhIjY web20power.txt;1;1--JiueKXnZGiTq - Reported in: P2.0 (25-Aug-05) PDF page: i Paper page: i Dave says: For general help with Rails and examples in the book, I recommend the Rails mailing l...
https://pragprog.com/titles/rails1/errata
CC-MAIN-2016-50
refinedweb
16,673
66.94
. In my opinion, Python is one of the best languages you can use to learn (and implement) machine learning techniques for a few reasons: - It's simple: Python is now becoming the language of choice among new programmers thanks to its simple syntax and huge community - It's powerful: Just because something is simple doe...
https://stackabuse.com/the-best-machine-learning-libraries-in-python/
CC-MAIN-2019-43
refinedweb
1,564
59.53
pyspread 0.0.5 has been released. -- New features are: + X, Y, Z for relative cell relations are now pre-processed (easier to use) + Cells can be given a name with <name>=<expresion>. These names are located in the global namespace + Arrays and matrices within one cell can now easily be spread out to a cell range in th...
https://mail.python.org/pipermail/python-announce-list/2008-May/006618.html
CC-MAIN-2014-10
refinedweb
122
52.23
To get an idea, during Sonar analysis, your project is scanned by many tools to ensure that the source code conforms with the rules you’ve created in your quality profile. Whenever a rule is violated… well a violation is raised. With Sonar you can track these violations with violations drill down view or in the source ...
http://www.javacodegeeks.com/2012/09/fixing-common-java-security-code.html
CC-MAIN-2014-42
refinedweb
594
56.55
#include <sys/uio.h>()\(emit.) Permission to read from or write to another process is governed by a ptrace access mode PTRACE_MODE_ATTACH_REALCREDS check; see ptrace(2)., −1 is returned and errno is set appropriately. The memory described by local_iov is outside the caller's accessible address space. The memory describ...
http://manpages.courier-mta.org/htmlman2/process_vm_readv.2.html
CC-MAIN-2019-18
refinedweb
137
68.97
#include <Store3.h> Delete the on disk representation of the object. This will cause GDataEventsI::OnDelete to be called after which this object will be freed from heap memory automatically. So Once you call this method assume the object pointed at is gone. Saves the object to disk. If this function fails the object is...
http://www.memecode.com/lgi/docs/classGDataI.html
CC-MAIN-2014-41
refinedweb
107
75.3
Game Creation with XNA/Print version Table of contents Basics Game Creation / Game Design - Introduction - Types of Games - Story Writing and Character Development - Project Management - Marketing, Making money, Licensing Mathematics and Physics - Introduction - Vectors and Matrices - Collision Detection - Ballistics -...
https://en.wikibooks.org/wiki/Game_Creation_with_XNA/Print_version
CC-MAIN-2017-09
refinedweb
33,413
56.15
I have ths code to attach a MovieClip to my main movie: em_mc.addEventListener(MouseEvent.CLICK, fem3, false, 0, true); function fem3(e:MouseEvent):void{ var mc:section1=new section1(); mc.y= 306; addChild(mc); var myTween:Tween = new Tween(mc, "x", Elastic.easeInOut, -500, 481, 1, true); }; The movieclip attaches with...
http://forums.adobe.com/message/4568415
CC-MAIN-2014-15
refinedweb
260
53.17
2 Set Up Oracle Visual Builder Studio to Manage Your Development Cycle Like other Oracle Cloud services, you must create an instance of Oracle Visual Builder Studio (VB Studio) before you can start using it. You can create only one instance in an Oracle Cloud account. Before You Begin Before you set up VB Studio, ensur...
https://docs.oracle.com/en/cloud/paas/visual-builder/visualbuilder-administration/service-setup.html
CC-MAIN-2020-40
refinedweb
5,048
63.9
I use my own software, Epigrass, to run my geo-referenced dynamic populational models. Epigrass is great for running complex models but so far, it didn't help much when it came to representing the results in a nice way. I then decided to give Epigrass a major overhaul (which I hope to release soon) to include support t...
http://pyinsci.blogspot.in/2007/06/generate-google-mapsearth-layers-from.html
CC-MAIN-2018-09
refinedweb
717
72.56
One way of looking at extending the Nintex Workflow Platform is to focus on the smallest unit of processing: the function. This series of posts will look at how you can approach your function as a portable unit in the Nintex Workflow Platform. I'm going to look at defining the boundaries of your function, what you need...
https://community.nintex.com/community/dev-talk/blog/2017/02/18/function-to-microservice-with-the-nintex-platform
CC-MAIN-2019-04
refinedweb
1,970
51.48
Welcome to another Flask web development tutorial, in this tutorial we're going to be discussing how to utilize Flask-Mail for emailing from within your app. To start, we need to grab Flask-Mail: sudo pip install Flask-Mail. Next, from within your __init__.py, add the following import to the top: from flask_mail import...
https://pythonprogramming.net/flask-email-tutorial/
CC-MAIN-2022-40
refinedweb
693
67.86
BPEL M3 information What's in M3 ? The biggest new item in M3 is the BPEL 2.0 validator. Now your BPEL files will get checked for errors. In addition, we have moved very closely to BPEL 2.0 compliance in several ways outlined below. Read more to see what is in M3. M3 has been built and further milestones will continue ...
http://www.eclipse.org/bpel/users/m3.php
CC-MAIN-2015-27
refinedweb
590
60.01
Important: Please read the Qt Code of Conduct - QT module compile problem. I am using ubuntu 18.04 for development, but serialbus module do not support this platform. So , i guess we can compile the qt/serialbus by myself. I use qmke & make one by one step. But error meets below: Makefile:729: recipe for target '.obj/q...
https://forum.qt.io/topic/119948/qt-module-compile-problem
CC-MAIN-2020-45
refinedweb
494
53.37
Details Description The Schema section of v42 of says: "The openejb-jar.xml deployment plan is defined by the openejb-jar-2.1.xsd schema located in the <geronimo_home>/schema/ subdirectory of the main Geronimo installation directory. The openejb-jar-2.1.xsd schema is shown here: 1. All versions of openejb-jar in this t...
https://issues.apache.org/jira/browse/GERONIMO-4276
CC-MAIN-2017-34
refinedweb
264
72.22
Code runs as intended on the first time through but if I go to run it again it crashes automation desk. If I run it from within Python there are no errors and I can run it repeatedly. "AD." are AutomationDesk variables that do not work outside of automationdesk. for testing I comment that part out and just use DEBUG in...
https://codedump.io/share/OSRwlHn2SO47/1/python-tkinter-crashes-automation-desk-on-second-run
CC-MAIN-2019-09
refinedweb
325
60.72
scale.py: 16 points A scale is a sequence of notes, defined by the intervals between them. For example, the major scale is defined by the 7 intervals (and hence 8 notes) (2,2,1,2,2,2,1), that is, there are 2 half tones between the first and second notes, between the second and third notes, but a single half tone betwee...
https://www.cs.oberlin.edu/~cs150/lab-8/part-5/
CC-MAIN-2022-21
refinedweb
670
69.31
Board index » VC.Net All times are UTC(); #include <c.h> bool C::VirtualFunction() { return false; #include <c.h> #include <stdio.h> void main() { C* c = new C(); if (c->VirtualFunction()) printf("true\n"); else printf("false\n"); Yes, it is a known bug. I've reported this bug couple of months ago and the response belo...
http://computer-programming-forum.com/7-vcdotnet/0ce4a312ad9f0db3.htm
CC-MAIN-2019-18
refinedweb
458
67.45
Compareto and equals method Difference between CompareTo and equals method. siva - Oct 21st, 2017 equals() method is derived from Object class which is a super class in java indirectly and this method is used to verify the content of the two objects if same return true otherwise return false. In ... Bharat - Oct 1st, 2...
http://www.geekinterview.com/user_answers/663204
CC-MAIN-2020-16
refinedweb
6,085
58.18
New features in Python 3.6¶ Python 3.6 was released in December 2016. As of mypy 0.500 most language features new in Python 3.6 are supported, with the exception of asynchronous generators and comprehensions. Syntax for variable annotations (PEP 526)¶ Python 3.6 feature: variables (in global, class or local scope) can ...
https://mypy.readthedocs.io/en/latest/python36.html
CC-MAIN-2017-13
refinedweb
169
70.6
If you haven’t read the previous parts of our Practical guide to web data QA, here are the first part, second part, third part and fourth part of the series. During a broad crawl, you might be extracting data from thousands or tens of thousands of websites with different layouts. When you scrape this many websites usin...
https://www.zyte.com/blog/a-practical-guide-to-web-data-qa-part-v-broad-crawls/
CC-MAIN-2021-10
refinedweb
1,562
62.07
Watch and Compile hogan.js templates Hedgehog is a node.js utility script that will watch a directory with raw hogan.js template files. It will listen for changes and compile the raw mustache templates into compiled vanilla js files. The templates will be available in a global T namespace (this is configurable), relati...
https://www.npmjs.com/package/hedgehog
CC-MAIN-2015-32
refinedweb
303
68.26
30 June 2011 By clicking Submit, you accept the Adobe Terms of Use. The steps in the tutorial are designed to get you up to speed on working with the Project panel, whether you're an experienced developer or brand new to Flash. Previous experience programming with ActionScript is required if you wish to extend the supp...
http://www.adobe.com/devnet/flash/articles/flash_project_panel.html
CC-MAIN-2014-10
refinedweb
2,305
56.35
React Properties | Last time, I wrote on React Components. This time, we will talk about something every component has - properties. I'll be making use of the component we created in that article to explain properties. So you might want to read it especially if you are not so familiar with React Components. A component...
https://sarahchima.com/blog/react-props/
CC-MAIN-2019-13
refinedweb
828
68.36
HDR lighting + bloom effect #1 Members - Reputation: 122 Posted 26 April 2009 - 05:43 AM #2 Members - Reputation: 852 Posted 26 April 2009 - 06:04 AM #3 Members - Reputation: 852 Posted 26 April 2009 - 06:07 AM What you say there is a good starting point. You will have to use render targets with a higher resolution the...
http://www.gamedev.net/topic/532960-hdr-lighting--bloom-effect/
CC-MAIN-2016-30
refinedweb
3,458
55.54
Hi, I am the dev lead for this area. I have tried to script out a database and it works for me. Given that it takes you so long but does eventually finish, it most likely has something to do with the structure of your database. Is there anything interesting about your schema that we should know about? Is it possible to...
https://connect.microsoft.com/SQLServer/feedback/details/418476/scripting-a-ssas-database-locks-up-in-sql-server-2008-management-studio
CC-MAIN-2016-07
refinedweb
168
61.22
Hi Oleg, Thanks a lot for your reply. I see now where my attempt went wrong and why it couldn't work in the first place, the instances will indeed overlap. I'm not completely satisfied with your solution though, but seeing how you did it has lead me to the solution I want. Details below. :-) ]). While I appreciate the ...
http://www.haskell.org/pipermail/haskell-cafe/2006-August/017392.html
crawl-002
refinedweb
793
57.13
[ ] Robert Muir resolved LUCENE-2642. --------------------------------- Resolution: Fixed OK i merged back all of Uwe's improvements. Thanks for the help Uwe. I think now in future issues we can clean up and improve this test case a lot. I felt discouraged from doing so with the previous duplication... > > {code} > pub...
http://mail-archives.apache.org/mod_mbox/lucene-dev/201009.mbox/%3C32771381.161071284408646992.JavaMail.jira@thor%3E
CC-MAIN-2015-35
refinedweb
109
54.39
What's the point? -. Asynchronous programming in Dart is characterized by the Future and Stream classes. A Future represents a computation that doesn’t complete immediately.. Receiving stream eventsReceiving stream events: Future<int> sumStream(Stream<int> stream) async { var sum = 0; await for (var value in stream) { ...
https://www.dartlang.org/tutorials/language/streams
CC-MAIN-2019-18
refinedweb
1,163
50.57
View the project on GitHub Since I'm using Elm in my project, I needed to figure out how to use Pusher in Elm, because there is no Pusher client for it. Fortunately, Elm offers a very clean and nice way to interact with Javascript. I was positively surprised by how easy it actually was. Using Pusher in Elm Let's start ...
https://dev.to/avalander/pixel-wars-using-pusher-in-elm-4ifb
CC-MAIN-2021-25
refinedweb
457
60.21
QuickTime for Java: A Developer's Notebook/Audio Media From WikiContent Current revision This is the first of three chapters dealing with specific media types. Video will be covered in Chapter 8, and several other kinds of media—including things you might not have thought of as media, such as text and time codes—will b...
http://commons.oreilly.com/wiki/index.php?title=QuickTime_for_Java:_A_Developer's_Notebook/Audio_Media&diff=prev&oldid=26177
CC-MAIN-2013-20
refinedweb
6,059
55.54
an EJB project This section is organized in the following parts: Setting up the project environment - Right click Under Project Explorer and Select New->EJB Project. - Name the project as StatefulBean. Select Next. - Mark the fields as suggested in the screenshot and Select Next. - Uncheck Generate Deployment Descript...
https://cwiki.apache.org/confluence/display/GMOxDOC30/Stateful+Session+Bean
CC-MAIN-2015-48
refinedweb
1,567
52.56
My doubt is - i'm doing a script with the objective to open the door if the character that enters in the trigger are holding the "object3", and i do it without problem, but now i see this problem - If the character exit and enter again in the trigger the "open" animation starts again and it's feels so weird see the doo...
https://answers.unity.com/questions/1455977/c-how-can-i-solve-this-door-problem-in-script-can.html
CC-MAIN-2019-09
refinedweb
404
50.77
SYNOPSIS #include <nng/nng.h> int nng_recv(nng_socket s, void *data, size_t *sizep, int flags); DESCRIPTION The nng_recv() receives a message. The flags is a bit mask that may contain any of the following values: NNG_FLAG_NONBLOCK The function returns immediately, even if no message is available. Without this flag, the...
https://nng.nanomsg.org/man/v1.2.2/nng_recv.3.html
CC-MAIN-2020-10
refinedweb
256
65.35
Hi. My test uses remote modules like this: import { randomItem } from ""; import { htmlReport } from ""; It works fine locally, but fails on CI with the following errors: time="2022-04-25T12:44:36Z" level=error msg="Module specifier \"\" xxx.xxx.xxx.xxx:443: i/o timeout\"\n\tat go.k6.io/k6/js.(*InitContext).Require-fm ...
https://community.k6.io/t/using-proxy-for-getting-remote-http-s-modules/3533
CC-MAIN-2022-40
refinedweb
146
54.93
Problem You want to persist your objects to a MS SQL Server database instead of the default access database Solution using System; using DevExpress.Xpo; using DevExpress.Xpo.DB; class Program { static void Main(string[] args) { string conn = MSSqlConnectionProvider.GetConnectionString(".", "XPOCookbook"); XpoDefault.Da...
http://community.devexpress.com/blogs/garyshort/archive/2008/08/25/xpo-cookbook-2-change-the-default-database.aspx
crawl-002
refinedweb
643
59.23
In many ways, I guess clang is reasonable and roughly as good as GCC. But one thing I've begun to find fairly annoying is the over-done inlining of functions with -O2 or above. In a fairly simplistic recursive-descent parser I've written, I ended up adding the noinline attribute 5 times to functions to prevent the size...
https://www.unitedbsd.com/d/364-clang-and-over-done-inlining-of-functions
CC-MAIN-2022-21
refinedweb
3,553
70.53
Why is your preferred programming language your go-to? Ali Spittel on November 18, 2018 I got asked on Twitter why I love Python so much, and I thought I would do a quick writeup, then open this up to a discussion on why your preferr... [Read Full] As might be clear from my entries to your challenges, I’m a Rubyist. I ...
https://dev.to/aspittel/why-is-your-preferred-programming-language-your-go-to-345c/comments
CC-MAIN-2019-30
refinedweb
8,371
70.84
When you are learning how to program in Java, one of the best ways to see proper code in action is to follow along with examples. These examples can be plugged into your own text editor or Java IDE and you can experiment with them as you learn about various Java components. If you are brand new to Java programming, mak...
https://blog.udemy.com/java-programming-examples/
CC-MAIN-2017-34
refinedweb
1,061
61.97
Up to [DragonFly] / src / sys / kern Request diff between arbitrary revisions Keyword substitution: kv Default branch: MAIN Welcome devctl(4) and devd(8). Obtained-from: FreeBSD The devinfo(3) library provides userspace access to the internal device hierarchy. The devinfo(8) utility can be used to view that information...
http://www.dragonflybsd.org/cvsweb/src/sys/kern/subr_bus.c?f=h
CC-MAIN-2014-42
refinedweb
1,044
57.37
Opened 2 years ago Closed 21 months ago Last modified 21 months ago #17845 closed New feature (invalid) Provide a way for model formsets to know how many records will be created Description This is a feature request - please provide an easy way for model formsets to know how many records will be created. As an example,...
https://code.djangoproject.com/ticket/17845
CC-MAIN-2014-10
refinedweb
224
62.38