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 |
|---|---|---|---|---|---|
This may seem like a beginner question, and it kind of is since this is my first large c# project conversion. Currently converting a large project from vb.net to c#, I understand c# syntax pretty well and the conversion is going pretty smoothly. My one question is - in vb.net I could expose a class with the import stat... | https://codedump.io/share/VjUSHKXpLiVo/1/cannot-expose-class-in-c | CC-MAIN-2016-50 | refinedweb | 105 | 56.96 |
Send a message to a channel
#include <sys/neutrino.h> int MsgSend( int coid, const void* smsg, int sbytes, void* rmsg, int rbytes ); int MsgSend_r( int coid, const void* smsg, int sbytes, void* rmsg, int rbytes );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatical... | http://www.qnx.com/developers/docs/6.6.0.update/com.qnx.doc.neutrino.lib_ref/topic/m/msgsend.html | CC-MAIN-2018-13 | refinedweb | 124 | 65.12 |
).
Typo:
This special version is not a member of either ostream nor istream (or istream?)
why it is not asking for input twice
whats wrong with this?
if i have used only 'cin' then it will prompt twice what is the difference in both them .as told above setw()
is just a manipulator so it should not change 'cin' working ... | https://www.learncpp.com/cpp-tutorial/182-input-with-istream/ | CC-MAIN-2019-13 | refinedweb | 254 | 76.22 |
Information on Silverlight, web development, HD DVD, HDi, and whatever else Amy feels is missing from the interblags.
First, download the HDi Schemas to your Xml\Schemas folder in the Visual Studio program folder. Make sure the files are saved with the .xsd extension.
Markup:
Manifest:
Playlist:
And, then use the appro... | http://blogs.msdn.com/amyd/archive/2007/05/07/intellisense-it-s-a-good-thing.aspx | crawl-002 | refinedweb | 111 | 74.69 |
.
One of the most common questions we are asked is how fast is .NET Compact Framework?
There are 2 things that will help you the most for your project:1. Learning how .NET Compact Framework is architected from a performance viewpoint, you'd get do's and don't while coding up a managed application.
A lot has been alread... | http://blogs.msdn.com/sandeepp/ | crawl-002 | refinedweb | 3,118 | 63.49 |
Oct 08, 2008 10:03 AM|chandu.karteek|LINK
when i am creating virtual directory for a simple web service in vs 2005 i am getting this error can anyone could give the suggestions to resolve this problem
Error ::
Description:
An error occurred during the parsing of a resource required to service this request. Please revie... | http://forums.asp.net/t/1331053.aspx | CC-MAIN-2015-06 | refinedweb | 663 | 64.91 |
This article describes a script engine for the C# language. Here are some key features of the presented scripting system:
There are very specific programming tasks that require significant effort to accomplish in the traditional development scenario:
design -> coding-> compiling -> application
On the other hand, they c... | http://www.codeproject.com/Articles/8656/C-Script-The-Missing-Puzzle-Piece?fid=121304&df=10000&mpp=10&noise=1&prof=True&sort=Position&view=Expanded&spc=Relaxed&select=3152387&fr=38 | CC-MAIN-2013-48 | refinedweb | 2,856 | 66.44 |
// Give the function a name so the onSubmit event for the submit // button can call it. function FullYear () { // Create a variable called ddate that will contain the current // date on the client system. var ddate= new Date(); // Create a variable called year that will contain the current // year on the client system.... | https://support.microsoft.com/en-us/kb/183049 | CC-MAIN-2016-40 | refinedweb | 209 | 78.59 |
can you complete this proram for me
import java.io.* ;
class ThreeSums
{
public static void main ( String[] args ) throws IOException
{
int[] data = {3, 2, 5, 7, 9, 12, 97, 24, 54};
// declare and initialize three sums
// compute the sums
ODD/EVEN USING JAVA
when i type even, the output should be even numbers like 1,3,... | http://www.roseindia.net/tutorialhelp/allcomments/416 | CC-MAIN-2014-10 | refinedweb | 617 | 71.24 |
I have a timestamp such
1474398821633L
from datetime import datetime
timestamp = 1474398821633L
now = datetime.now()
if datetime.utcfromtimestamp(timestamp) < now:
print "timestamp expired"
ValueError: timestamp out of range for platform localtime()/gmtime() function
It looks like your timestamp is in milliseconds. Pyt... | https://codedump.io/share/LgCgVNVLbwzI/1/compare-datetimenow-with-utc-timestamp-with-python-27 | CC-MAIN-2017-51 | refinedweb | 103 | 61.43 |
Electron is starting to be used in many different popular applications, such as VSCode and WhatsApp, simply because of its cross-platform feature. But is that the only advantage that Electron provides?
As we will see by the end of this article, it is not the only benefit. We will look at how simpler it is to write a Wi... | https://dev.to/zenulabidin/electron-vs-the-native-windows-frameworks-27om | CC-MAIN-2022-40 | refinedweb | 894 | 60.95 |
I'm having trouble setting breakpoints inside partial functions. For example,
x match {
Some(n) =>
println( n )
None =>
println( "None" )
I get a red X if I attempt to put a breakpoint on anything inside the match's braces. When I debug the program, none of the breakpoints are tripped.
Additionally, sometimes I have an... | https://intellij-support.jetbrains.com/hc/en-us/community/posts/206640645-Breakpoints-in-anonymous-partial-functions?page=1 | CC-MAIN-2020-34 | refinedweb | 344 | 63.29 |
#include <hallo.h> Jeff J. wrote on Wed Apr 03, 2002 um 03:32:07PM: > The box will also have Windows on it.. Gonna try to get a dual-boot > XP/Debian on a RAID0 array. Not sure if LILO will be able to deal with > that, but Ill work something out. It works (including LILO and syslinux) with boot-floppies 3.0.22 that wil... | http://lists.debian.org/debian-user/2002/04/msg00420.html | CC-MAIN-2013-48 | refinedweb | 122 | 68.16 |
Luckily, you have many options when debugging in Python. Most of these techniques apply to both IPython and Jupyter Notebook. Thanks to the Jupyter team and other open source contributors for simplifying the debugging process.
If after running any of these cells, the notebook appears to be stuck, it may be because you ... | https://crosscompute.com/n/rgkhqMGZeomhoud8ks8EuYQBTwz36rOJ/-/tutorials/python-debugging-tips | CC-MAIN-2020-05 | refinedweb | 494 | 68.57 |
IRC log of tagmem on 2010-10-19
Timestamps are in UTC.
16:15:10 [RRSAgent]
RRSAgent has joined #tagmem
16:15:10 [RRSAgent]
logging to
16:15:12 [DKA]
DKA has joined #tagmem
16:15:25 [jar_]
agenda:
16:15:33 [DKA]
rrsagent, start meeting
16:15:33 [RRSAgent]
I'm logging. I don't understand 'start meeting', DKA. Try /msg RR... | http://www.w3.org/2010/10/19-tagmem-irc | CC-MAIN-2016-22 | refinedweb | 16,357 | 66.37 |
__author__ = "Christopher Potts" __version__ = "CS224u, Stanford, Spring 2019"
Word similarity datasets have long been used to evaluate distributed representations. This notebook provides basic code for conducting such analyses with a number of datasets:
Each of the similarity datasets contains word pairs with an assoc... | https://nbviewer.jupyter.org/github/cgpotts/cs224u/blob/master/hw1_wordsim.ipynb | CC-MAIN-2019-43 | refinedweb | 2,390 | 50.63 |
Issue Type: Bug Created: 2009-11-20T14:09:18.000+0000 Last Updated: 2009-11-25T00:37:50.000+0000 Status: Resolved Fix version(s): - 1.9.6 (24/Nov/09)
Reporter: Adam Jensen (jazzslider) Assignee: Marco Kaiser (bate) Tags: - Zend_Loader
Related issues: Attachments: - library.diff
Currently (r19141 of the standard trunk),... | https://framework.zend.com/issues/browse/ZF-8364?attachmentSortBy=fileName | CC-MAIN-2017-30 | refinedweb | 851 | 56.35 |
This is what I need to do:
Summarize the results in tabular format
This is what I've got:
#include <iostream> using std::cout; using std::cin; using std::endl; #include <iomanip> void displayResults( ); int main() { int sales; double salary; int counter[ 9 ] = { 0, 0, 0, 0, 0, 0, 0, 0, 0 }; cout << "Enter a sales amoun... | https://www.daniweb.com/programming/software-development/threads/198593/i-need-some-help | CC-MAIN-2017-09 | refinedweb | 331 | 69.99 |
C++ While Repetition Statement
The While Statement.
The while loop has two important parts: an expression that is tested for a true or false value, and a statement or block that is repeated as long as the expression is true.
while (condition) { statement; statement; // Place as many statements // here as necessary }
He... | https://www.infocodify.com/cpp/while-repetition-statement | CC-MAIN-2020-34 | refinedweb | 440 | 71.44 |
import "gioui.org/f32"
Package f32 is a float32 implementation of package image's Point and Rectangle.
The coordinate space has the origin in the top left corner with the axes extending right and down.
A Point is a two dimensional point.
Add return the point p+p2.
Mul returns p scaled by s.
Sub returns the vector p-p2.... | https://godoc.org/gioui.org/f32 | CC-MAIN-2020-16 | refinedweb | 166 | 80.68 |
Hi, I've just started a course in C++ about 3 weeks ago. Unfortunately, I'm pretty lost at the moment with this problem and my teacher said I'm on my own now. (I'm guessing he doesn't want to answer my questions anymore because I ask too many, but I really don't understand).
Anyways, as my last resort I've decided to j... | https://www.daniweb.com/programming/software-development/threads/147970/help-with-e-x-problem-please | CC-MAIN-2017-17 | refinedweb | 544 | 60.65 |
#include <CglOddHole.hpp>
Inheritance diagram for CglOddHole:
Definition at line 11 of file CglOddHole.hpp.
Default constructor.
Copy constructor.
Destructor.
Generate odd hole cuts for the model of the solver interface, si.
This looks at all rows of type sum x(i) <= 1 (or == 1) (x 0-1) and sees if there is an odd cycl... | http://www.coin-or.org/Doxygen/Smi/class_cgl_odd_hole.html | crawl-003 | refinedweb | 466 | 59.9 |
Hi guys,
This is my second post in the series "Clean Code". In my first post I talked about how to name variables in a "clean" way. Now I am going to talk about "Clean Functions" and just like last time, these points are derived from the book "Clean Code" by Robert C. Martin.
Below are some key points that should be ke... | https://dev.to/danialmalik/a-brief-guide-to-clean-code-functions-104h | CC-MAIN-2021-43 | refinedweb | 1,564 | 56.96 |
Posted 30 Sep 2016
Link to this post
Hello!
I'm having an issue with the RadComboBox control. I have noticed that when there are 2 items that have the same name, let's call them "Combo1", the event SelectedIndexChanged doesn't fire if the user is selecting the second "Combo1" while the current selection is the first "C... | http://www.telerik.com/forums/selectedindexchanged-doesn't-fire-for-items-with-the-same-name | CC-MAIN-2017-22 | refinedweb | 480 | 61.16 |
Create glass effect buttons using nothing but Java code and JTexGen, a procedural texture library for Java. First create a new project in your favorite IDE and add the JTextGen jar file, or create a new maven project and add the JTexgen dependency if you installed it from the source distribution into your local reposit... | http://www.andygibson.net/blog/tutorial/glass-button-tutorial-in-java/ | CC-MAIN-2019-13 | refinedweb | 2,046 | 65.32 |
Posted 13 Dec 2018
Link to this post
I am not sure how to accomplish this. We want to create a static method, that would be used by multiple reports (ie converting a binary to an image). Currently, I am having a hard time trying to figure this out. I know we can use custom methods in the report layout, but only if they... | https://www.telerik.com/forums/using-common-static-methods-in-different-report-layouts | CC-MAIN-2019-30 | refinedweb | 225 | 69.72 |
Hi there,
I am trying tot create a selection input in an ETo dialog. If I run the following snippet, I can only select objects if I close the ETO dialog. Instead i want to temporarliy hide the dialog and change focus to the rhino viewport
def handleCompareNestingClick(self, sender, e): ### HIDE Dialog at this point, ch... | https://discourse.mcneel.com/t/change-focus-from-eto-to-rhino-viewport/84392 | CC-MAIN-2019-26 | refinedweb | 101 | 51.58 |
Is it possible to use QAbstractTableModel with TableView from QtQuick.Controls?
Hi,
I'm trying to implement following case:
There is 2d table with values. I need to implement UI for viewing data and editing it.
To simplify synchronisation between edits from UI and table updates coming from the back-end, I want model to... | https://forum.qt.io/topic/38674/is-it-possible-to-use-qabstracttablemodel-with-tableview-from-qtquick-controls | CC-MAIN-2018-05 | refinedweb | 828 | 53.21 |
A little while back I attended the largest east coast gathering of folks from the ever popular social news site, Reddit.com. Those of you familiar with Reddit already know that it is all about link aggregation. Users post links to interesting websites and material, and can then vote up or vote down content based on int... | http://hackaday.com/2011/04/27/motion-controlled-reddit-vote-sign/?like=1&source=post_flair&_wpnonce=1a35c759c1 | CC-MAIN-2014-35 | refinedweb | 2,290 | 70.94 |
Expert Reviewed
How to Wind up an Estate
Two Parts:Preparing Assets for ClearanceDistributing the AssetsCommunity Q&A
Once the personal representative (or executor) of an estate has collected all of the estate’s assets, paid all outstanding liabilities, and filed all income tax returns, he or she will need to wind up t... | http://www.wikihow.com/Wind-up-an-Estate | CC-MAIN-2017-09 | refinedweb | 987 | 54.32 |
Hello,
I have a MIPI driver fully developed in the L4T 32.3.1 but I want to use the VPI 1.0 libraries in the application so I decided to upgrade to L4T 32.5.1 which is the latest version. To do so I just flashed a TX2-4GB jetson with the nvidia SDK manager without my driver, then I have this python script to test the i... | https://forums.developer.nvidia.com/t/i2c-not-working-in-l4t-32-5-1-in-tx2-4gb-device/182100 | CC-MAIN-2022-27 | refinedweb | 218 | 74.9 |
Building the Right Environment to Support AI, Machine Learning and Deep Learning
Watch→
Here is a technique you can use to disable and enable trace output in your program. The basic idea is to encapsulate the trace statements in a static class. The class checks a file to see if it should print the trace or not. This ut... | http://www.devx.com/tips/Tip/5322 | CC-MAIN-2019-18 | refinedweb | 165 | 69.58 |
> Using think the simplest way to understand liftM and liftM2 are in terms of their do-notation: liftM op act = do x <- act return (op x) that is: perform the action, bind the result to x, compute (op x) and return that in the monad. Similarly for liftM2: liftM2 op act1 act2 = do x <- act1 y <- act2 return (x `op` y) i... | http://www.haskell.org/pipermail/haskell-cafe/2006-December/020375.html | CC-MAIN-2013-48 | refinedweb | 193 | 64.24 |
RTC_GEOMETRY_TYPE_GRID.3embree3 - Man Page
NAME
RTC_GEOMETRY_TYPE_GRID - grid geometry type
SYNOPSIS
#include <embree3/rtcore.h> RTCGeometry geometry = rtcNewGeometry(device, RTC_GEOMETRY_TYPE_GRID);
DESCRIPTION
Grid meshes are created by passing
RTC_GEOMETRY_TYPE_GRID to the
rtcNewGeometry function call, and contain a... | https://www.mankier.com/3/RTC_GEOMETRY_TYPE_GRID.3embree3 | CC-MAIN-2022-33 | refinedweb | 373 | 52.29 |
sel
Small, fast CSS4 selector library
Want to see pretty graphs? Log in now!Want to see pretty graphs? Log in now!
npm install sel
Sel - A small, powerful CSS.
Support
Sel supports all of the CSS Level 3 Selectors, as well as the following Draft CSS Level 4 Selectors:
div! .box /* subject overriding */ label /for/ inpu... | https://www.npmjs.org/package/sel | CC-MAIN-2014-15 | refinedweb | 368 | 52.46 |
import "github.com/juju/juju/api/usermanager"
type Client struct { base.ClientFacade // contains filtered or unexported fields }
Client provides methods that the Juju client command uses to interact with users stored in the Juju Server.
func NewClient(st base.APICallCloser) *Client
NewClient creates a new `Client` base... | https://godoc.org/github.com/juju/juju/api/usermanager | CC-MAIN-2020-10 | refinedweb | 245 | 52.26 |
ly
project
project should i create
1. Detailed study of all modules and submission of SRS (Software Requirement Specification)
2. Presentation of SRS document
please can u...project i have to do my final year project
project topic:Weekly
Struts Tutorials
as popular as Struts. If you need to brush up your knowledge on J... | http://roseindia.net/tutorialhelp/comment/8975 | CC-MAIN-2014-35 | refinedweb | 1,500 | 75 |
We are here with you hands in hands to facilitate your learning & don't appreciate the idea of copying or replicating solutions. Read More>>
start trying, and help me completing this code. we still have time till tomorrow midnight.
#include <iostream>
#include <fstream>
#include <string>
/*open file with ifstream
use g... | https://vustudents.ning.com/group/cs606compilerconstruction/forum/topics/cs606-assignment-2?commentId=3783342%3AComment%3A5996519&xg_source=activity&groupId=3783342%3AGroup%3A60028 | CC-MAIN-2019-39 | refinedweb | 325 | 72.46 |
I want a LED to flash, while some work is beeing done on my Raspberry. I am using a Thread for the LED in my Python script.
The initial code:
import RPi.GPIO
import time
import threading
pinLED = 10
pinButton = 12
GPIO.setmode(GPIO.BOARD)
GPIO.setup(pinLED, GPIO.OUT)
GPIO.setup(pinButton, GPIO.IN, pull_up_down=GPIO.PUD... | https://codedump.io/share/b7njrQmJ9AHE/1/calling-a-method-several-times-with-several-threads | CC-MAIN-2018-26 | refinedweb | 373 | 62.85 |
Figure 1. Image of the
HelloCli sample program.
Welcome to Step 7 of our DCOM tutorial. This is the last step!,.
We're currently on Step 7 of this tutorial (the last!), where we put together a little MFC program, called
HelloCli, to test our server. Let's plunge in:
HelloCliClient to Test the Server
As you can see from... | http://www.codeproject.com/KB/COM/hellotutorial7.aspx | crawl-002 | refinedweb | 2,458 | 57.47 |
What’s New In Python 3.4¶
This article explains the new features in Python 3.4, compared to 3.3. Python 3.4 was released on March 16, 2014. For full details, see the changelog.
Summary – Release Highlights¶
New syntax features:
- No new syntax features were added in Python 3.4.
Other new features:
- pip should always b... | https://docs.python.org/dev/whatsnew/3.4.html | CC-MAIN-2018-39 | refinedweb | 2,925 | 60.11 |
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
list::rend
Returns an iterator that addresses the location that follows the last element in a reversed list.
A reverse bidirectional iterator that addresses t... | https://msdn.microsoft.com/en-us/library/yd0bb29w.aspx | CC-MAIN-2016-44 | refinedweb | 366 | 52.8 |
xpd:
Id be hitting the Jagermeister........ that way if it fails to rebuild, the shock wont be so great :)
RAID is not a backup!!!1!
xpd:
Id be hitting the Jagermeister........ that way if it fails to rebuild, the shock wont be so great :)
RAID is not a backup!!!1!
AWS Certified Solution Architect Professional, Sysop A... | https://www.geekzone.co.nz/forums.asp?forumid=50&topicid=198748&page_no=2 | CC-MAIN-2018-43 | refinedweb | 830 | 81.83 |
The
inheritance feature of handler mapping settings can simplify the
administration of servers significantly that host many Web sites and
Web applications. In general, configure handler mappings at the highest
applicable level. For example, if you are sure that none of the Web
applications in a specific Web site will n... | http://mscerts.programming4.us/windows_server/Windows%20Server%202008%20%20%20Configuring%20IIS%20Security%20(part%208)%20-%20Adding%20Handler%20Mappings.aspx | CC-MAIN-2014-15 | refinedweb | 642 | 55.74 |
Hi,
I've been trying to make UART interrupts work on the PSOC6 CM0P processor without success; I have been able to get CM4 to work. This is all on Modus toolbox 2.3, pdl2.2.1, and just using pdl and low level uart apis (no HAL).
I took a simple Cypress PSOC6 UART dma demo project that runs on CM4 and modified it, remov... | https://community.cypress.com/t5/ModusToolbox-PSoC-6-SDK/bd-p/ModusToolboxPSoC6SDK/page/7 | CC-MAIN-2021-43 | refinedweb | 966 | 65.83 |
Each variable has a storage class which defines the features of that variable. It tells the compiler about where to store the variable, its initial value, scope ( visibility level ) and lifetime ( global or local ).
There are four storage classes in C++.
- auto
- extern
- static
- mutable in which these are defined. <i... | https://www.codesdope.com/cpp-storage-classes/ | CC-MAIN-2022-40 | refinedweb | 676 | 66.27 |
Python client for Consul ()
Project description
Python client for Consul.io
Example
import consul c = consul.Consul() # poll a key for updates index = None while True: index, data = c.kv.get('foo', index=index) print data['Value'] # in another process c.kv.put('foo', 'bar')
Installation
pip install python-consul2
Note:... | https://pypi.org/project/python-consul2/ | CC-MAIN-2019-43 | refinedweb | 306 | 55.95 |
When I started at Palantir, I got a crash course in data analytics. In the process, I've realized that pure software engineering skills are just one piece of a broader set of tools needed to interact with data in sophisticated ways. For a software engineer that works with data regularly, some basic data analytics go a ... | https://natmeurer.com/introduction-to-data-analytics-part-1-time-series-analysis/ | CC-MAIN-2019-26 | refinedweb | 1,553 | 54.83 |
/* $NetBSD: clock.c,v 1.10 2009/01/11 02:46:27 christos) #if 0 static char sccsid[] = "@(#)clock.c 8.1 (Berkeley) 6/4/93"; #else __RCSID("$NetBSD: clock.c,v 1.10 2009/01/11 02:46:27 christos Exp $"); #endif #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/time.h> #include <sys/resource.h> #inclu... | http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libc/gen/clock.c?rev=1.10&content-type=text/x-cvsweb-markup | CC-MAIN-2015-48 | refinedweb | 172 | 60.01 |
A state is a javascript object similar to props that have data to be used with the reactjs render. The state data is a private object and is used within components inside a class.
State allows us to create components that are dynamic and interactive. State is private, it must not be manipulated from the outside. Also, ... | https://blog.codehunger.in/react-state/ | CC-MAIN-2021-43 | refinedweb | 496 | 59.3 |
Feedback
Getting Started
Discussions
Site operation discussions
Recent Posts
(new topic)
Departments
Courses
Research Papers
Design Docs
Quotations
Genealogical Diagrams
Archives
Most languages have a default concrete data type for collections (arrays in C and Perl, lists in Lisp and Haskell, etc.) that get used more o... | http://lambda-the-ultimate.org/node/1059 | CC-MAIN-2021-43 | refinedweb | 5,135 | 60.24 |
Given a C++ base class "Base" and a Python class "Derived" derived from it, I have a method in Base that needs to access arbitrary attributes of an instance of Derived. Is there any way to do this other than explicitly passing an extra copy of "self" into the method calls to Base? A simple example of this clunky interf... | https://mail.python.org/pipermail/cplusplus-sig/2003-August/004839.html | CC-MAIN-2017-17 | refinedweb | 186 | 68.26 |
Making Money With Free Monads (Part 1)
I’ve recently begun investigating using Haskell in the financial sphere to do investment analysis and eventually quant trading. I’ve started by creating some APIs (like this TradeKing API for Haskell and this interface to SEC Edgar). But now I’m turning my eyes towards writing ful... | http://travis.athougies.net/posts/2013-08-21-making-money-with-free-monads.html | CC-MAIN-2019-09 | refinedweb | 1,653 | 69.92 |
This example will show how to play sounds using irrKlang. It will play
a looped background music and a sound every time the user presses a key.
At the beginning, we simply create a class and add the namespace IrrKlang
in which all sound engine classes are located.
using System;
using IrrKlang;
namespace CSharp._01.Hell... | http://www.ambiera.com/irrklang/tutorial-helloworld-csharp.html | CC-MAIN-2014-10 | refinedweb | 261 | 66.33 |
Hi, via Google I have seen that the same problem was reported (and solved, but I have no idea how to obtain the patch) in archlinux: The user who reported the problem found out that the following workaround solves the problem on his machine: --- blitz++-0.9.orig/blitz/compiler.h +++ blitz++-0.9/blitz/compiler.h @@ -114... | https://lists.debian.org/debian-devel/2008/08/msg00730.html | CC-MAIN-2017-47 | refinedweb | 387 | 52.76 |
Do You Want to Build a
Build Tool?
Do You Want to Build a
Build Tool?
Hi Everyone, I'm Craig !
Hi Everyone, I'm Craig !
- twitter/phenomnominal
- github/phenomnomnominal
@phenomnominal 2020
Today, I'm going to tell you a fairy tale!
Today, I'm going to tell you a Fairy Tale!
@phenomnominal 2020
Ready?
Ready?
@phenomnom... | https://slides.com/craigspence/do-you-want-to-build-a-build-tool-yglf | CC-MAIN-2022-05 | refinedweb | 2,410 | 60.11 |
The Samba-Bugzilla – Bug 11741
Samba clients do not list all files that are present in a directory on the server share.
Last modified: 2016-02-19 17:24:57 UTC
We are using Oracle's Linear Tape File System Library edition to store files on a Linux server. LTFSLE exposes metadata for files and directories that are on tap... | https://bugzilla.samba.org/show_bug.cgi?id=11741 | CC-MAIN-2017-13 | refinedweb | 912 | 65.52 |
Introduction to Web Services
Web Services can make your applications Web applications.
Web Services are published, found and used through the Web.
What You Should Already Know
Before you continue you should have a basic understanding of the following:
- HTML
- XML
If you want to study these subjects first, find the tu... | https://yidonghan.wordpress.com/2008/01/27/web-services-basic/ | CC-MAIN-2018-13 | refinedweb | 802 | 59.4 |
import "go.etcd.io/etcd/lease"
Package lease provides an interface and implementation for time-limited leases over arbitrary resources.
doc.go lease_queue.go lessor.go metrics.go
MaxLeaseTTL is the maximum lease TTL value
NoLease is a special LeaseID representing the absence of a lease.
var ( ErrNotPrimary = errors.New... | https://godoc.org/go.etcd.io/etcd/lease | CC-MAIN-2020-34 | refinedweb | 803 | 50.73 |
MIC440 Explosion-protected Camera MIC440 en Operation Manual MIC440 Explosion-protected Camera Table of Contents | en 3 Table of contents 1 About this Manual 5 2 Safety 6 2.1 Safety Precautions 6 2.2 Important Safety Instructions 6 2.3 Important Notices 7 2.4 Safety Information Specific to Explosion Protection 11 2.5 C... | http://manualzz.com/doc/1073735/bosch-mic-series-440-technical-data | CC-MAIN-2017-39 | refinedweb | 14,010 | 53.21 |
Because IBM Bluemix is based on Cloud Foundry, I am using the Cloud Foundry-related tools (mainly "cf") to interact with Bluemix. A first challenge is that a Python runtime is not built into Bluemix/Cloud Foundry and I have to tell it to prepare the runtime for me. It is called "Bring Your Own Community". When you clic... | http://blog.4loeser.net/2014_06_01_archive.html | CC-MAIN-2017-26 | refinedweb | 612 | 57.47 |
Diffusion of gold atom on Al(100) surface¶
In this ASE-tutorial:
the energy barrier for diffusion of a gold atom on an Al(100) surface is calculated using a semi-empirical EMT potential. In this exercise, we will try to use DFT and GPAW.
- Run the script from the ASE-tutorial above and use the graphical representation ... | https://wiki.fysik.dtu.dk/gpaw/exercises/diffusion/diffusion.html | CC-MAIN-2019-09 | refinedweb | 653 | 65.93 |
happy new year! --Simon Michael, Mon, 02 Jan 2006 04:08:28 -0800 reply
Happy new year! I wish you a joyful, fulfilling, and prosperous 2006.
I'm 3/4 through a month in ireland; having a great time here. But, for dreadful connectivity and other reasons (which I'll blog later), it's been impossible to work much. I'm defe... | http://zwiki.org/GeneralDiscussion200601 | CC-MAIN-2019-22 | refinedweb | 1,085 | 73.47 |
Part 1
of this article introduced the Python programming language
from the perspective of an old C hacker and presented a short program
to solve the "Coconuts" problem. Part 2
described the Sudoku puzzle and showed how a Sudoku-solving program might be
written in Python. The program would contain three steps:
- read in... | http://www.linuxjournal.com/article/8858?quicktabs_1=0 | CC-MAIN-2015-18 | refinedweb | 5,489 | 75.3 |
Log4c stream appender interface. More...
#include <log4c/defs.h>
#include <log4c/appender.h>
Go to the source code of this file.
Log4c stream appender interface.
The stream appender uses a file handle
FILE* for logging. The appender's name is used as the file name which will be opened at first log. An appender can also... | http://log4c.sourceforge.net/appender__type__stream_8h.html | CC-MAIN-2017-47 | refinedweb | 126 | 61.22 |
Microsoft Proposes RSS Extension 234
An anonymous reader writes "Microsoft Chief Technical Officer Ray Ozzie said this week that his company is working on a new extension to RSS that would help users with different contact and calendar software and services synchronize each other's information." From the."
Yay! (Score:... | https://it.slashdot.org/story/05/11/22/2210229/microsoft-proposes-rss-extension | CC-MAIN-2017-13 | refinedweb | 3,668 | 71.85 |
From: christopher diggins (cdiggins_at_[hidden])
Date: 2005-06-03 13:47:08
----- Original Message -----
From: "Ian McCulloch" <ianmcc_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Friday, June 03, 2005 2:09 PM
Subject: [boost] Re: stride iterators and matricies
> christopher diggins wrote:
>
>> Well all of this talk of ma... | https://lists.boost.org/Archives/boost/2005/06/87819.php | CC-MAIN-2019-13 | refinedweb | 349 | 52.6 |
TensorFlow and Queues
Monday March 27, 2017
There are many ways to implement queue data structures, and TensorFlow has some of its own.
FIFO Queue with a list
In Python, a list can implement a first-in first-out (FIFO) queue, with slightly awkward syntax:
>>> my_list = [] >>> my_list.insert(0, 'a') >>> my_list.insert(0... | https://planspace.org/20170327-tensorflow_and_queues/ | CC-MAIN-2018-17 | refinedweb | 1,057 | 53.58 |
An RSI component for D3 charts
8 min read·
Among the plethora of financial charting applications on the market, if you take a read through their functionality list, you’ll find one of the most common indicators implemented is the Relative Strength Index (RSI). I suppose a good place to start is to give some background ... | http://blog.scottlogic.com/2014/11/14/d3_chartcomponents_rsi.html | CC-MAIN-2017-17 | refinedweb | 1,553 | 65.12 |
In c++ programming language, there are keywords that can be used in place of logical operators. The keywords are initially used in c when the keyboards didn’t support symbols like &&, !, ||, etc. Now, here are some written version of logical operators in c++.
Operators and their written versions are −
Program to show t... | https://www.tutorialspoint.com/written-version-of-logical-operators-in-cplusplus | CC-MAIN-2021-43 | refinedweb | 182 | 51.31 |
I run MKL7.0 on my Windows xp system with Microsoft Visual C++ 6.0 as developing platform. I applied to Intel and obtained an evaluation license
for MKL 7.0. Under the instruction I installed it sucessfully.
In my project , I need to use those DSS routines to solve a sparse system
of linear equation.I have included "MK... | https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/309903 | CC-MAIN-2017-17 | refinedweb | 184 | 63.66 |
Commad Sencha Generate with namespace
How can I do to generate model/controller with namespace like...
Code:
sencha generate model admin.User
Code:
/model |_ /admin |_User.js
Last edited by relson; 23 Mar 2012 at 9:21 AM. Reason: Formatting to let more clear
- Join Date
- Mar 2007
- Location
- Gainesville, FL
- 38,378
... | https://www.sencha.com/forum/showthread.php?190336-Commad-Sencha-Generate-with-namespace | CC-MAIN-2015-27 | refinedweb | 266 | 65.32 |
7 Top Reasons Why You Should Use Angular JS
Developed in the year 2009 by Google, Angular JS is an open-source front-end framework. The prime reason for the development of the web development framework is for the creation of dynamic and modern web applications. Angular JS, being a self-motivated JavaScript framework ho... | https://www.bestinterviewquestion.com/blog/7-top-reasons-why-you-should-use-angular-js | CC-MAIN-2020-29 | refinedweb | 883 | 52.8 |
I need to write a code that will return the characters of two strings as a list of tuples. The code should stop when either one of the strings runs out of characters. I know is a simple code but I cannot get to work where it gives me more than just the first character.
it should look like this:
>>> twoStrings('Good', '... | http://www.howtobuildsoftware.com/index.php/how-do/cit/python-string-list-zip-tuples-zip-with-tuples-and-list | CC-MAIN-2018-51 | refinedweb | 110 | 78.93 |
#include <deal.II/dofs/dof_handler.h>
Manage the distribution and numbering of the degrees of freedom for non- multigrid algorithms..
Alias the
FunctionMap type declared elsewhere.
Definition at line 264 of file dof_handler.h.
Standard constructor, not initializing any data. After constructing an object with this const... | http://dealii.org/8.4.1/doxygen/deal.II/classDoFHandler.html | CC-MAIN-2017-43 | refinedweb | 748 | 61.33 |
Linux Environment
Now
One very important thing needs to be kept in mind while writing a program for Linux which is the Linux program will be run in multitasking environment. Multitasking environment means that more than one program will be run at one time and the system will be using the same resource of the machine wh... | http://www.transtutors.com/homework-help/computer-science/linux-environment/ | CC-MAIN-2017-30 | refinedweb | 552 | 61.7 |
Requirements:
1. Linux Distribution (obviously)
2. A text editor :
Vim, Emacs, gedit, kate, atom
3. A Compiler :
gcc or clang
4. A Shell:
bash, xterm, sh,
My setup for this tutorial:
1. Debian GNU/Linux 9.4
2. gedit (Text editor)
3. gcc version 6.3.0-18+deb9u1 (Debian’s Release version for Debian 9.1)
4. bash
Hello all... | https://csprogramming.center/2018/05/15/working-with-multiple-source-files/ | CC-MAIN-2021-25 | refinedweb | 680 | 75.3 |
When publishing a ClickOnce application, you can open the Prerequisites dialog and select any of the packages to be installed prior to the ClickOnce application. You would probably select the .NET Framework that your application targets and Windows Installer 3.1. You would also select the SQLServer Express 2008 databas... | https://robindotnet.wordpress.com/2011/02/06/how-about-a-bootstrapper-package-for-sqlserver-express-2008-r2/ | CC-MAIN-2015-48 | refinedweb | 5,191 | 64.61 |
// helloworld.cpp #include <iostream> #include <luabind> void greet() { std::cout << "hello world!\n"; } // int luaopen_[libname] is the entry point extern "C" int luaopen_libhelloworld(luaState* L) { using namespace luabind; open(L); module(L) [ def("greet", &greet), ]; return 0; }The above, when compiled into a .so, ... | http://www.gamedev.net/topic/624251-luabind-inside-a-shared-library/ | CC-MAIN-2015-18 | refinedweb | 240 | 65.22 |
A module object is characterized by various attributes. Attribute names are prefixed and post-fixed by double underscore __. The most important attribute of module is __name__. When Python is running as a top level executable code, i.e. when read from standard input, a script, or from an interactive prompt the __name__... | https://www.tutorialspoint.com/top-level-script-environment-in-python-main | CC-MAIN-2021-39 | refinedweb | 492 | 61.63 |
Now that we can store data we’re going to need a way to serve it to our users.
First, we’ll take a short detour to discuss one of the core parts of Ferris: Controller.
Ferris handles HTTP requests with Controllers. Controllers are classes that contain a collection of actions. Actions are methods that can be invoked via... | http://ferris-framework.appspot.com/docs21/tutorial/3_controllers.html | CC-MAIN-2017-13 | refinedweb | 735 | 67.96 |
The, ..
Category : arrays
After compiling my ReverseEx.txt is full of unknown characters. It might be because I don’t pass the values correctly or because the reversing function is not correct. Although the code is running. #include <iostream> #include <fstream> using namespace std; int main() { //Files ifstream Myfile... | https://windowsquestions.com/category/arrays/ | CC-MAIN-2021-10 | refinedweb | 489 | 65.12 |
Opened 8 years ago
Closed 8 years ago
Last modified 5 years ago
#10647 closed (fixed)
Many-to-many tables are created even with managed=False
Description
What else can I say..
django.db.backends.creation.sql_for_many_to_many has no guards whatsoever.
def sql_for_many_to_many(self, model, style): "Return the CREATE TABL... | https://code.djangoproject.com/ticket/10647 | CC-MAIN-2016-50 | refinedweb | 181 | 51.38 |
One.
API calls are everywhere on the internet. Although you will not need to know a huge amount about them for school-level Computer Science, it is important to have a basic knowledge of them. Besides they can be a lot of fun.
Retrieve a Cat
Here’s an example, which retrieves a random cat from an API called CATAAS (Cat... | https://compucademy.net/fun-with-cats-python-api-calls/ | CC-MAIN-2022-27 | refinedweb | 310 | 68.67 |
Before that though -- back when I started this series of posts I noted that lambda expressions have an interesting property. Namely, the semantic analysis of the lambda body may depend upon what type the lambda is being converted to. This seemingly trivial fact has an important impact upon the compiler performance duri... | http://blogs.msdn.com/ericlippert/archive/2007/03/26/lambda-expressions-vs-anonymous-methods-part-four.aspx | crawl-002 | refinedweb | 1,394 | 63.7 |
.
Issue Links
- is related to
GROOVY-4253 findResult object/collection/map enhancement patch
- Closed
Activity
- All
- Work Log
- History
- Activity
- Transitions
The name joinCollected was given slight preference to sumCollected. The assumption is that we would add a join method on collections. It would act like join... | https://issues.apache.org/jira/browse/GROOVY-4899 | CC-MAIN-2017-43 | refinedweb | 575 | 52.19 |
I first saw this contest a while ago and thought ok, what could I do that would be interesting here. I read the brief of what we are meant to do, and I thought this might be a time to try and mess with a few things that have been on my Radar for a while.
So my plan is to create a desktop application that will make use ... | http://www.codeproject.com/Articles/474253/Fun-with-Win8-its-sensors-XNA-MVVM-Javascript?msg=4394513 | CC-MAIN-2015-14 | refinedweb | 538 | 66.81 |
This article demonstrate the basic idea of using Web Services to serialize objects and write them into XML file and deserialize data stored in XML file into objects. The example used is a typical Books and Book collection xml structure as below.
1: <?xml version="1.0" encoding="utf-8"?>
2: <Books>
3: <Book>
4: <Title>T... | http://blogs.msdn.com/b/allenwang/archive/2010/06/26/simple-demonstration-of-serialize-deserialize-objects-stored-in-xml-file-using-web-services.aspx | CC-MAIN-2015-48 | refinedweb | 480 | 57.16 |
On Thu, 16 Dec 2004, mdcooper wrote: >. Hi Matt, Ok. I have to admit that my mathematical maturity is actually a little low, but I'll try to follow along. But this really doesn't sounds like a problem specific to Python though, but more of a math problem. So you may actually want to talk with folks with a real math bac... | https://mail.python.org/pipermail/tutor/2004-December/034186.html | CC-MAIN-2017-04 | refinedweb | 610 | 67.55 |
Content-type: text/html
cd_idmap - Sets or gets mappings of User and Group IDs on a CD-ROM
Rock Ridge and X/Open Extensions to the CDFS library (libcdrom.so, libcdrom.a)
#include <sys/cdrom.h>
int cd_idmap (
char *path,
int cmd,
struct cd_idmap *idmap,
int *nmaps );
The cd_idmap routine sets or gets the mapping of UIDs... | http://backdrift.org/man/tru64/man3/cd_idmap.3.html | CC-MAIN-2017-04 | refinedweb | 262 | 63.39 |
tag:blogger.com,1999:blog-95653992009-07-15T17:16:00.123+01:00Man in a ShedMan in a Shed just keep sinking to new moral lowsBrown continued insistence of trying to deceive people about his personal responsibility for the under equipment of our forces in Afghanistan is just par for such a snivelling coward of a man (see... | http://feeds.feedburner.com/ManInTheShed | crawl-002 | refinedweb | 8,167 | 55.27 |
Docker security Part 2
Bringing new security features to Docker
opensource.com
In the first of this series on Docker security, I wrote "containers do not contain." In this second article, I'll cover why and what we're doing about it.
Docker, Red Hat, and the open source community are working together to make Docker mor... | http://opensource.com/business/14/9/security-for-docker | CC-MAIN-2015-48 | refinedweb | 2,324 | 53.31 |
Two columns ago I launched HC, the Handler Compiler, as a new project for this column. The goal of HC is to compile a proxy content handler that matches XPaths to specific methods (the application handler) in SAX parsing.
I have found that in my own SAX programming I spend too much time on low-level, repetitive tasks s... | http://www.ibm.com/developerworks/library/x-wxxm7/index.html | crawl-002 | refinedweb | 2,333 | 55.84 |
>>."
Two:Elium-4? (Score:5, Informative)
It might come to a surprise to you, but not all words come from english; eventually it's the other way round.
Re:Neutrons anyone? (Score:1, Informative)
Re:Neutrons anyone? (Score:5, Informative)
Thus no Neutrons. Much safer..
More info (Score:4, Informative)
Solid-state plasma ... | https://hardware.slashdot.org/story/08/05/24/0345245/successful-cold-fusion-experiment/informative-comments | CC-MAIN-2017-09 | refinedweb | 1,318 | 52.09 |
Sorry for that title. I really didn't know how to define this problem.
I was needed to declare integer array of N numbers and to fill it with random nums in void function. Then that array needs to be printed in main. The thing is that i am not allowed to use printf in void function so only way to print in main is to us... | https://codedump.io/share/lrmS1iN0Qj3W/1/pointing-to-arrays-using-void-function | CC-MAIN-2018-22 | refinedweb | 318 | 83.15 |
My goal is to upload a small layer for an aws lambda function using the python 3.7 runtime that stores python dependencies, but I cannot seem to get it to recognize the modules.
I created a Makefile to generate the zip file
create-lambda-layer: docker run -dit --name AL amazonlinux:latest docker cp requirements.in AL:/... | https://www.tutorialguruji.com/python/aws-lambda-function-does-not-recognize-my-python-dependency-layer/ | CC-MAIN-2021-43 | refinedweb | 502 | 52.46 |
In this article you will know about some basic differences between Windows Store App & Windows Phone 8 App
A few days before writing this article I was thinking that Microsoft built Windows 8 as a universal operating system for all devices, like Desktop, Smart Phone, Surface Tablet. But my assumption was wrong, because... | https://www.c-sharpcorner.com/UploadFile/b5be7f/some-basic-differences-between-windows-store-app-windows-p/ | CC-MAIN-2019-35 | refinedweb | 454 | 59.33 |
QtQuick.XmlListModel.XmlListModel
For specifying a read-only model using XPath expressions More...
Properties
- count : int
- namespaceDeclarations : string
- progress : real
- query : string
- roles : list<XmlRole>
- source : url
- status : enumeration
- xml : string
Methods
- void errorString()
- object get(int index... | https://phone.docs.ubuntu.com/en/apps/api-qml-current/QtQuick.XmlListModel.XmlListModel | CC-MAIN-2020-45 | refinedweb | 179 | 51.65 |
Nolan Feeney | The Atlantic 2019 by The Atlantic Monthly Group. All Rights Reserved.tag:theatlantic.com,2014:50-359913<p><span>Click the links in the article titles to read the full pieces, and let us know what we've missed:</span></p><figure class="right"><img alt="" height="300" src="" width="226"><figcaption class="... | https://www.theatlantic.com/feed/author/nolan-feeney/ | CC-MAIN-2019-47 | refinedweb | 24,676 | 51.99 |
To where exactly is the execution passed by the loader, i.e. what is the kernel's actual entry point. Let us take a look at the command that links the kernel:
sys/conf/Makefile.i386: ld -elf -Bdynamic -T /usr/src/sys/conf/ldscript.i386 -export-dynamic \ -dynamic-linker /red/herring -o kernel -X locore.o \ <lots of kern... | https://docs.huihoo.com/freebsd/en_us/2006/arch-handbook/boot-kernel.html | CC-MAIN-2019-22 | refinedweb | 2,334 | 56.05 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.