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 |
|---|---|---|---|---|---|
- G.
Disabling the serial console
Almost all GNU/Linux systems activate, when booting, the console feature, ie: the possibility to connect a terminal with the serial line – real or virtual – to manage the entire system via this communication interface. A reminder of the times in which we used to connected to computers... | http://www.open-electronics.org/a-gsmgprs-gps-expansion-shield-for-raspberry-pi/ | CC-MAIN-2017-13 | refinedweb | 914 | 57 |
Creating and Applying an XML Resume Template: Use XML in Microsoft Office Word 2003 to create user-friendly templates. In this article, learn how to mark up a template to create a resume template from which users can create resume documents. (9 printed pages)
Frank Rice, Microsoft Corporation
November 2003
Applies to: ... | https://msdn.microsoft.com/en-us/library/aa537147(v=office.11).aspx | CC-MAIN-2015-48 | refinedweb | 1,671 | 63.59 |
Today's Page Hits: 560 mountd maps network addresses into unsigned integers. I want to map them back. My first pass at it fails:
% cat a.c #include <stdio.h> #include <string.h> #include <sys/types.h> int main (int argc, char *argv[]) { char *p = argv[1]; uint_t addr = 0; uint_t rev; int i; char sep = ' '; for (i = 0; ... | http://blogs.sun.com/tdh/entry/reversing_a_network_address_from | crawl-001 | refinedweb | 810 | 91.31 |
nested style: why use them and how to merge?
Hi everyone.
Following the Bazaar User Guide, I read the "10.2.2 Nested Style (project/
As I can understand that this is better for visualizing branches "interweaving", I do not see any other avantage on it.
For instance from your stanza:
| ...
This is the local view (which ... | https://answers.launchpad.net/bzr/+question/44022 | CC-MAIN-2017-51 | refinedweb | 839 | 65.52 |
hello. i've got a monkey of a problem with a program that converts some text into a single string. Exerpt follows:
// include files
#include <iostream>
#include <sstream>
#include <string>
#include "Room.h"
#include "String.h"
using namespace std;
and the problem area of code in the program:
string Room::display_room()... | http://cboard.cprogramming.com/cplusplus-programming/10701-formatting-strings.html | CC-MAIN-2014-23 | refinedweb | 121 | 71.85 |
The magnitude of learning Test Driven Development (TDD) is nothing to be sneezed at. This is largely why the TDD debate is so polarized. The really experienced TDDers have long ago learned the techniques and think they are completely obvious. The inexperienced developers are overwhelmed by the amount they need to learn... | http://www.codeproject.com/Articles/603239/Step-Start-TDD-Step-Step-Profit | CC-MAIN-2016-18 | refinedweb | 4,457 | 62.78 |
CodePlexProject Hosting for Open Source Software
I have a box that has a restituion of 1 and as I bounce particles (very small spheres) off it they come out perfectly reflected - as long as the angle isn't too shallow. If it is very shallow, the particles follow the wall instead of bouncing off it. I've
tried turning o... | https://farseerphysics.codeplex.com/discussions/236976 | CC-MAIN-2017-34 | refinedweb | 617 | 52.97 |
more.webassets 0.5.1
An opinionated Webassets integration for Morepath.
This package is somewhat similar to more.static, which integrates bowerstatic into Morepath. It is currently not really used anywhere, so you should probably stick to more.static.
Now that you are sufficently discouraged from using more.webassets, ... | https://pypi.python.org/pypi/more.webassets/ | CC-MAIN-2018-13 | refinedweb | 829 | 59.8 |
I've intalled python 2.3 and its corresponding py2exe utility. I intalled both of them in the same location as required which is C
ython23\. Below is my setup.py:ython23\. Below is my setup.py:
#setup.py
from distutils.core import setup
import py2exe
setup(name='FileName',
description="A brief description",
version='0.... | http://forums.devshed.com/python-programming-11/py2exe-please-help-263892.html | CC-MAIN-2016-40 | refinedweb | 109 | 64.37 |
Purpose
The purpose of the blog post and accompanying simple example project is to show you how to:
- Create an ES6 Angular 1.5.7 super simple web application with navigation
- Use Angular 1.5.7 Components
- Use Angular Component Router ( not the constantly changing Angular 2 Router)
- Bootstrap an ES6 Angular 1.5.7 ap... | http://126kr.com/article/46n0510bv4h | CC-MAIN-2017-17 | refinedweb | 1,289 | 50.53 |
Opened 4 years ago
Closed 22 months ago
#53634 closed defect (invalid)
clang++-mp-4.0 -stdlib=macports-libstdc++ should be in C++11 mode by default
Description
Related to #53194, #53329, #53330.
Compare the following output on < 10.9:
> g++-mp-6 test.cpp -o test # OK
> clang++-mp-4.0 -stdlib=libc++ test.cpp -o test # O... | https://trac.macports.org/ticket/53634 | CC-MAIN-2021-25 | refinedweb | 842 | 57.57 |
The important goals of .NET during its development was to promote interoperability with existing technologies. .NET interoperability comes in three types:
.NET runtime allows us to use legacy COM code from .NET components. We can call it backward compatibility. In the same way, .NET runtime also provides us forward com... | http://www.c-sharpcorner.com/uploadfile/akchavali/interoperabilityin11282005052912am/interoperabilityin.aspx | crawl-003 | refinedweb | 1,589 | 58.89 |
On Tue, Apr 22, 2008 at 09:12:16AM +0700, Vladimir Voroshilov wrote: > On Tue, Apr 22, 2008 at 6:05 AM, Michael Niedermayer <michaelni at gmx.at> wrote: [...]> > > + * \brief Calculates log2(x) > > > + * \param value function argument (>0) > > > + * > > > + * \return (Q15) result of log2(value) > > > + */ > > > > > +in... | http://ffmpeg.org/pipermail/ffmpeg-devel/2008-April/040871.html | CC-MAIN-2016-26 | refinedweb | 419 | 66.47 |
The weather data does not change frequently.So we can take reading at an interval of 5mins.As we are taking readings at regular intervals, it is a fantastic way to save lots of power. A system with appropriate sleep schedules can run for several months on just two AA batteries.We are so lucky that Arduino has several s... | https://hackaday.io/project/6477-solar-powered-arduino-weather-station/log/20098-power-optimization-by-using-sleep-mode | CC-MAIN-2021-21 | refinedweb | 431 | 58.28 |
07 September 2012 14:48 [Source: ICIS news]
WASHINGTON (ICIS)--The US economy generated only 96,000 jobs in August, the Labor Department said on Friday, and while the unemployment rate fell to 8.1% from July’s 8.3% reading, that may reflect an increased number of those who have given up looking for work.
Economists had... | http://www.icis.com/Articles/2012/09/07/9593826/us-adds-only-96000-jobs-in-aug-but-unemployment-falls-to-8.1.html | CC-MAIN-2014-49 | refinedweb | 230 | 63.49 |
My generic routine looks like this:
def update_linked_poly_side(base_side, ids, poly_side)
get back the current linked items, and the base part
of the polymorphic field names, like ‘appllinkable’
linked, poly_base = self.polymorphic_info base_side
id_attr = base_side+’_id’
linked.each do |link|
linked_model_id = (link.... | https://www.ruby-forum.com/t/polymorphic-join-object-destroy-issue/152223 | CC-MAIN-2022-33 | refinedweb | 251 | 76.82 |
Section 5.2
Introduction to Layouts, Components, and Events
JAVA HAS MANY CLASSES that work together to support a graphical user interface. These classes make up the Abstract Windowing Toolkit (AWT). The classes can be found in the packages java.awt and java.awt.event. The AWT is quite large and complex, more complex i... | http://math.hws.edu/eck/cs124/javanotes2/c5/s2.html | CC-MAIN-2018-47 | refinedweb | 1,930 | 63.29 |
Details
Description
From
LUCENE-4364:
In my opinion, we should maybe check, if we can remove the whole Slicer in all Indexinputs? Just make the slice(...) method return the current BufferedIndexInput-based one. This could be another issue, once this is in.
Activity
- All
- Work Log
- History
- Activity
- Transitions
+1... | https://issues.apache.org/jira/browse/LUCENE-4371 | CC-MAIN-2017-04 | refinedweb | 961 | 66.74 |
# t1ha = Fast Positive Hash
Just about the fastest portable 64-bit hash function with decent quality.
This is a translation of the original [article](https://habr.com/ru/post/339160/) by [Leonid Yuriev](https://habr.com/ru/users/yleo/).
**Instead of a Disclaimer**I will omit the definition of hash functions along w... | https://habr.com/ru/post/439156/ | null | null | 3,025 | 51.55 |
Reversing & Exploiting with Free Tools: Part 5.
Those exercises are located in the ABOS Folder and will challenge us to open and run a calculator, notepad, or some other application.
There are four ABOS exercise folders. The first exercise will be completed using Radare2, the second with GHIDRA, the third with IDA Free... | https://www.coresecurity.com/core-labs/articles/reversing-and-exploiting-free-tools-part-5 | CC-MAIN-2021-17 | refinedweb | 2,688 | 75.74 |
07 June 2012 19:06 [Source: ICIS news]
(updates with Canadian and Mexican chemical railcar traffic data)
?xml:namespace>
The nine-day strike at Canadian Pacific ended on 1 June when government back-to-work legislation went into effect.
Canadian chemical railcar loadings for the week totalled 9,741, compared with 10,896... | http://www.icis.com/Articles/2012/06/07/9567371/canada-weekly-chem-rail-traffic-falls-10.6-on-strike.html | CC-MAIN-2015-14 | refinedweb | 210 | 65.93 |
Omikron: The Nomad Soul
FAQ/Walkthrough by Stu_Pidd
Version: FINAL | Updated: 11/30/08 | Search Guide | Bookmark Guide
OMIKRON: the Nomad Soul _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ *_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_* Version 1.06 - FINAL Written by Stu Pidd Copyright(c) 2005-2008 This faq is ONLY for personal use. Curr... | https://www.gamefaqs.com/pc/193073-omikron-the-nomad-soul/faqs/43197 | CC-MAIN-2017-43 | refinedweb | 34,704 | 82.85 |
Leaking the digital on our physical world, for .NET developers
Truth to be told… I failed my driver license. I don’t own a car, and I don’t like cars…
But while the Fez Spider I bought for a project long time ago were gathering dust, Robin Martin, an IT wizard I knew from my old days at school was interested to make so... | https://codeproject.freetls.fastly.net/Articles/657218/Upgrading-your-car-with-NET-Micro-Framework | CC-MAIN-2021-43 | refinedweb | 1,683 | 63.59 |
12487/python-join-why-is-string-join-list-instead-list-join-string
This has always confused me. It seems like this would be nicer:
my_list = ["Hello", "world"]
print my_list.join("-")
# Produce: "Hello-world"
Than this:
print "-".join(my_list)
Is there a specific reason it is like this?
This is because join is a "strin... | https://www.edureka.co/community/12487/python-join-why-is-string-join-list-instead-list-join-string?show=12497 | CC-MAIN-2021-21 | refinedweb | 318 | 85.49 |
K-Nearest Neighbours
K-Nearest Neighbours).
We are given some prior data (also called training data), which classifies coordinates into groups identified by an attribute.
As an example, consider the following table of data points containing two features:
Now, given another set of data points (also called testing data),... | https://www.geeksforgeeks.org/k-nearest-neighbours/?ref=leftbar-rightbar | CC-MAIN-2022-05 | refinedweb | 1,104 | 69.89 |
PB 369,783 wrote:I just find him very unlikeable, and I think the way he looks like a prettier version of his Mum is very disturbing.[^]
Brady Kelly wrote:What advice can any experienced non welders here please give me for this
public class SanderRossel : Lazy<Person>
{
public void DoWork()
{
throw new NotSupportedExce... | http://www.codeproject.com/Lounge.aspx?msg=4828507 | CC-MAIN-2016-40 | refinedweb | 257 | 71.75 |
)
- file control options
#include <fcntl.h>
The <fcntl.h> header defines the following requests and arguments for use by the functions fcntl(2), open(2), and openat(2).
Values for cmd used by fcntl() (the following values are unique):
Duplicate file descriptor.
Similar to F_DUPFD, but always returns arg.
Get file descr... | http://docs.oracle.com/cd/E19963-01/html/821-1464/fcntl.h-3head.html | CC-MAIN-2017-09 | refinedweb | 539 | 60.72 |
In previous SAP XI or PI releases, it was really hard to search on a specific value within a message payload. I once extended the XI monitor on an ABAP stack to accomplish this. It worked, but took some time and was not a standard solution.
Now, in our SAP PO 7.4 system, it is really easy to accomplish this and it is s... | https://blogs.sap.com/2014/07/30/user-defined-message-search/ | CC-MAIN-2019-09 | refinedweb | 616 | 74.49 |
>
@import url(''); body{ /* background-color: #333; color: #333;*/ background-image: linear-gradient( to right, #D60604, #EE9D00,#E3FF00,#05C000,#001A98,#76008A,#FFAFC9,#75D8ED,#5F3813,#000000 ); font-family: 'Montserrat', sans-serif; font-weight: 400; display: flex; justify-content: center; align-items: center; height... | https://codepen.io/ballek/pen/ZEbBKXP | CC-MAIN-2022-27 | refinedweb | 524 | 50.94 |
This article will explain how to take input from the user using the Java Scanner class.
There are ways than one to take input from the user in Java, and the Scanner class is only of them. However, it is probably the most commonly used as well due it’s ease of use. Another common way is the
System.in.read() function, wh... | https://coderslegacy.com/java/java-input-with-scanner/ | CC-MAIN-2021-21 | refinedweb | 396 | 51.65 |
[:
- The Windows Server Essentials Experience role can only be deployed in a domain environment. If you intend to install Windows Server Experience role on a Windows Server 2012 R2 Standard or Windows Server 2012 R2 Datacenter edition in an environment with a pre-existing Active Directory domain, it does not have to be... | https://blogs.technet.microsoft.com/sbs/2014/02/17/deploying-windows-server-2012-r2-standarddatacenter-with-windows-server-essentials-experience-role-in-an-existing-active-directory-environment/ | CC-MAIN-2017-13 | refinedweb | 1,321 | 51.48 |
this should give you the perceived execution time of script:
import time start = time.time() # do something end = time.time() print(end - start)
this should give you the perceived execution time of script:
import time start = time.time() # do something end = time.time() print(end - start)
@MishaHeesakkers animated gifs... | https://forum.drawbot.com/user/gferreira | CC-MAIN-2019-13 | refinedweb | 287 | 66.13 |
newpad, pnoutrefresh, prefresh, subpad - pad management functions
#include <curses.h> WINDOW *newpad(int nlines, int ncols); int pnoutrefresh(WINDOW *pad, int pminrow, int pmincol, int sminrow, int smincol, int smaxrow, int smaxcol); int prefresh(WINDOW *pad, int pminrow, int pmincol, int sminrow, int smincol, int smax... | http://pubs.opengroup.org/onlinepubs/7990989799/xcurses/newpad.html | CC-MAIN-2019-30 | refinedweb | 355 | 54.63 |
Okay, kind of a specific problem here. My problem is as follows:
If the player guesses a location that is not in range (on the board) my program should print "Ooops, that's not even in the ocean, and then it should move on to the next turn for the player to guess. My program prints "Ooops, that's not even in the ocean,... | https://discuss.codecademy.com/t/battleship-oops-that-is-not-even-in-the-ocean/16902 | CC-MAIN-2018-26 | refinedweb | 297 | 72.56 |
I am seriously so bummed out right now, and I feel like a complete idiot. I have been sitting here for seriously 7 hours now trying to figure out how to do this program, and the book I have for the class has been of no help whatsoever. I posted my problem in C++ and had someone tell me that this is a C Program, so afte... | https://www.daniweb.com/programming/software-development/threads/111726/major-problem-with-functions-need-help | CC-MAIN-2018-05 | refinedweb | 567 | 60.24 |
NAMEdcb-app - show / manipulate application priority table of the DCB (Data Center Bridging) subsystem
SYNOPSIS
dcb [ OPTIONS ] app { COMMAND | help }
dcb app { show | flush } dev DEV [ default-prio ] [ ethtype-prio ] [ stream-port-prio ] [ dgram-port-prio ] [ port-prio ] [ dscp-prio ]
dcb ets { add | del | replace } d... | https://man.archlinux.org/man/core/iproute2/dcb-app.8.en | CC-MAIN-2021-39 | refinedweb | 938 | 52.6 |
In-Depth
Every codebase contains some measure of technical debt -- code that is maddeningly hard to test and maintain. We outline some ideas for identifying and dealing with the high-interest debt in your code.
Last issue I gave advice for identifying and building a case to tackle technical debt. In summary, I believe ... | https://visualstudiomagazine.com/articles/2010/03/01/useful-tactics-for-paying-back-technical-debt.aspx | CC-MAIN-2020-50 | refinedweb | 3,184 | 62.48 |
Why do Programmers Hate Documenting?
It's a bit of a generalization but I think there is truth in it. Many programmers, even experienced ones, really don't like documentation. Most of us do it, because we know we have to, but if we're under pressure its the first thing to go. I've reviewed code from experienced program... | http://discuss.fogcreek.com/joelonsoftware/default.asp?cmd=show&ixPost=35336 | CC-MAIN-2016-07 | refinedweb | 7,923 | 61.87 |
Multithreading corresponds to multiple flows of control. It is a conceptual paradigm where we can divide a program into two or more processes which can run in parallel.Java allows us to have inbuilt processes where more than one process can be executed concurrently within a single program.Java threads are lightweight, ... | https://www.mydigitalvoice.in/2018/09/thread-creation-concept-simplified-in.html | CC-MAIN-2018-51 | refinedweb | 1,015 | 58.58 |
In C++ you are allowed to write a return statement that looks like :
return ( ... );
return ... ;
return
Pre C++1y the parenthesized version of the return is identical, if we look at the C++11 draft standard section
6.6 Jump statements, the grammar for return is:
return expressionopt ;
return braced-init-list ;
an expr... | https://codedump.io/share/q7P71l8Kh2xA/1/c1114-and-return---vs-return | CC-MAIN-2017-13 | refinedweb | 228 | 56.29 |
I'm thinking of Adam's comment that he never decorated a class and didn't regret it, and, truth be told, I've not experimented with that feature much. So I wanted to give a use case, see if PPUGers think it flies. Consider I have this Vector class that does the usual stuff around xyz, don't even have dot or cross produ... | https://mail.python.org/pipermail/portland/2009-April/000681.html | CC-MAIN-2017-30 | refinedweb | 690 | 63.8 |
Saturday, November 30, 2013
Problem 69 Analytic - 100th post
So, problem 69 took a long time to brute force, but as is the case with most totient problems as I am starting to discover, its much easier to think about properties of the totient function than have to actually calculate it. Turns out, it is rather simple t... | http://pelangchallenge.blogspot.com/2013/ | CC-MAIN-2020-29 | refinedweb | 6,905 | 63.43 |
Photo by Charlotte Coneybeer on Unsplash
Better Backend DX: Fastify + ESBuild = ⚡️
8 min read
Table of contents
- Better Backend DX (Developer Experience): Fastify + ESBuild = ⚡️
Hi! I'm David Peng👋, you can find me on Twitter: @davipon.
I'm currently working on an internal legacy project which I mentioned in my old b... | https://davipon.hashnode.dev/better-backend-dx-fastify-esbuild | CC-MAIN-2022-21 | refinedweb | 1,705 | 58.69 |
CraftBook v3.7.2
Details
- FilenameCraftBook_3.7.2.zip
- Uploaded by
- UploadedAug 16, 2013
- Size1.05 MB
- Downloads5,613
- MD5766c1179b20b3fa3fb1e8e60018ce12b
Supported Bukkit Versions
- CB 1.6.2-R0.1
Changelog
Quote:
Need help? Get on IRC (#sk89q on irc.esper.net). Heck, just come and hang with us!
Quote:
Found a bu... | https://dev.bukkit.org/projects/craftbook/files/726805 | CC-MAIN-2022-21 | refinedweb | 210 | 72.83 |
Learning Cocoa with Objective-C/Preface
From WikiContent
Like a finely tuned BMW, Mac OS X is the ultimate programming machine.
Under the hood lies a powerful Unix engine, named Darwin, developed via Apple's open source initiative and based on FreeBSD 4.4 and the Mach 3.0 microkernel. On the outside is a highly polishe... | http://commons.oreilly.com/wiki/index.php/Learning_Cocoa_with_Objective-C/Preface | CC-MAIN-2017-13 | refinedweb | 2,653 | 58.32 |
Hi All,
Our application was developed with silverlight 3 now i want to migrate into the silverlight 5 version.
i am getting error in xaml. "Undefined CLR namespace. The 'clr-namespace' URI refers to a namespace 'System.Windows.Controls.Primitives' that could not be found"
Thanks for help in advance.
Asim Maqbool
Accord... | https://social.msdn.microsoft.com/Forums/en-US/33ea8d1d-8211-4d3e-9cfa-755b3b04be61/migration-from-silverlight-3-to-silverlight-5 | CC-MAIN-2015-48 | refinedweb | 168 | 60.21 |
Agenda
See also: IRC log
<trackbot> Date: 19 April 2012
<scribe> scribe:luis_bermudez
<BenediktKaempgen> hello
<bhyland> +1
<bhyland> Minutes:
<George>
<mhausenblas> +1
<bhyland> +1
<Mike_Pendleton> +1
RESOLUTION: approved Minutes
<BenediktKaempgen> +1
<bhyland> NISO Webinar on Schema.org and Linked Data, speaker: Danb... | http://www.w3.org/2012/04/19-gld-minutes.html | CC-MAIN-2015-48 | refinedweb | 982 | 55.24 |
stat(2) BSD System Calls Manual stat(2)
NAME
fstat, fstat64, lstat, lstat64, stat, stat64 -- get file status
SYNOPSIS
#include <sys/stat.h> int fstat(int fildes, struct stat *buf); int lstat(const char *restrict path, struct stat *restrict buf); int stat(const char *restrict path, struct stat *restrict buf);
TRANSITIIO... | http://manpagez.com/man/2/lstat/ | CC-MAIN-2018-17 | refinedweb | 881 | 51.48 |
Scala.js, the Scala to JavaScript compiler
dang, that kind of hurts the feature right? For our app we're talking 2.4mb of uncompressed vs 7mb fullopt with no closure. I was really hoping to use this...
It is possible to mark an object annotated with
@JSImport as “used” or something, so it’s not pruned by the optimizer?... | https://gitter.im/scala-js/scala-js?at=6097e990c651cb6a001fb924 | CC-MAIN-2021-39 | refinedweb | 682 | 72.56 |
SOLID is a popular acronym that refers to a set of 5 important class design principles. I know developers get overloaded with the endless jargon that keep popping up, especially when it seems to do little more than complicate what seems pretty straightforward. Do know that we use jargon not only to make ourselves feel ... | http://codebetter.com/karlseguin/2008/12/05/get-solid-single-responsibility-principle/ | CC-MAIN-2018-43 | refinedweb | 2,174 | 53.61 |
Never mind about this one. I removed the separator(,) option in levels and went with the default. Everything seems to be working fine now. > -----Original Message----- > From: owner-statalist@hsphsun2.harvard.edu > [mailto:owner-statalist@hsphsun2.harvard.edu]On Behalf Of Stephen R. > Hale > Sent: Wednesday, June 08, 2... | http://www.stata.com/statalist/archive/2005-06/msg00215.html | CC-MAIN-2015-48 | refinedweb | 253 | 58.69 |
<ui:define> and injectionTom Greasley Jan 15, 2008 8:15 AM
I've come up against a problem with using facelets templates and seam injection.
I have the following two classes:
@Name("query") @Scope(value = ScopeType.PAGE) public class Query { ... }
@Name("search") @Scope(ScopeType.EVENT) public class Search { @In Query q... | https://developer.jboss.org/thread/140857 | CC-MAIN-2018-30 | refinedweb | 598 | 52.94 |
rewinddir - reset position of directory stream to the beginning of a directory
#include <sys/types.h> #include <dirent.h> void rewinddir(DIR *dirp);
The rewinddir() function resets the position of the directory stream to which dirp refers to the beginning of the directory. It also causes the directory stream to refer t... | https://docs.oracle.com/cd/E86824_01/html/E54766/rewinddir-3c.html | CC-MAIN-2019-30 | refinedweb | 186 | 57.16 |
When you install Enterprise Library 3.0, you actually get two distinct copies of the library. One copy is in the form of pre-compiled binaries – by default these get installed to “C:\Program Files\Microsoft Enteprise Library 3.0 – April 2007\bin”. The other copy is in the form of source code, which by default will be c... | https://blogs.msdn.microsoft.com/tomholl/2007/04/19/avoiding-configuration-pitfalls-with-incompatible-copies-of-enterprise-library/ | CC-MAIN-2017-04 | refinedweb | 1,930 | 53.61 |
This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.
Couple of comments, Doug: 1) Can "Apple Mail" be told to do its attachments in text/plain instead of application/octet-stream? > --Apple-Mail-16-444405215 > Content-Type: application/octet-stream; x-unix-mode=0644; Content-Dis... | https://gcc.gnu.org/legacy-ml/libstdc++/2003-07/msg00238.html | CC-MAIN-2020-29 | refinedweb | 267 | 50.43 |
This action might not be possible to undo. Are you sure you want to continue?
Dr. Vandana Bansal
STRUCTURE
11.0 Introduction 11.1 Objective 11.2 Meaning of important terms 11.3 No loss can be set off against winnings from lotteries, crossword puzzles 11. 4 Steps involved in set off and carry forwards 11.5 Inter source ... | https://www.scribd.com/document/32753894/Set-Off-Nd-Carry | CC-MAIN-2016-50 | refinedweb | 4,267 | 61.26 |
Approach #1: Brute Force [Time Limit Exceeded]
Intuition and Algorithm
For each substring
S[i: j+1], let's check if it is a palindrome. If it is, we increment 1 to our answer.
To check whether a substring
S[i: j+1] is a palindrome, we check whether every
i+d-th character equals the corresponding
j-d-th character, for
d... | https://discuss.leetcode.com/topic/101425/solution-by-awice | CC-MAIN-2017-43 | refinedweb | 777 | 69.11 |
Description of the Problem:
In my program, i need to write a program that will determine how many coins of each denomination (1¢, 5¢, 10¢, 25¢, and 50¢) are required to make up a given amount of change. For example, to make 57¢ we could use 1 half dollar, 1 nickel, and 2 pennies.
Given an amount of change to make, it s... | https://www.daniweb.com/programming/software-development/threads/111034/currency-change-back | CC-MAIN-2018-13 | refinedweb | 493 | 73.41 |
By Roger Hart and Carlos Quintero, October 30th, 2012
Carlos Quintero (MVP, and developer of MZ-Tools) recently wrote a blog post on debugging into Visual Studio's assemblies. We liked it, and asked him to tell us a bit more…...
The first scenario is to decompile Visual Studio assemblies. Although Visual Studio was bor... | https://www.red-gate.com/products/dotnet-development/reflector/guest-post | CC-MAIN-2015-32 | refinedweb | 671 | 56.86 |
2019.3 EAP 2
We have a new Early Access Program (EAP) version of PyCharm that can be now downloaded from our website.
New in the EAP
- Support was added for namespaces coming from packages. PyCharm now recognizes namespaces defined by other packages.
- Fixed a TensorFlow issue with its new version that wasn’t allowing ... | https://blog.jetbrains.com/pycharm/2019/09/2019-3-eap-2/ | CC-MAIN-2021-17 | refinedweb | 279 | 64.71 |
Werkzeug started is a simple collection of various utilities for WSGI applications and it becomes one of the most advanced WSGI utility modules in Python and is used to build many advanced frameworks such as Flask.
Here is how you can use Werkzeug hashing in your apps. In order to do this, you may need the following im... | https://developerm.dev/2017/09/03/flask-secure-password-the-with-werkzeug-hashing/ | CC-MAIN-2021-17 | refinedweb | 110 | 56.25 |
© The MIT Press October 1997
by Victor
Ginsburgh and Michiel Keyzer
By Michiel
Keyzer
CGE-model for a competitive equilibrium in a closed economy without
government sector (see equations (3.18a-d) of Ginsburgh & Keyzer (1997), GK
for short).
International trade is introduced by treating exports as the demand by an
addi... | http://mitpress.mit.edu/books/GINTH/GAMS.html | crawl-001 | refinedweb | 2,061 | 55.34 |
In this post I will introduce you to JustCode and the NUnit testing framework. I’ll also demonstrate the basic TDD workflow from introduction of the first requirement all the way through to writing your first test. At the end of this post you will have a test based on a given requirement. In the next post we will work ... | https://www.telerik.com/blogs/30-days-of-tdd-day-three-your-first-test | CC-MAIN-2018-09 | refinedweb | 2,792 | 67.38 |
I started to learn the machine learning last week. when I want to make a gradient descent script to estimate the model parameters, I came across a problem: How to choose a appropriate learning rate and variance。I found that,different (learning rate,variance) pairs may lead to different results, some times you even can'... | https://itecnote.com/tecnote/python-how-to-determine-the-learning-rate-and-the-variance-in-a-gradient-descent-algorithm%EF%BC%9F/ | CC-MAIN-2022-40 | refinedweb | 523 | 63.19 |
Spring Cloud Bus3.0.0-M3
Spring Cloud Bus links nodes of a distributed system with a lightweight message broker. This can then be used to broadcast state changes (e.g. configuration changes) or other management instructions. AMQP and Kafka broker implementations are included with the project. Alternatively, any Spring ... | https://spring.io/projects/spring-cloud-bus | CC-MAIN-2020-50 | refinedweb | 163 | 56.05 |
We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi Good Folks;
I'm pretty principiant with processing and I need some hints for this project, please.
I'm using a PS3 Eye webcam and with a "key pressed" function it saves the frame/image in a folder;
I need to vi... | https://forum.processing.org/two/discussion/23892/how-to-do-arraylist-of-saved-images-display-and-update-them-when-a-new-image-is-saved | CC-MAIN-2020-34 | refinedweb | 871 | 79.09 |
Microsoft
*******Disclaimer. This posting contains scripting samples. These are
provided as-is with no guaranties or warranties of any kind. They are
not thoroughly tested in all scenarios.
Over the years, the Printing team has released a number of management technologies designed to help print administrators get their... | http://blogs.technet.com/b/print/archive/2009/10/16/printer-management-using-powershell.aspx | CC-MAIN-2014-42 | refinedweb | 1,146 | 58.89 |
RE: [docbook-apps] wiki.docbook.org down is unreliable. Right now it is actually working (albeit very slowly), but just moments ago I got this error after a 2 minute wait: Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /.
RE: [docbook... | https://www.mail-archive.com/search?l=docbook-apps%40lists.oasis-open.org&q=from:%22Mauritz+Jeanson%22&o=newest | CC-MAIN-2022-27 | refinedweb | 4,990 | 54.12 |
-- | A) module System.Console.CmdLib ( -- * News -- | Since version 0.3.2: Added a new Required attribute for mandatory -- flags/arguments to be used in record-based commands. Also added automatic -- "synopsis" derivation for record-based commands, which includes all flags -- and options. Flag values are evaluated duri... | http://hackage.haskell.org/package/cmdlib-0.3.2.1/docs/src/System-Console-CmdLib.html | CC-MAIN-2015-11 | refinedweb | 107 | 53.98 |
Tips for a better performance like using views or reducing the complexity of your algorithms only help when you know where you can improve performance. So to find the places where speed is needed you can build extensive load and performance tests or even better you can monitor the performance of your app in production.... | https://schneide.blog/2014/09/29/build-your-own-performance-and-log-monitoring-solution/ | CC-MAIN-2018-47 | refinedweb | 1,692 | 64.2 |
I'm attempting to return all the values in the array list I created and don't seem to be successful.
Here is my Student class.
import javax.swing.JOptionPane; public class Student { public String sName = JOptionPane.showInputDialog("Please enter a name."); }
Here is my Main method.
import java.util.*; public class Main... | http://www.javaprogrammingforums.com/whats-wrong-my-code/3909-arraylist-unexpected-return.html | CC-MAIN-2015-06 | refinedweb | 175 | 69.07 |
I was wondering on any feedback on which of the following pet projects
would be most helpful to the community.
create [another] ruby JIT
There are some ideas that could speed up the tired old VM [and the new
VM]. Speed is good, right?
Documentation: hack on rdoc with a few things – some bugs, update
the hanna template ... | https://www.ruby-forum.com/t/which-project-should-i-work-on/171879 | CC-MAIN-2021-25 | refinedweb | 309 | 71.44 |
Unity : Developing Your First Game with Unity and C#
Adam Tuliper | August 2014 | Get the Code
Unity is a native C++-based game engine. You write code in C#, JavaScript (UnityScript) or, less frequently, Boo. Your code, not the Unity engine code, runs on Mono or the Microsoft .NET Framework, which is Just-in-Time (JIT)... | https://msdn.microsoft.com/en-gb/magazine/dn759441.aspx | CC-MAIN-2019-39 | refinedweb | 3,858 | 63.9 |
** Observed with 4/28/99 Win32 build ** For the thread pane Subject display, we are now decoding and displaying MIME-encoded 8-bit and CJK headers. But sometimes the Subject may contain raw 8-bit characters. For these cases, I either see XML parser errors or weird character substitutions (e.g. A Korean character for a ... | https://bugzilla.mozilla.org/show_bug.cgi?id=5660 | CC-MAIN-2017-30 | refinedweb | 974 | 75.2 |
So something that has been somewhat of an uphill climb as of late is routing in MVC. I think part of it is the way it works and part of it is that I’ve approached MVC like a 10 year old with a new game; F- the instructions, I’m all up in this.
What goes out must come in…
The biggest misconception I had with routes is t... | http://byatool.com/uncategorized/aspnet-mvc-routes-route-contraints-and-my-love-hate-relationship/ | CC-MAIN-2019-13 | refinedweb | 956 | 64.81 |
Following the educational tradition of:
The Problem
Given a list of strings, for example ("a", "bb", "c", "d", "e", "f", "g", "h"),
and a chunksize, for example 3, write a subroutine to return a multi-line string,
for example:
a bb c
d e f
g h
[download]
Perl
Here was my first Perl attempt:
use strict;
use warnings;
su... | http://www.perlmonks.org/index.pl?parent=861938;node_id=3333 | CC-MAIN-2014-41 | refinedweb | 390 | 55.2 |
how can these forums help new people, like you, to post better questions?
Had a quick look at it and I can confirm that changing PWM_FREQUENCY in does change the freq. So if you just need the 4k freq it'll work fine. Still, a way to change the freq in the sketch would be preferred.
I keep hoping to find a way to impres... | http://forum.arduino.cc/index.php?topic=131323.60 | CC-MAIN-2015-35 | refinedweb | 274 | 66.44 |
Important: Please read the Qt Code of Conduct -
How to install QtLocation on Windows?
Hi,
I'm trying to write a simple app with a map to mark several locations.....was directed to the Qt Location Open Street Map Plugin which I intend to use.
I ran through a problem when I tried to follow the instruction on this page:
A... | https://forum.qt.io/topic/69031/how-to-install-qtlocation-on-windows | CC-MAIN-2020-45 | refinedweb | 328 | 73.17 |
Learning new technologies these days is becoming cheap and easy. Every day I see people of all ages, finding some content on the internet and quickly starting to build very interesting applications. Just like those “free-time-hobby-oriented engineers”, full-time engineers get comfortable with a couple of languages and ... | https://dev.to/rudirocha/net-core-for-php-engineers-part-i-1p8n | CC-MAIN-2022-33 | refinedweb | 1,359 | 60.24 |
!
I'm tried to check plugin with my local wiki site - all working correctly. Can you post the errors from console and your config entries?
First of all, please, check the api of your wiki, it must be enabled and url like yourdomain.com/wiki_api_path/api.php(for example en.wikipedia.org/w/api.php)must show api page..
Th... | https://forum.sublimetext.com/t/anyone-using-mediawiker/10832/2 | CC-MAIN-2016-40 | refinedweb | 568 | 54.79 |
Introduction to Flask config
Flask config is defined as the system of arrangements that enables the running of functional units together in accordance with the nature of the run, number, and chief characteristics of the web application being built. The choice of hardware, software, firmware, etc. are the widely the way... | https://www.educba.com/flask-config/?source=leftnav | CC-MAIN-2022-05 | refinedweb | 1,078 | 54.22 |
First Steps
- Your product manager (at least) needs to have a Sanity user account with email and password.
Sample AirBnb Property Rental Clone
Document Schemas (schemas/*.js)
property.js
export default { name: "property", title: "Property", type: "document", fields: [ { name: "title", title: "Title", type: "string", },... | https://about.lovia.life/docs/engineering/sanity/ | CC-MAIN-2022-05 | refinedweb | 1,455 | 56.86 |
OK Guys,
Finally I figured it out:
XMLTask is very smart enough to understand the namespaces just by adding a
"colon" in front i.e:
<insert path="/:web-app/:mime-mapping[last()]" position="after" file"
insert.xml" />
And everything works fine.
I small thing i noticed is that it adds an empty "xmlns" to all the
mime-map... | http://mail-archives.apache.org/mod_mbox/ant-user/200709.mbox/%3C2ae0eaa40709191611l6acc2fb6j8ebabf746f50315e@mail.gmail.com%3E | CC-MAIN-2015-48 | refinedweb | 367 | 66.44 |
HOUSTON (ICIS)--Here is Friday's midday ?xml:namespace>
CRUDE: Apr WTI: $101.74/bbl, down $1.01; Apr Brent: $109.41/bbl, down 89 cents
NYMEX WTI crude futures fell on pre-weekend selling and on a correction to recent gains on the first session for April as the spot month. A sell-off in ultra-low sulphur diesel (ULSD) f... | http://www.icis.com/resources/news/2014/02/21/9756178/noon-snapshot-americas-markets-summary/ | CC-MAIN-2016-44 | refinedweb | 287 | 70.8 |
I am new Ruby on Rails programmer, got stuck into a problem where I have a piece of code
def data
data_type == 'option' ? options[super.to_i] : super
end
Here super keyword calls the same
data method of its parent class if
data_type == 'option' is false.
Check this link for a detailed explanation.
Super keyword in Ruby... | https://codedump.io/share/i2UmS7XL5LPu/1/what-is-the-usage-of-super-keyword-in-this-given-controller | CC-MAIN-2017-17 | refinedweb | 138 | 61.97 |
Created on 2016-06-09 04:33 by kaniini, last changed 2016-10-30 15:28 by python-dev.
The C-based optimised version of collections.OrderedDict occasionally throws KeyErrors when deleting items.
See for an example of this regression.
Backporting 3.6's patches to 3.5.1 does not resolve the issue. :(
Could you please provi... | https://bugs.python.org/issue27275 | CC-MAIN-2021-17 | refinedweb | 1,907 | 54.12 |
Great, now let’s make this web app useful for something!
We’ll create a simple app that displays a different joke every time you refresh the page.
First, let’s create an “app” inside django. An app is just a grouping for your code. They are designed to help separate code within your project into chunks based on functio... | https://www.codecrashcourse.com/your-first-web-app/ | CC-MAIN-2022-21 | refinedweb | 775 | 78.45 |
Domain Name System (DNS) is divided into many multiple various zones. These zones distinguish between specifically managed areas within DNS namespace.
Domain Name System (DNS) Zones is any distinct, connecting segment of domain name space in Domain Name System (DNS) for which administrative responsibility has been dele... | https://www.geeksforgeeks.org/domain-name-system-dns-zones/?ref=rp | CC-MAIN-2020-50 | refinedweb | 767 | 55.34 |
15 July 2011 04:54 [Source: ICIS news]
SINGAPORE (ICIS)--?xml:namespace>
“The weather in the past two months had been good, so we get better palm oil crops that produces higher yield,” said a
The strong harvest is expected to continue in the months but this will likely put pressure on CPKO prices, industry sources said... | http://www.icis.com/Articles/2011/07/15/9477710/malaysia-june-cpko-production-improves-on-good-weather.html | CC-MAIN-2014-52 | refinedweb | 198 | 58.62 |
.18 kernel was released on August 12. Some of the more important changes in this release are:
- The power domains subsystem has seen a number of enhancements that will lead to improved whole-system power management.
- It is now possible for unprivileged processes to mount filesystems when running in a user namespace. T... | https://www.linux.com/news/linux-weather-forecast/ | CC-MAIN-2019-39 | refinedweb | 470 | 57.27 |
I am trying to wrap my head around the concept of descriptors and I have had no success lately. This article of descriptor How to has really helped and at the same time it has also confused me. I am struggling with this example here
on why
m.x
def __get__(self, obj, objtype):
class RevealAccess(object):
The details of ... | https://codedump.io/share/TYFboiYFlQrf/1/understanding-the-descriptor-example-from-quotdescriptors-howtoquot-article | CC-MAIN-2017-43 | refinedweb | 491 | 61.33 |
This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.
On Wed, 25 Jul 2018, Florian Weimer wrote: > On 07/25/2018 03:43 PM, Adhemerval Zanella wrote: > > linknamespace-libs-ISO11 = $(linknamespace-libs-isoc) \ > > - $(common-objpfx)nptl/libpthread.a > > -linknamespace-libs-XPG4 = ... | https://sourceware.org/legacy-ml/libc-alpha/2018-07/msg00832.html | CC-MAIN-2022-05 | refinedweb | 121 | 51.34 |
this keyword in Java
The this keyword is used when you need to use class global variable in the constructors. this is a reference to the current object — the object whose method or constructor is being called. You can refer to any member of the current object from within an instance method or a constructor by using thi... | https://www.mindstick.com/Articles/1735/this-keyword-in-java | CC-MAIN-2016-44 | refinedweb | 276 | 65.01 |
*
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Certification
»
Programmer Certification (SCJP/OCPJP)
Author
SCJP by KS & BB: Static access to non-static enum
Matt Vanecek
Greenhorn
Joined: Oct 30, 2008
Posts: 3
posted
Oct 30, ... | http://www.coderanch.com/t/270822/java-programmer-SCJP/certification/SCJP-KS-BB-Static-access | CC-MAIN-2013-48 | refinedweb | 819 | 63.19 |
I'm developing a J2EE app with a Swing UI. Ultimately the app will run under WebLogic, but for the moment I'm doing local testing and debugging under Sun's J2EE RI. The problem I'm up against is authentication for my EJB unit tests. I'd like to have my unit test classes automatically authenticate as different users, bu... | http://www.theserverside.com/discussions/thread.tss?thread_id=5454 | CC-MAIN-2016-36 | refinedweb | 432 | 54.73 |
by S.J. Langdell
Abstract
NAG supplies data in text form for the example programs it distributes with its numerical libraries. Whereas text form makes the programs simple and portable, it may not be the form in which users store data. In particular, a database enables users to better organise their data and to extract ... | http://www.nag.co.uk/IndustryArticles/accessexceldatasjl.asp | CC-MAIN-2016-07 | refinedweb | 1,376 | 59.64 |
- Add users to a project
- Add groups to a project
- Import users from another project
- Inherited membership
- Filter and sort members
- Invite people using their e-mail address
- Project membership and requesting access
- Share project with group
- Remove a member from the project
Members of a project
Members are the... | https://docs.gitlab.com/13.12/ee/user/project/members/ | CC-MAIN-2022-05 | refinedweb | 876 | 66.03 |
Eugene is a freelance programmer and writer, and founder of the Open Hyperdocument System Launch Community (). He can be contacted at [email protected].
Organized by the Dynamic Languages Group at the Massachusetts Institute of Technology's Artificial Intelligence Lab and cosponsored by Dr. Dobb's Journal, the primary ... | http://www.drdobbs.com/the-mit-lightweight-languages-workshop/184404965 | CC-MAIN-2018-34 | refinedweb | 2,114 | 52.39 |
RSS Modularization
July 5, 2000
This week, XML-Deviant takes a look at a proposal to develop RSS, the popular web site syndication format, and reports on some discussion regarding potential new applications.
What is RSS?
RSS is an XML format for syndicating metadata about online content. RSS is the format that powers t... | http://www.xml.com/pub/a/2000/07/05/deviant/rss.html | CC-MAIN-2017-13 | refinedweb | 1,590 | 51.38 |
The class Interval_skip_list<Interval> is a dynamic data structure that allows to find all members of a set of intervals that overlap a point.
#include <CGAL/Interval_skip_list.h>
The insertion and deletion of a segment in the interval skip list takes expected time log, if the segment endpoints are chosen from a contin... | http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/Interval_skip_list_ref/Class_Interval_skip_list.html#Function_ostream__operator666ostream__os+_const_Interval_skip_list6Interval9__isl9; | crawl-003 | refinedweb | 102 | 54.73 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.