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 |
|---|---|---|---|---|---|
Calculating the MIRR
I can follow the textbook example calculating MIRR until its final step. 9720 6000 = --------- (1 +MIRR)^3 MIRR = 17.66% Can you please show how to arrive at the 17.66%.
I can follow the textbook example calculating MIRR until its final step. 9720 6000 = --------- (1 +MIRR)^3 MIRR = 17.66% Can you ... | https://brainmass.com/business/capital-budgeting/pg18 | CC-MAIN-2018-22 | refinedweb | 1,252 | 64.81 |
Archives
The Weekend
So many projects, so little time.
Speech SDK
John Lawrence writes about speech2blog:
Microsoft Enterprise Instrumentation Framework
After previously being available for download only by MSDN Enterprise and Universal subscribers, the Microsoft Enterprise Instrumentation Framework is now available he... | http://weblogs.asp.net/jnadal/archive/2003/11 | CC-MAIN-2015-40 | refinedweb | 692 | 61.36 |
Data abstraction involves pulling out the features that are common across various classes or other composite types, and creating a generalization that can represent them all. This enables the code to operate on the abstraction without having to know anything about the specific implementation. Working with the abstracti... | http://www.chegg.com/homework-help/definitions/data-abstraction-3 | CC-MAIN-2014-10 | refinedweb | 2,803 | 56.86 |
XMPP Gets An IETF Working Group 101
An anonymous reader writes "The IETF has approved the formation of a Working Group to continue evolving the XMPP protocol." Interoperable instant messaging, who'd a thunk it. Our previous story has more information.
Finally some good news (Score:5, Insightful)
Re:Finally some good ne... | https://developers.slashdot.org/story/02/11/01/1811252/xmpp-gets-an-ietf-working-group?sdsrc=prev | CC-MAIN-2016-50 | refinedweb | 5,112 | 71.85 |
A Developer’s Introduction to iOS 9
Every year at WWDC, Apple unveils a new version of iOS. Ever since the announcement of iOS 2, Cocoa Touch developers know it’s a time to study documentation, view sample code, and ready their code for the new APIs.
This year with iOS 9, Apple has added many useful features and refine... | https://www.sitepoint.com/a-developers-introduction-to-ios-9/ | CC-MAIN-2022-40 | refinedweb | 2,044 | 55.34 |
Discovery Service
The Discovery Service allows you to obtain a list of venues available in a given geographical area.
The Discovery Service V2 enables discovery of venues..
For more informaton on private venues, see.
Examples
Example Request:
The previous example contains a few unexplained data points such as "level" -... | https://developer.here.com/documentation/venue-maps/topics/resource-type-discovery.html | CC-MAIN-2019-22 | refinedweb | 424 | 58.08 |
.
Quite recently, I was told by one of my fellow rabbits that they’re compiling their web site; moreover, that they’re doing this using the C preprocessor. My first reaction? ’You guys must be crazy!’ My second thought was ‘This is so crazy it might just work’, so I’ve taken a deeper look into it, and the more I looked... | https://accu.org/index.php/journals/1926 | CC-MAIN-2019-47 | refinedweb | 1,853 | 54.86 |
A.
For now I am just focusing on the list collection, because it is the most simple one. To have an example to look at, I created a little project with a button called “myButton” and a textBox called “myTextBox”. First I add a class that I can work with:
Visual Studio nicely adds my class in a new page to my project:
u... | http://mobile.dzone.com/news/collections-objects-windows | CC-MAIN-2014-41 | refinedweb | 434 | 67.65 |
hey everyone this is my situation. i am taking a programing course that introduces you to a few languages. the first one is C
now im a java guy (not very good with it yet) im still learning but i understand the basic concepts so im not totally in the dark.
here is the task at hand:
The main purpose of this program is t... | https://www.daniweb.com/programming/software-development/threads/346633/useing-c-library-and-system-calls | CC-MAIN-2018-13 | refinedweb | 697 | 54.8 |
fputc, fputs, putc, putchar, puts − output of
characters and strings
#include <stdio.h>
int fputc(int c, FILE *stream);
int fputs(const char *s, FILE *stream);
int putc(int c, FILE *stream);
int putchar(int c);
int puts(const char *s);
int ungetc(int c, FILE *stream);.
fputc(), putc() and putchar() return
the character... | https://alvinalexander.com/unix/man/man3/fputc.3.shtml | CC-MAIN-2019-09 | refinedweb | 141 | 78.59 |
- The Cart Class?s Needs
- Defining the Cart Class
- Making the Cart Iterable and Countable
- The Item Class
- Using the Code
- Conclusion
Making the Cart Iterable and Countable
A problem with the cart as written is there’s no way to get items from the cart, such as to show them in a form, list, or table. That code wit... | http://www.peachpit.com/articles/article.aspx?p=1962481&seqNum=3 | CC-MAIN-2015-32 | refinedweb | 824 | 56.59 |
: August 30,192 Related Items Succeeded by: DeLand news Succeeded by: DeLand news and Volusia County record Full Text - -- .------ -- -- ,. .. .- ''' ._-_.._ _......-.._"-_....-.,.,,, .. . --------- ., V'r rn .. ,... .. ... ., ., .. ....., .. ,.,.. , '1"" 7 t -r """. "''''' H'"T"1'" -".""""''I/' ,,, ,- 'C" -,, ; e-''' ... | http://ufdc.ufl.edu/UF00087347/00192 | CC-MAIN-2017-34 | refinedweb | 19,667 | 77.53 |
Instead of logging print times, I store when it's ok for a message to be printed again. Should be slightly faster, because I don't always have to add or subtract (e.g.,
timestamp < log[message] + 10) but only do in the
true case. Also, it leads to a shorter/simpler longest line of code. Finally, C++ has 0 as default, s... | https://discuss.leetcode.com/topic/48359/short-c-java-python-bit-different | CC-MAIN-2018-05 | refinedweb | 543 | 61.93 |
I've recently installed Windows Live OneCare and generally have been very happy with it. I'm using the Family Safety option to help my kids access the Internet safely. But one thing that's been bugging me is the outbound firewall.
If your software is signed with a code signing cert issued by an authority that is truste... | http://www.pluralsight.com/community/blogs/keith/archive/2008/01/10/49871.aspx | crawl-002 | refinedweb | 413 | 60.24 |
Timers a motor for a certain time duration.
In this tutorial I am going to show how we can make a timer which can be used for almost every electrical device. The device is very easy to use and the device itself does not consume any power after it shuts down the electrical application. Because of hardware simplicity it ... | http://www.snrelectronicsblog.com/8051/general-purpose-timer/ | CC-MAIN-2019-18 | refinedweb | 1,035 | 55.13 |
So, we're going from a fileserver where all users had full access to all files (setup before I was hired ) to a new fileserver on our new AD domain. Now I'm going crazy not knowing the best-practice way to design the NTFS permissions!!!! UUUHHG!!! It is turning into a real monster and I gotta get it under control asap.... | https://community.spiceworks.com/topic/217325-fileserver-permissions-i-m-going-crazy-help | CC-MAIN-2017-26 | refinedweb | 2,450 | 69.92 |
#include <hallo.h> * Jonathan Wiltshire [Fri, May 29 2009, 12:09:37AM]: > --- ../apt-cacher-ng.old/debian/apt-cacher-ng.templates 2009-05-27 20:37:13.000000000 +0100 > +++ debian/apt-cacher-ng.templates 2009-05-28 22:48:07.000000000 +0100 > @@ -1,20 +1,18 @@ > Template: apt-cacher-ng/modifytargets > Type: boolean > Def... | https://lists.debian.org/debian-l10n-english/2009/05/msg00094.html | CC-MAIN-2017-17 | refinedweb | 675 | 66.23 |
Hi Curtis, Thanks for testing things out.
Advertising
Potentially we could de-instate the osg::State::dirtyTexCoordPointer() as there osg::VertexArrayState takes over this functionality, you can get the current VertexArrayState via state.getCurrentVertexArrayState(). I removed the functions like dirtyTexCoordPointer() ... | https://www.mail-archive.com/osg-users@lists.openscenegraph.org/msg72902.html | CC-MAIN-2018-05 | refinedweb | 583 | 71.24 |
TDD in Mobile Development – Part 3
- Unit Testing of Platform-Specific Code in Mobile Development.
- Portable IoC (Portable.TinyIoC) for Mobile Development
- Cross-Platform Unit Testing – in progress.
This is the third post in my TDD for Mobile Development series..
In the Previous post I showed how to use NUnitLite to ... | https://dzone.com/articles/mobile-test-driven-development | CC-MAIN-2017-30 | refinedweb | 1,236 | 61.56 |
Vector::size() in C++ STL
Sign up for FREE 1 month of Kindle and read all our books for free.
Get FREE domain for 1st year and build your brand new site
Vector::size() in C++ STL is used to get the size of a vector container that is the number of elements it has. We have compared it with empty() and capacity() function... | https://iq.opengenus.org/vector-size-cpp-stl/ | CC-MAIN-2021-17 | refinedweb | 999 | 62.27 |
Hi Vatsa,Sorry for the delayed reply - the last week has been very busy ...On 3/1/07, Srivatsa Vaddagiri <vatsa@in.ibm.com> wrote:> Paul,> Based on some of the feedback to container patches, I have> respun them to avoid the "container" structure abstraction and instead use> nsproxy structure in the kernel. User interfa... | http://lkml.org/lkml/2007/3/6/536 | CC-MAIN-2014-41 | refinedweb | 344 | 56.89 |
Swing.The main goal of this project is quite ambitious: create a Swing framework which allows to quickly create a simple Swing application
and which is also flexible and extensible for the big commercial applications. The key to success it to recognize the common patterns and the best practices that help to create a go... | https://weblogs.java.net/node/240648/atom/feed | CC-MAIN-2014-10 | refinedweb | 3,206 | 57.37 |
Hi all.
On 12/05/2014 10:31 μμ, Barend Gehrels wrote:
hi,
We received a merge request from Samuel Debionne for support of variants for the distance algorithm. Thanks very much for this.
Menelaos, how can that be combined with your work for distance algorithm? Can it be merged, and which should go first?
It is orthogona... | https://lists.boost.org/geometry/att-2923/attachment | CC-MAIN-2022-21 | refinedweb | 305 | 70.84 |
Model queries by SQL keyword
In the previous sections you
learned how to query single records, multiple records and related records with Django model methods. However, the matching process was done for
the most part on exact values. For example, a query for the
Store record with
id=1 translated into
the SQL
WHERE ID=1 ... | https://www.webforefront.com/django/modelqueriesbysql.html | CC-MAIN-2021-31 | refinedweb | 9,521 | 54.52 |
The SQL Server Compact 3.5 SP1 Beta for ADO.Net Entity Framework Beta 3 is available for download at Microsoft Download Center.
To install SQL Server Compact 3.5 SP1 Beta Release for ADO.NET Entity Framework Beta 3
- Install ADO.NET Entity Framework Beta 3 from Microsoft Download Center. You must ensure that the pre-re... | https://blogs.msdn.microsoft.com/sqlservercompact/2008/02/21/download-available-for-sql-server-compact-3-5-sp1-beta-for-ado-net-entity-framework-beta-3/ | CC-MAIN-2016-36 | refinedweb | 354 | 55.2 |
I want to be able to let users connect with their reddit accounts in my game and I have been doing a bit of research. I came across this tutorial for reddit login with python and I noticed it was a bit like using the WWWform in Unity to send data.
The python tutorial also used JSON to read the information that was sent... | https://answers.unity.com/questions/500324/how-do-i-use-wwwform-and-json-to-login-to-reddit.html | CC-MAIN-2021-17 | refinedweb | 384 | 78.18 |
I think you can use T.getEnvironmentVersion() here to get the MSVC version. Maybe make it conditional on isWindowsMSVCEnvironment(). If there is no version or it isn't an MSVC environment, just assume full C99 support is available (i.e. the UCRT is in use).
What's the correlation between MSVCRT major version and VS rel... | https://reviews.llvm.org/differential/changeset/?ref=1350063 | CC-MAIN-2019-30 | refinedweb | 2,058 | 72.56 |
Lambda support in debugger expression evaluator (Haruka Matsumoto)
Author: Haruka Matsumoto
Abstract
My project is lambda support in the MonoDevelop debugger’s expression evaluator, used in the Immediate pad.
Code
All of my work is covered by a single pull request: here
Summary of the implementation
Fig 1. Processing f... | https://www.mono-project.com/community/google-summer-of-code/reports/2017/lambda-support-in-debugger-expression-evaluator/ | CC-MAIN-2019-30 | refinedweb | 985 | 56.35 |
IRC log of ws-ra on 2009-09-15
Timestamps are in UTC.
19:29:14 [RRSAgent]
RRSAgent has joined #ws-ra
19:29:14 [RRSAgent]
logging to
19:29:16 [trackbot]
RRSAgent, make logs public
19:29:16 [Zakim]
Zakim has joined #ws-ra
19:29:18 [trackbot]
Zakim, this will be WSRA
19:29:18 [Zakim]
ok, trackbot, I see WS_WSRA()3:30PM al... | http://www.w3.org/2009/09/15-ws-ra-irc | CC-MAIN-2014-49 | refinedweb | 2,738 | 71.58 |
24 April 2008 16:25 [Source: ICIS news]
LONDON (ICIS news)--Spolchemie’s bis-phenol A (BPA) plant at Usti Nad Labem in the Czech Republic will undergo routine maintenance from 19 July, said a company source on Thursday.
?xml:namespace>
The seller said the turnaround was scheduled to last until 3 August, although the pr... | http://www.icis.com/Articles/2008/04/24/9118983/spolchemie-bpa-turnaround-set-for-july-august.html | CC-MAIN-2013-48 | refinedweb | 149 | 59.03 |
I just worked it out and I can't believe it! I'm so sorry guys haha.
Turns out the image was actually a bmp, it just had the file extension of png. WOOOOPS!
Thanks very much to everyone who...
I just worked it out and I can't believe it! I'm so sorry guys haha.
Turns out the image was actually a bmp, it just had the fi... | http://www.javaprogrammingforums.com/search.php?s=049e2ffafd218217ad3f66f198dbcd34&searchid=204194 | CC-MAIN-2016-30 | refinedweb | 275 | 71.21 |
If work on older browsers. That means that you can take advantage of the design time tooling and safety of types (like code completion & navigation), while still leveraging the familiarity, community, and ubiquity of JavaScript.
But if you already know what TypeScript is and want to start using 2.7, go ahead and get it... | https://blogs.msdn.microsoft.com/newtestblog/2018/01/12/blogpost_eyvha/ | CC-MAIN-2019-51 | refinedweb | 2,120 | 55.03 |
I have an issue trying to create a custom MyBasePage that will deal with some key behavior for all pages of the app.
For that, I have created a class "MyBasePage" that inherits from "ContentPage" in the namespace "MyProject.Pages.Generic".
And I try to create a new page "TempPage" in XAML. I have set the designer page ... | https://forums.xamarin.com/discussion/comment/86897 | CC-MAIN-2019-30 | refinedweb | 648 | 59.8 |
In this Python tutorial, we will learn how to implement colors using Python Tkinter. Let us understand in detail Python Tkinter colors with the points:
- Python Tkinter Colors
- Python Tkinter Colors RGB
- Python Tkinter Color Text
- Python Tkinter Color Button
- Python Tkinter Color Chooser
- Python Tkinter Color Labe... | https://pythonguides.com/python-tkinter-colors/ | CC-MAIN-2022-21 | refinedweb | 1,318 | 52.9 |
Well, I've been building SCM/Build infrastructures for people for 12 years
now, let me put it to you this way:
If your project is largely Java based, ant is hard to beat, despite its many
faults
*simply because of the javac task* that alone makes it appropriate to
replace
make with Ant *for Java based projects*.
As for... | http://mail-archives.apache.org/mod_mbox/ant-dev/200106.mbox/%3C4E7888D4F219E145B6F81E5D3049E3BF1B105F@scmail01.arsin.com%3E | CC-MAIN-2017-34 | refinedweb | 421 | 50.91 |
I've been experimenting with HauntedJS recently, a framework for creating Web Components. It allows you to write web components with functions and hooks that are very similar looking to React components. It's similar to other web component frameworks, like Polymer or Stencil, which make the process of creating web comp... | https://hashnode.com/post/adding-constructable-stylesheets-to-hauntedjs-ckbsc651h0260lgs15g6vmxts | CC-MAIN-2021-04 | refinedweb | 1,288 | 55.03 |
This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of C++17 status.
Section: 26.4.7 [complex.value.ops] Status: C++17 Submitter: Marshall Clow Opened: 2014-10-22 Last modified: 2017-07-30
Priority: 0
View all other issues in [complex.value.ops].
Vie... | https://cplusplus.github.io/LWG/issue2459 | CC-MAIN-2019-22 | refinedweb | 393 | 57.06 |
goto
The goto statement transfers the program control directly to a labeled statement. It takes one of the following forms:
where:
- identifier
- A label.
- constant-expression
- A switch-case label.
Remarks
In the first form, the identifier indicates a label located in the current body, the same lexical scope, or an e... | https://msdn.microsoft.com/en-us/library/13940fs2(VS.71).aspx | CC-MAIN-2015-35 | refinedweb | 391 | 57.47 |
So far I have managed to find the particular solution to this equation for any given mass and drag coefficient. I have not however found a way to plot the solution or even evaluate the solution for a specific point. I really want to find a way to plot the solution.
from sympy import *
m = float(raw_input('Mass:\n> '))
... | https://codedump.io/share/TMI6Tvqt1lx3/1/plotting-sympy-result-to-particular-solution-of-differential-equation | CC-MAIN-2017-34 | refinedweb | 212 | 59.7 |
Create an rqt_bag PluginDescription: Create a custom visualization for rqt_bag
Keywords: rqt_bag bag data rqt
Tutorial Level: INTERMEDIATE
Contents
Let's say you have bags of data and you want to be able to visualize them. rqt_bag gives you the ability to scroll through the recorded messages and visualize the raw messa... | http://wiki.ros.org/rqt_bag/Tutorials/Create%20an%20rqt_bag%20plugin | CC-MAIN-2018-22 | refinedweb | 1,210 | 60.11 |
Tax
Have a Tax Question? Ask a Tax Expert
Hello, my name isXXXXX & I'll be helping you today. My goal is to give you a complete & accurate answer that you can understand.
Well, unfortunately, you are encountering the one negative aspect of using a Life Estate as a Medicaid and estate planning tool.
First of all, when t... | http://www.justanswer.com/tax/83sjs-name-isxxxxx-70-rita-66-live.html | CC-MAIN-2017-04 | refinedweb | 2,298 | 67.79 |
I am making a Seabattle game where the Ships are hidden in a panel with a label array. This label array needs to have more or less rows and columns depending on the chosen difficulty level.
So I made a new class "Gameboard" where the Panel and the label array is defined.
The problem is that I cant figure out how to bin... | http://www.dlxedu.com/askdetail/3/9c6ba8f2660fc715f198907dd0560bd2.html | CC-MAIN-2018-51 | refinedweb | 431 | 58.18 |
Deep Learning 2: Part 1 Lesson 6
My personal notes from fast.ai course. These notes will continue to be updated and improved as I continue to review the course to “really” understand it. ・ 13 ・ 14
Lesson 6
Table of contents: Deep Learning ultimately is about finding a minimum that generalizes well -- with bonus points ... | https://medium.com/@hiromi_suenaga/deep-learning-2-part-1-lesson-6-de70d626976c | CC-MAIN-2019-22 | refinedweb | 4,986 | 66.44 |
Energenie create a range of remote control power socket products. These include plugin socket adapters that are great for controlling lamps, pumps and any other mains powered devices. To add some intelligence they sell a hub but of more interest to me is the Pi-mote.
This is a £10 add-on board for the Raspberry Pi that... | http://www.raspberrypi-spy.co.uk/2017/08/controlling-energenie-power-sockets-with-the-pi-mote-addon/ | CC-MAIN-2017-34 | refinedweb | 1,289 | 68.2 |
iTween Visual Editor
Current version: 0.6.1, released October 24, 2012
Get the editor from the Unity Asset Store.
If you’re interested in the source code, the repository lives here.
Please send bug reports and suggestions to david (at) koontzfamily (dot) org
The iTween Visual Editor is an open source project released u... | https://dkoontz.wordpress.com/itween-visual-editor/ | CC-MAIN-2014-15 | refinedweb | 4,151 | 66.13 |
Hi Ron,
You'll need to show us the full traceback as there is not enough
information to determine the problem. There may be a typo in your code,
or is just in the email? Do you really have:
<%=loadMonth(req, =strDate)%>
^
???
Also you might want to put your python code in a block rather than
enclosing each statement in... | http://modpython.org/pipermail/mod_python/2007-July/023995.html | CC-MAIN-2018-34 | refinedweb | 374 | 58.58 |
Originally posted by Graham Walsh: Hi, I've got the 1.4 book (darn, I should have got the 1.5!). Where can I find errata for the 1.4 book? thanks much GrahamO
Originally posted by Kristian Perkins: with the for each loop, you don't have direct access to the array references, you only have a copy of the references in th... | http://www.coderanch.com/t/253088/java-programmer-SCJP/certification/JavaRanch-Exclusive-temporary-errata | CC-MAIN-2015-40 | refinedweb | 224 | 60.65 |
Adopting Cocoapods in your iOS app
Today we will be adopting Cocoapods — a popular dependency manager for Objective-C and Swift into our own project.
IntroductionIntroduction
Cocoapods is a tool to make your development faster by reducing the amount of time spent managing external code (third-party frameworks) in your ... | https://www.codementor.io/codementorteam/adopting-cocoapods-ios-app-wf7vnwnm3 | CC-MAIN-2018-13 | refinedweb | 1,116 | 68.91 |
MadComponents3D – part2: Grid Scrolling
MicroSoft have just officially launched their Windows 8 Operating System, which has prompted me to write my second tutorial about MadComponents3D effects.
Stage3D enabled Grid Scrolling was inspired by the MicroSoft experience. It allows a Flash or AIR developer to incorporate th... | http://madskool.wordpress.com/2012/10/26/madcomponents3d-part2-grid-scrolling/ | CC-MAIN-2014-35 | refinedweb | 1,232 | 56.96 |
sinh, sinhf, sinhl − hyperbolic sine function
#include <math.h>
double
sinh(double x);
float sinhf(float x);
long double sinhl(long double x);
Link with −lm.
Feature Test Macro Requirements for glibc (see feature_test_macros(7)):
sinhf(), sinhl():
_BSD_SOURCE || _SVID_SOURCE ||
_XOPEN_SOURCE >= 600 || _ISOC99_SOURCE ||... | http://man.linuxtool.net/centos7/u2/man/3_sinhf.html | CC-MAIN-2019-09 | refinedweb | 142 | 56.96 |
I have created a class for some functionality I am using across multiple projects. The class consists of two files, a .cpp file and its corresponding .h file.
I wish to call Blynk.virtualWrite() from one of the functions in the class.
The compiler complains that ‘Blynk’ was not declared in this scope.
If I add #include... | https://community.blynk.cc/t/cant-call-blynk-from-a-class-file/32187 | CC-MAIN-2019-04 | refinedweb | 416 | 74.59 |
importing twilio in sikuliX
I want to use automatic message sender like twilio at middle of my code.
To install twilio there is a pip command "pip install twilio" in python.
But I want to use this in Sikulix.
I have also use site.txt where python2.7 package directory is written.
after adding site.txt in appdata, I can ... | https://answers.launchpad.net/sikuli/+question/663046 | CC-MAIN-2019-04 | refinedweb | 402 | 77.43 |
On Tue, Jul 31, 2012 at 11:37 AM, Junio C Hamano <gits...@pobox.com> wrote: > > * This is not even compile tested, so it needs testing and > benchmarking, as I do not even know how costly the calls to > open/close are when we do not have to call iconv() itself.
Advertising
Ok, so it's easily compile-tested: just add + ... | https://www.mail-archive.com/git@vger.kernel.org/msg05358.html | CC-MAIN-2016-44 | refinedweb | 355 | 66.07 |
(In this post I’ll be talking about exogenous, vexing, boneheaded and fatal exceptions. See this post for a definition of those terms.)
If your process experiences an unhandled exception then clearly something bad and unanticipated has happened. If its a fatal exception then you’re already in no position to save the pr... | https://blogs.msdn.microsoft.com/ericlippert/2010/11/23/asynchrony-in-c-5-part-eight-more-exceptions/ | CC-MAIN-2016-22 | refinedweb | 6,081 | 59.03 |
THE SQL Server Blog Spot on the Web
In SQL Server 2005 Microsoft introduced user-schema separation and since then I have seen the use of schemas increase; whereas before I would typically see databases where all objects were in the [dbo] schema I now see databases that have multiple schemas, a database I saw recently h... | http://sqlblog.com/blogs/jamie_thomson/archive/2010/12/27/thoughts-on-schemas-and-schema-proliferation.aspx | CC-MAIN-2015-11 | refinedweb | 1,691 | 59.03 |
Important: Please read the Qt Code of Conduct -
How to declare enums in Python and expose to QML?
In C++ one can simply declare an enum as following:
enum class MyEnum{One, Two, Three}
Then using the
Q_ENUMmacro and registering the object using
qRegisterTypeone is able to use the enums in QML. How can I do this in PySi... | https://forum.qt.io/topic/106307/how-to-declare-enums-in-python-and-expose-to-qml | CC-MAIN-2021-31 | refinedweb | 313 | 62.38 |
Agenda
See also: IRC log
SW: Propose to approve 4 October minutes
DC: OK
<DanC> +1 approve
RESOLUTION: Minutes of 4 October as distributed
DO: Regrets
RL: Regrets
NW: I can scribe
... Regrets for 25 Oct and 1 Nov
<Stuart>
DO: Tantek Celik and Ian Hickson have agreed to be on the panel
DO: TimBL has agreed to be on the
... | http://www.w3.org/2007/10/11-tagmem-minutes | crawl-002 | refinedweb | 1,654 | 66.27 |
.
Two posts ago, I discussed the Interlocked Add(), Increment(), and Decrement() methods (here) for adding and subtracting values in a thread-safe, lightweight manner. Then, last post I talked about the Interlocked Read() and Exchange() methods (here) for safely and efficiently reading and setting 32 or 64 bit values (... | http://geekswithblogs.net/BlackRabbitCoder/archive/2012/09/06/c.net-little-wonders-interlocked-compareexchange.aspx | CC-MAIN-2015-48 | refinedweb | 2,217 | 69.52 |
Hi folks,
I am trying to develop a plugin for sublime text 2. I want to use the onProjectLoad event (I think now it is the on_project_load event)
But I cant get it. The documentation I have found is out of date?
Here one of my tries:
[code]import sublime, sublime_pluginfrom pprint import pprint
class CreateCompassProje... | https://forum.sublimetext.com/t/def-on-project-load/9740/3 | CC-MAIN-2017-22 | refinedweb | 266 | 66.84 |
Using the STATE Design Pattern in Java
- Modeling States
- Refactoring to STATE
- Making States Constant
- Summary
The state of an object is a combination of the current values of its attributes. When you call a set- method, you typically change an object's state, and an object can change its own state as its methods e... | http://www.informit.com/articles/article.aspx?p=28677&seqNum=3 | CC-MAIN-2018-22 | refinedweb | 746 | 61.36 |
Canadian mining firm Angkor Gold has agreed to an all-shares buyback of the net smelter return (NSR) interests on a mine in Ratannakiri province that it sold to Indian mining firm Mesco Gold (Cambodia) Ltd for $1.2 million in 2013, the company said in a release yesterday.
Angkor Gold sold an aggregate 2.5 percent NSR i... | https://www.phnompenhpost.com/business/angkor-gold-agrees-buyback-mine-nsr | CC-MAIN-2022-27 | refinedweb | 125 | 63.83 |
INeedIt - Addressing text size issues
This past Saturday I wrote about my experience creating a Flex Mobile application called INeedIt. Based on the Google Places API, it was a simple application that found businesses of a certain type around your location. One of the issues I ran into was with text size. Consider what... | https://www.raymondcamden.com/2011/05/17/INeedIt-Addressing-text-size-issues | CC-MAIN-2019-30 | refinedweb | 497 | 76.42 |
Scheduling Serverless
Posted on
Scheduling events has long been an essential part of automation; many tasks need to run at specific times or intervals. You could be checking StackOverflow for new questions every 20 minutes or compiling a report that is emailed every other Friday at 4:00 pm. Today, many of these tasks c... | https://www.pulumi.com/blog/scheduling-serverless/ | CC-MAIN-2022-21 | refinedweb | 652 | 58.38 |
I'm currently making changes to the admin/index.html template and I need to reference the url in my application using the name space 'hello' in a href tag for a link, but I'm having trouble doing at the admin level. The name of my application is clean and the url pattern in urls.py file is below.
urls.py
from django.co... | https://codedump.io/share/42piJiNDN79e/1/how-to-reference-django-application-url-in-admin-index-template | CC-MAIN-2017-34 | refinedweb | 148 | 58.58 |
So I've worked on my first big program in a DOS Screen, it's where you input a command and it'll return the function defined with it (duh) It's not working for some reason though.
Code for main.cpp
ofstream new_account(naming_interger".dat"); is where it mainly fails to compile, I am using Dev-C++ 4.9.9.2.ofstream new_... | http://cboard.cprogramming.com/cplusplus-programming/107080-help-money-owed-bank.html | CC-MAIN-2015-06 | refinedweb | 504 | 63.15 |
Django, Background Processes, and Keeping Users in the Loop
When you have out-of-band processing in a web app, how do you let users know that the status of a task has changed? Depending on your front-end client, there are a few different approaches you might take.
In my last post, I talked about how a modern web app ne... | https://www.oddbird.net/2017/04/17/async-notifications/ | CC-MAIN-2022-40 | refinedweb | 1,098 | 65.83 |
newbie - log4net deletes my config file!
2005-11-01 20:47:38 GMT
I'm a .net and log4net newbie working thru the tutorial at
First example, logging to console with no config file, works fine. 2nd example, using a small config file, I see two problems.
The main problem is that my config file is deleted from the system wh... | http://blog.gmane.org/gmane.comp.log.log4net.user/month=20051101 | CC-MAIN-2015-32 | refinedweb | 413 | 57.16 |
HI..
i had started a thread before about the same code...not sure if i was suppose to keep going in the same one or create a new thread..i am sorry if i did anything wrong mods...
my program should just ask the user to enter words..
"The program must simply ask the user to type in a text since a text is a list of words... | https://www.daniweb.com/programming/software-development/threads/343730/program-that-just-asks-the-user-to-enter-words | CC-MAIN-2021-25 | refinedweb | 124 | 77.23 |
13, 2008 12:32 PM.
In the spirit of the Framework Design Guidelines, Microsoft has released guidelines for building frameworks based on LINQ. The LINQ Framework Design Guidelines covers topics such as API design and behavior. Unlike the coding guidelines found in many companies, these don't cover trivialities such as ... | http://www.infoq.com/news/2008/03/LINQ-Guidelines | crawl-002 | refinedweb | 550 | 61.26 |
Watch Now This tutorial has a related video course created by the Real Python team. Watch it together with the written tutorial to deepen your understanding: Documenting Python Code: A Complete Guide
Welcome to your complete guide to documenting Python code. Whether you’re documenting a small script or a large project,... | https://realpython.com/documenting-python-code/ | CC-MAIN-2022-05 | refinedweb | 3,905 | 50.57 |
Rendering points with WebGL
In the previous step, we rendered point features with the normal vector layer. This layer uses the 2D canvas context for rendering. With this layer, you can render tens of thousands of points – as long as you are careful about writing efficient styling code. For rendering larger numbers of p... | https://openlayers.org/workshop/en/webgl/points.html | CC-MAIN-2021-43 | refinedweb | 518 | 51.78 |
Upgrading stuff to from Windows Phone 7 to “Mango” is sometimes like cleaning your desk drawer before going on a holiday – you stumble upon stuff you forgot it was even there. For the ‘game engine’ I made for Catch’em Birds I created a few very handy extension methods for calculating speed and distance, which I would l... | http://dotnetbyexample.blogspot.com/2011/07/speed-and-distance-calculation.html | CC-MAIN-2019-04 | refinedweb | 474 | 64.81 |
import "google.golang.org/grpc/benchmark/stats"
Package stats tracks the statistics associated with benchmark runs.
type BenchResults struct { // RunMode is the workload mode for this benchmark run. This could be unary, // stream or unconstrained. RunMode string // Features represents the configured feature options for... | https://godoc.org/google.golang.org/grpc/benchmark/stats | CC-MAIN-2019-43 | refinedweb | 1,133 | 51.14 |
Created on 2009-01-14.15:30:48 by billiejoex, last changed 2009-04-03.16:49:50 by amak.
By running pyftpdlib [1] test suite on Jython 2.5b1 I get this exception
from select().
I can't understand the reason since it happens randomly.
back (most recent call last):
File "C:\jython2.5b0\Lib\threading.py", line 247, in _Thr... | http://bugs.jython.org/issue1238 | CC-MAIN-2016-26 | refinedweb | 922 | 76.62 |
Feedback
Getting Started
Discussions
Site operation discussions
Recent Posts
(new topic)
Departments
Courses
Research Papers
Design Docs
Quotations
Genealogical Diagrams
Archives
If we had voting on things (a la reddit, slashdot, hacker news, etc.) I think we'd all be better off. There are technological things which wo... | http://lambda-the-ultimate.org/node/5190 | CC-MAIN-2019-43 | refinedweb | 5,202 | 59.13 |
Icewind Dale II
FAQ/Walkthrough by Kaos_Reynes
Version: 1.01 | Updated: 2013-12-25 | | | | Icewind Dale II | | | o======================================================================o Version 1.01 Written by: Lee Kadel Email: kaos.reigns@yahoo.com If you want to email me about this guide, make sure you put "IWD II", ... | http://www.gamefaqs.com/pc/552350-icewind-dale-ii/faqs/68029 | CC-MAIN-2015-14 | refinedweb | 95,741 | 77.16 |
Sidekiq
Threads? In Ruby?
Threading in Ruby is something of a sore subject. On the one hand, threads in Ruby are super-easy to work with. If you want to execute something in a thread, you just create a new Thread object, handing it a block containing the code you want to execute:
Thread.new do STDERR.puts "Hello!" # ru... | http://www.linuxjournal.com/content/sidekiq?page=0,1&quicktabs_1=1 | CC-MAIN-2017-13 | refinedweb | 1,422 | 58.72 |
scan-and-scroll doesn't work from Docker with a ElasticSearch cluster placed outside
Currently I use Docker with an ElasticSearch cluster, which is placed outside the container.
From my docker I manage to create a mapping (so my ip it’s good), and I manage to launch simple request in python language.
def getBodyOfRoot(... | http://dockerdaily.com/scan-and-scroll-doesnt-work-from-docker-with-a-elasticsearch-cluster-placed-outside/ | CC-MAIN-2018-26 | refinedweb | 164 | 61.67 |
Are you sure?
This action might not be possible to undo. Are you sure you want to continue?
The Open Your Bible Commentary was written to encourage daily Bible study. Each reading is short, but the content is rich with careful explanation, devotional warmth, and practical relevance. Its four great strengths are that it... | https://www.scribd.com/book/236812792/The-Open-Your-Bible-New-Testament-Commentary-Page-by-Page | CC-MAIN-2019-26 | refinedweb | 10,400 | 58.52 |
checking for null- how paranoid are you?
How paranoid is everyone in checking for null?
For instance:
I have a program in which :
Any way null could be submitted as a member during object construction is checked for by a sentinel.
Contractually, consumers are obligated not to change the value of any object they get fro... | https://www.java.net/node/676428 | CC-MAIN-2015-22 | refinedweb | 551 | 52.09 |
Like a lot of newer languages, ActionScript 3 is different from Java when it comes to properties, dynamic behavior, and some very convenient aspects of functional programming. In this second half of his Java developer's guide to ActionScript 3, Chet Haase uses side-by-side code samples to demonstrate the differences in... | http://www.javaworld.com/article/2078004/scripting-jvm-languages/actionscript-for-java-developers--part-2.html | CC-MAIN-2015-06 | refinedweb | 620 | 57.91 |
Windows Services is a powerful programming tool that the Windows OS give us to run programs without the need for a human user logged in to the system.
Due the Windows Service nature, Visual Studio cannot directly launch a service and debug it. Also, you cannot attach a service to debug the service constructor or to deb... | http://www.codeproject.com/Articles/19914/How-to-debug-a-Windows-Service-and-not-die-in-the?msg=4063736 | CC-MAIN-2013-48 | refinedweb | 501 | 53.41 |
.
An avid cyclist, runner and photographer, Erik Wilde was educated in Berlin and Zurich and has spent the last several years teaching at UC Berkeley in California. He’s active on several W3C and IETF committees, is a frequent reviewer for peer-reviewed papers and was part of the group that founded the WS-REST track at... | https://www.infoq.com/articles/erik-wilde-web-profiles/?itm_source=articles_about_apis-description-discovery-profiles&itm_medium=link&itm_campaign=apis-description-discovery-profiles | CC-MAIN-2019-43 | refinedweb | 2,824 | 61.97 |
About
I'm George Rypysc (Rip-ISH), a longtime Mozilla fan.
I don't check in here that often so contact me at
georgethree+devmo AT gmail DOT com
(note-to-self: I came across this web, DOM, etc reference - Google DocType).
Old / obsolete stuff:
Most of my contributions here have focused on the DOM (document, form, event)... | https://developer.mozilla.org/en-US/docs/User:George3 | CC-MAIN-2015-22 | refinedweb | 697 | 50.12 |
C++ comments are hints that a programmer can add to make their code easier to read and understand. They are completely ignored by C++ compilers.
There are two ways to add comments to code:
// - Single Line Comments
/* */ -Multi-line Comments
Single Line Comments
In C++, any line that starts with
// is a comment. For ex... | https://cdn.programiz.com/cpp-programming/comments | CC-MAIN-2020-40 | refinedweb | 351 | 58.32 |
All opinions expressed here constitute my (Jeremy D. Miller's) personal opinion, and do not necessarily represent the opinion of any other organization or person, including (but not limited to) my fellow employees, my employer, its clients or their agents.
My team uses FitNesse extensively to create automated acceptanc... | http://codebetter.com/blogs/jeremy.miller/archive/2006/07/15/147400.aspx | crawl-002 | refinedweb | 2,656 | 53.71 |
Python: Add query parameters to a URL
I was recently trying to automate adding a query parameter to a bunch of URLS and came across a neat approach a long way down this StackOverflow answer, that uses the PreparedRequest class from the requests library.
Let’s first get the class imported:
from requests.models import Pr... | https://markhneedham.com/blog/2019/01/11/python-add-query-parameters-url/ | CC-MAIN-2019-13 | refinedweb | 183 | 71.55 |
Hey! This article references a pre-release version of Ember.js. Now that Ember.js has reached a 1.0 API the code samples below are no longer correct and the expressed opinions may no longer be accurate. Just keep that in mind when reading this. I hope to have time to dig in to Ember.js again in the near future, and wil... | http://lostechies.com/derickbailey/2012/02/21/emberjs-initial-impressions-compared-to-backbone/ | CC-MAIN-2013-48 | refinedweb | 2,412 | 71.34 |
Invalidating Orphaned Sessions using Vroom Web Framework
Those who've been using the Vroom Web Framework for some time should be familiar with the areas that Vroom focuces on. Things that are not so simple or time consuming are just a piece of cake, doable with in few minutes. (Interview with author of framework here.)... | http://java.dzone.com/tips/invalidating-orphaned-sessions | CC-MAIN-2013-20 | refinedweb | 632 | 65.22 |
$159.20.
Premium members get this course for $23.20.
Premium members get this course for $7.20.
#include "ar.h"
and then they are in the application's include directory, whose name is often given as a -I parameter on the compiler's command line.
PS: programmingLanguages/C
(Incidentally - where are the two files? In sa... | https://www.experts-exchange.com/questions/20327282/cant-compile-undefined-reference-to-apicall01.html | CC-MAIN-2018-09 | refinedweb | 135 | 72.73 |
The code is
this.getClass().getResource(filename);and the main part i am confused about is: this.getClass()
It is used in this context:
public class PlayMusic extends Applet { String filename = "woah.wav"; Sequence song; private URL getURL(String filename){ URL url = null; try{ url = this.getClass().getResource(filenam... | http://www.dreamincode.net/forums/topic/68085-thisgetclass-can-someone-explain/ | CC-MAIN-2016-07 | refinedweb | 107 | 58.38 |
- Control DTMF tones
- Cell_id nokia n95
- SIP sigcomp
- Create MMS in inbox, feature not supported?
- Create Alarm for Unread SMS?
- Display an Image within SMS app
- Bluetooth: getting remote device port parameters
- RConnectionMonitor ::GetPckgAttribute ,Status = -5?
- Connection Monitor API, Who knows how to use?
-... | http://developer.nokia.com/community/discussion/archive/index.php/f-26-p-20.html | CC-MAIN-2014-35 | refinedweb | 1,374 | 52.39 |
Uhm, having a program that can talk to 0.6 and 0.7 servers at the same time
is not the hard problem, it took way less than five minutes to copy in both
generated clients in the same project and rename the C# namespaces. Two apps
and write to disk inbetween? Maven? That's crazy talk. :-D
What I was the most interested i... | http://mail-archives.apache.org/mod_mbox/cassandra-user/201105.mbox/%3CBANLkTik=Ss63FgG3090Ri1g44waj6JVxvA@mail.gmail.com%3E | CC-MAIN-2015-32 | refinedweb | 270 | 78.48 |
Now that you have a set of followers, wouldn't it be nice to know a little more about them? In this blog post, I provide some Python scripts that can help you to get to know your followers better. By having this information, you could cater your tweets to their interests.
First, not all followers are created equal. Som... | http://blog.amyiris.com/2009/02/get-to-know-your-followers-on-twitter.html | CC-MAIN-2013-48 | refinedweb | 2,321 | 74.79 |
Timeline
05/27/10:
- 03:36 Changeset [62256] by
- Use forward slashes in path parameters to xsltproc. This should hopefully …
- 02:39 Changeset [62255] by
- add test for internal domain deduction utilities
- 01:53 Changeset [62254] by
- python_extensions - removed const_aware::registry, replaced with …
- 01:25 Ticket #... | https://svn.boost.org/trac/boost/timeline?from=2010-05-26T15%3A34%3A16-04%3A00&precision=second | CC-MAIN-2017-09 | refinedweb | 1,863 | 51.07 |
JasperReports - Desparate Help Required!
Marcus Hathaway
Ranch Hand
Joined: Jun 07, 2005
Posts: 89
posted
Sep 27, 2005 11:20:00
0
Hi,
This has been bugging me all day, can anybody offer me some advice how to get started with JasperReports or iReport. Specifically, i need help on setting it up after downloading. When u... | http://www.coderanch.com/t/273032/java/java/JasperReports-Desparate-Required | CC-MAIN-2015-40 | refinedweb | 1,601 | 51.75 |
Duplicate way of filtering the milestone_id from IssuableBaseServices
We have 2 ways of cleaning up the
milestone_id from params passed into subclasses of the
IssuableBaseService:
IssuableBaseService#ensure_milestone_available calls
Issuable#milestone_available? to check if the selected milestone is part of the project... | https://gitlab.com/gitlab-org/gitlab-ce/issues/64659 | CC-MAIN-2019-35 | refinedweb | 160 | 57.71 |
I think most software companies have a set of rules for writing and formatting code. This is often referred to as a “style guide”. This tells the programmers on staff how to make code that will fit together in a coherent system. For example, in C++ this code:
… and this code…
…are basically the exact same code. (Assumi... | https://www.shamusyoung.com/twentysidedtale/?p=18368&replytocom=324300 | CC-MAIN-2022-40 | refinedweb | 13,974 | 69.72 |
view raw
I was running a quick little test to display the currently selected value of a spinner by printing the value to a TextInput.
When the spinner is clicked it opens the drop down like it should when I click on the Display All option it sets it as active like it should (meaning it's the currently selected value) a... | https://codedump.io/share/tQ2iR8lBcO96/1/issue-with-a-kivy-spinner-not-updating-text-value-right-away | CC-MAIN-2017-22 | refinedweb | 274 | 57.16 |
This function is used to change the name of file. Its prototype may be written as given below.
int rename(const char* Old_name, const char * New_name);
After the operation of this function, the file is no longer accessible with the old name. It becomes accessible with the new name only.
Illustrates rename () functions
... | http://ecomputernotes.com/what-is-c/file-handling/function-rename | CC-MAIN-2020-05 | refinedweb | 194 | 57.98 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.