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 |
|---|---|---|---|---|---|
Vault 1.7.0 is released, and it includes my contribution to support the Aerospike database as backend storage. See the release notes for more details.
From now on, Aerospike users can store their sensitive data using Vault almost seamlessly.
I will not talk about the benefits of using Vault and will jump into the insta... | https://practicaldev-herokuapp-com.global.ssl.fastly.net/aerospike/aerospike-as-a-backend-storage-for-hashicorp-vault-3inf | CC-MAIN-2021-21 | refinedweb | 390 | 65.73 |
[Editor's note: This article describes the Lotus Notes/Domino 7 Beta 2 implementation of Web services. It may not accurately reflect the features or functionality of the Gold version of Lotus Notes/Domino 7.].
Lotus Domino maps the WSDL interface to an agent-like Web service design element that can be coded in LotusScr... | http://www.ibm.com/developerworks/lotus/library/nd7-webservices/ | crawl-002 | refinedweb | 4,125 | 56.76 |
I'm trying to compile a python project into an executable. To test this, I've got Py2Exe installed, and am trying to do their Hello.py test. Here is hello.py:
print "Hello World!"
Here is my setup.py:
from distutils.core import setup import py2exe setup(console=['hello.py'])
I do the following on the command line:
pyth... | https://www.codesd.com/item/python-and-py2exe-1-is-not-a-valid-win32-application.html | CC-MAIN-2021-04 | refinedweb | 267 | 73.58 |
Programmatically Setting Multirow Tabs on the NetBeans Platform
By Geertjan-Oracle on Aug 07, 2013
The question of the day comes from the development team working on CAVER, which is a tool for the analysis and visualization of tunnels and channels in protein structures.
I would like to keep the tabs and get rid of the ... | https://blogs.oracle.com/geertjan/entry/programmatically_setting_multirow_tabs | CC-MAIN-2015-40 | refinedweb | 516 | 51.07 |
The objective of this tutorial is to explain how to configure the ESP32 to act as a discoverable Bluetooth device and then find it using a Python program. The tests of this ESP32 tutorial were performed using a DFRobot’s ESP-WROOM-32 device integrated in a ESP32 FireBeetle board.
Introduction
The objective of this tuto... | https://techtutorialsx.com/2018/03/26/esp32-arduino-bluetooth-finding-the-device-with-python/ | CC-MAIN-2019-04 | refinedweb | 1,276 | 54.22 |
Red Hat Bugzilla – Bug 664558
RFE: Allow to set log callback in Ruby bindings
Last modified: 2011-03-28 05:06:37 EDT
Currently there is no way to set a log callback using Ruby bindings. It would be very helpful for Ruby tools that want to integrate with libguestfs to catch the log output.
I think this would be useful.
... | https://bugzilla.redhat.com/show_bug.cgi?id=664558 | CC-MAIN-2016-36 | refinedweb | 538 | 59.33 |
rehype-slug
rehype plugin to add
ids to headings.
Contents
- What is this?
- When should I use this?
- Install
- Use
- API
- Types
- Compatibility
- Security
- Related
- Contribute
- License
What is this?
This package is a unified (rehype) plugin to add
ids to headings. It looks for headings (so
<h1> through
<h6>) that... | https://unifiedjs.com/explore/package/rehype-slug/ | CC-MAIN-2022-05 | refinedweb | 467 | 59.8 |
looping through two loops in bash scrip
I am trying to get
partition from first for loop and use it in second loop to get directory but get an error on line 3 near
${partition}
for partition in `hdfs dfs -ls -C /user/constantine/analytics/2018-01-3* | cut -d '/' -f 6 | uniq` do for filename `hdfs dfs -ls -C /user/const... | http://quabr.com/52767930/looping-through-two-loops-in-bash-scrip | CC-MAIN-2019-09 | refinedweb | 1,926 | 54.93 |
j: Next unread message
k: Previous unread message
j a: Jump to all threads
j l: Jump to MailingList overview
On 3/31/2018 2:14 PM, Marius Räsener wrote:
Oh, ok... yeah didn‘t think of that. Except I guess I‘d assume that so far multiline strings are either with textwrap or ‚don‘t care‘? Maybe?
For docstrings, I don't c... | https://mail.python.org/archives/list/python-ideas@python.org/message/MDA6Y2LIYR3W7Z2CCHORDJBBRHRREPP5/ | CC-MAIN-2019-47 | refinedweb | 261 | 65.83 |
Button is pressed on startup of tag plugin[SOLVED]
On 08/10/2014 at 09:21, xxxxxxxx wrote:
Hi, I created a little plugin with a few parameters and a button.
I want to do stuff as a reaction on button clicks, but when I start the plugin, the button gets executed allready once. How can I avoid this?
This is my code for t... | https://plugincafe.maxon.net/topic/8202/10688_button-is-pressed-on-startup-of-tag-pluginsolved | CC-MAIN-2020-40 | refinedweb | 263 | 70.33 |
good first step would be understanding how the other entry works: > > cartProd :: [a] -> [b] -> [(a,b)] > cartProd xs ys = do > x <- xs > y <- ys > return (x,y) > > It is about halfway between the two choices. > > John > > On Thu, Feb 9, 2012 at 9:37 AM, readams <richard.adams at lvvwd.com> wrote: >> Nice explanation.... | http://www.haskell.org/pipermail/haskell-cafe/2012-February/099384.html | CC-MAIN-2014-23 | refinedweb | 183 | 75.5 |
Oracle Could Reap $1 Million For Sun.com Domain 183
joabj writes "Last week, Oracle announced that it is decommissioning the Sun.com site, which it acquired as part of the $7 billion purchase of Sun Microsystems. So what will Oracle do with the domain name, which is the 12th oldest .com site on the Internet? Domain bro... | http://developers.slashdot.org/story/11/03/19/0122241/oracle-could-reap-1-million-for-suncom-domain | CC-MAIN-2015-14 | refinedweb | 4,079 | 74.08 |
On this page we can discuss topics, which I have not blogged. 🙂 trying to fix ASAP.
Thank you.
:)
Hi Sujith,
I am new to Flex and ActionScript world, I am basicall a java programmer, I have read to some extent about Flex and used the examples on the adobe sites. I have tried BlazeDS as well. Though I was able to run t... | https://sujitreddyg.wordpress.com/what-am-i-doing/ | CC-MAIN-2017-09 | refinedweb | 40,588 | 66.54 |
Control.
Default Style Key Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the key that references the default style for th... | https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.control.defaultstylekey?view=winrt-22000 | CC-MAIN-2021-49 | refinedweb | 989 | 53.1 |
This year, I happened to finally have a chance to be in a good position to play Flare-On CTF, a yearly CTF published by FireEye. This year’s edition offered 12 reverse-engineering challenges to solve in 6 weeks.
This post is mostly a dump of the notes taken during all the challenges. Link to challenges and scripts are ... | https://blahcat.github.io/2017/10/13/flareon-4-writeups/ | CC-MAIN-2018-22 | refinedweb | 8,053 | 63.39 |
On Tue, 8 Jan 2008 06:36:41 -0800 (PST), Vincent M wrote:
> Hi,
>
> ?
I have humor/fyi email list where I send jpg, gif,,,, things I find on
the net. If I see something I'll click up a terminal and use import.
import where/2/store/fn_here.type
Example:
import ehumor/jpg/cat.jpg
Then press button, drag mouse, release bu... | http://fixunix.com/mandriva/323383-easy-downloading-while-surfing-no-right-click-save.html | CC-MAIN-2015-27 | refinedweb | 105 | 87.92 |
Opened 3 years ago
Closed 2 years ago
Last modified 2 years ago
#10427 closed enhancement (fixed)
trac.log: dead code - logger_factory()
Description
This code is not referenced from anywhere. It is dead and can be removed - source:/branches/0.12-stable/trac/log.py@10847:67-70#L64
Attachments (0)
Change History (12)
com... | http://trac.edgewall.org/ticket/10427 | CC-MAIN-2014-42 | refinedweb | 511 | 63.63 |
C# Tip: Monitoring Clipboard Activity in C#
Welcome to this week's installment of .NET Tips & Techniques! Each week, award-winning Architect and Lead Programmer Tom Archer demonstrates how to perform a practical .NET programming task using either C# or Managed C++ Extensions.
My MFC book Visual C++ .NET Bible includes ... | http://www.developer.com/net/csharp/article.php/3359891/C-Tip-Monitoring-Clipboard-Activity-in-C.htm | CC-MAIN-2014-41 | refinedweb | 952 | 56.96 |
table of contents
other versions
- buster 241-7~deb10u4
- buster-backports 246.6-2~bpo10+1
- testing 246.6-4
- unstable 247.1-2
- experimental 247.1-1
NAME¶sd_bus_message_append_strv - Attach an array of strings to a message
SYNOPSIS¶
#include <systemd/sd-bus.h>
int sd_bus_message_append_strv(sd_bus_message *m, char **... | https://manpages.debian.org/experimental/libsystemd-dev/sd_bus_message_append_strv.3.en.html | CC-MAIN-2021-04 | refinedweb | 178 | 51.65 |
Important: Please read the Qt Code of Conduct -
Simple project new Widget-Setting layout via code
Hi all
i'm wondering how to set a QVBoxLayout to a pre-generated Widget:
// header #ifndef FINANZE_H #define FINANZE_H #include <QWidget> #include <QtWidgets> namespace Ui { class Finanze; } class Finanze : public QWidget ... | https://forum.qt.io/topic/55276/simple-project-new-widget-setting-layout-via-code | CC-MAIN-2020-40 | refinedweb | 1,039 | 63.59 |
Mac.
For some reason the XRootD build (and I think the ROOT build is the same) doesn't find the developer headers/libraries to build SSL dependent code. With this XRootD still builds fine, but when I configure ROOT's build with:
cmake -Dall=ON -Dxrootd=ON -DXROOTD_ROOT_DIR=/usr/local/xrootd/4.2.3 -DCMAKE_INSTALL_PREFIX... | https://sft.its.cern.ch/jira/si/jira.issueviews:issue-html/ROOT-7680/ROOT-7680.html | CC-MAIN-2020-10 | refinedweb | 542 | 61.12 |
02-21-2012 11:29 AM
Hi all,
I'm having trouble including the Nationalinstruments namespace to my application (MS Visual Studio 2010 C#).
I have added the references NationalInstruments.Common and NationalInstruments.VisaNS like in the example files.
However, I get an error message during built saying:
error CS0246: The... | http://forums.ni.com/t5/Measurement-Studio-for-VC/using-NationalInstruments-VisaNS-command-not-working/m-p/1885031 | CC-MAIN-2013-20 | refinedweb | 137 | 70.29 |
:
Virtual Worksheets
A common step in working with spreadsheet data is creating intermediate tables. In a program we might use an array (which of course you still can in Resolver One), but in a spreadsheet the basic way of storing data is with cell ranges and worksheets. A cell range is just a view onto an area of a wo... | http://www.resolverhacks.net/virtual_worksheets.html | crawl-002 | refinedweb | 210 | 62.17 |
At 05:23 PM 4/21/2005, Branko Äibej wrote:
>This, I think, is a classic case of programmers' hubris. We should've defined apr_pid_t
&co. on all platforms, not polluted the namespace with names that APR doesn't own (and
that will clash with any Windows implementation of a POSIX-like API).
++1.
My last point about the pa... | http://mail-archives.apache.org/mod_mbox/apr-dev/200504.mbox/%3C6.2.1.2.2.20050421173403.0781d130@pop3.rowe-clan.net%3E | CC-MAIN-2016-30 | refinedweb | 101 | 81.12 |
0
Write java program to do the following:
Write a METHOD to input an array of type LONG that stores the value
of all the powers of 2 from 0 to 63 (i.e. 2^0
to 2^63
)
Output the contents of the array screen (what happens if you try 2^64
?)
Hint: Math.pow(x,y) is used to put number x to exponent y
Program just outputs 1.... | https://www.daniweb.com/programming/software-development/threads/448071/power-array-java-program-using-long-and-methods | CC-MAIN-2017-09 | refinedweb | 149 | 63.02 |
Proposed features/service:bicycle
Proposal
I propose to introduce
Rationale
Currently bike shops are mapped as shop=bicycle which means "A store where you can buy and/or repair your bike and buy accessories". This does not convey enough information from a cyclist's perspective.
Details
I propose to introduce the namesp... | http://wiki.openstreetmap.org/wiki/Proposed_features/service:bicycle | crawl-003 | refinedweb | 804 | 64.71 |
Control Anything Remotely With Infrared Signals.
Introduction: Control Anything Remotely With Infrared Signals.
Who would have thought that just about every Arduino attachment can be controlled in some way with a TV remote? Now its time to find out how.
Step 1: Setup and Materials
The setup for this is quite basic. The... | http://www.instructables.com/id/Control-anything-remotely-with-Infrared-signals/ | CC-MAIN-2017-39 | refinedweb | 1,855 | 74.39 |
Unanswered: Appearance Design Pattern - uh, now what do I do with it?
Unanswered: Appearance Design Pattern - uh, now what do I do with it?
Ok, so I have some code running based off the Appearance Design Pattern article. The bulk of the code involved as I have it running is on the article's page, and also mentioned a b... | http://www.sencha.com/forum/showthread.php?170856-Appearance-Design-Pattern-uh-now-what-do-I-do-with-it&s=566fa02ab46b3e02f5b361ef6e0080ac&p=708318 | CC-MAIN-2014-15 | refinedweb | 459 | 54.02 |
What are the Web Services and how to create a Web Service in ASP.NET?
by GetCodeSnippet.com • May 25, 2013 • Microsoft .NET Web Services, Microsoft ASP.NET • 1 Comment
What is a Web Service?
A Web Service is a software program that uses XML to exchange information with other software via common internet protocols. Web ... | http://getcodesnippet.com/2013/05/25/what-are-the-web-services-and-how-to-create-a-web-service-in-asp-net/ | CC-MAIN-2019-51 | refinedweb | 432 | 58.38 |
MAKEDEV(3) Linux Programmer's Manual MAKEDEV(3)
makedev, major, minor - manage a device number
#include <sys/sysmacros.h> dev_t makedev(unsigned int maj, unsigned int min); unsigned int major(dev_t dev); unsigned int minor(dev_t dev);makedev(), major(), minor() │ Thread safety │ MT-Safe │ └────────────────────────────┴... | http://man7.org/linux/man-pages/man3/minor.3.html | CC-MAIN-2017-30 | refinedweb | 119 | 57.27 |
Sure, I understand that in older versions of Oracle, before the ALTER SESSION SET CURRENT_SCHEMA option was available, synonyms could be used to more easily "repoint" code to different schemas for testing purposes.
ALTER SESSION SET CURRENT_SCHEMA has been around since at least version 8i of the database. 8i was releas... | https://it.toolbox.com/blogs/ganotedp/why-i-hate-synonyms-060912 | CC-MAIN-2018-13 | refinedweb | 443 | 66.84 |
java.lang.Object
oracle.jbo.common.ampool.PoolTesteroracle.jbo.common.ampool.PoolTester
public class PoolTester
The PoolTester class provides a sample implementation and use of Application Module Pooling in LOCAL mode. This example uses the default implementation of Application Module Pooling.
View implementation of Po... | http://docs.oracle.com/cd/E28280_01/apirefs.1111/e10653/oracle/jbo/common/ampool/PoolTester.html | CC-MAIN-2016-40 | refinedweb | 394 | 56.35 |
REACT Lists and Keys
Introduction
React lists and keys are among the most basic concepts. This may be the most troubling step for beginners who are just getting started with the React framework. What's scarier is that you can't avoid using lists because practically every application has repetitive content.
But, in prac... | https://www.codingninjas.com/codestudio/library/react-lists-and-keys | CC-MAIN-2022-27 | refinedweb | 1,785 | 73.07 |
A while ago, I published an article on how to build an Android application, and bundle it with Firebase. The purpose of that article, and the one you are reading now, is to slowly introduce the world of mobile app development and Firebase, given the latter is getting more and more traction as Google’s go-to analytics p... | https://www.simoahava.com/amp/analytics/ios-quickstart-google-analytics-firebase-tag-manager/ | CC-MAIN-2022-05 | refinedweb | 2,971 | 63.19 |
I am trying to write an SSL client that sends mail using the javax.mail API. The problem I am having is that the server request that I use SSL, but the server is also configured with a non-standard SSL certificate. The web pages I have found say that I need to install the certificate into the trust store. I don't want ... | https://codedump.io/share/wrqaIUPLzm9l/1/is-it-possible-to-get-java-to-ignore-the-quottrust-storequot-and-just-accept-whatever-ssl-certificate-it-gets | CC-MAIN-2016-50 | refinedweb | 143 | 51.04 |
Hi Everyone
I've just started a C++ programming class and I need to write a program to total up one day's worth of bank activity with a small percentage, but I don't know where to even start. Here's the problem summary:
The Silly Savings and Loan Company just opened up with a cash balance of $1000, and a plan to get ri... | http://forums.codeguru.com/showthread.php?516816-Simple-Bank-Code-Problem&p=2035870&mode=threaded | CC-MAIN-2014-42 | refinedweb | 365 | 82.14 |
On Thu, 2 Sep 2010, Jeremy Fitzhardinge wrote:> On 08/30/2010 04:20 AM, Stefano Stabellini wrote:> > Hi all,> > this.> > This series is based on Konrad's pcifront series (not upstream yet):> >> >> >> > and requires a patch to xen and a patch to qemu-xen (just sent to> > xen-devel).> > My only concern with this series i... | http://lkml.org/lkml/2010/9/3/265 | CC-MAIN-2015-22 | refinedweb | 308 | 65.35 |
Bart De Smet's on-line blog (0x2B | ~0x2B, that's the question)
Recently I delivered a talk at TechEd South Africa on “Custom LINQ Providers”. This is a very broad topic to cover in barely 60 minutes especially if one has to explain pretty “abstract” pieces of art like IQueryable<T>. Apparently I managed to do so looki... | http://community.bartdesmet.net/blogs/bart/archive/2008/08/15/the-most-funny-interface-of-the-year-iqueryable-lt-t-gt.aspx | CC-MAIN-2013-48 | refinedweb | 2,602 | 52.09 |
Wrangling Clojure StacktracesHow to live with Clojure's humongous stacktraces.
Clojure error messages and stacktraces are the number one most complained-about feature of Clojure. I agree they're bad. There are many levels of abstraction that the problem can exist in. For instance, it could be a reader error (syntax err... | https://purelyfunctional.tv/article/wrangling-clojure-stacktraces/ | CC-MAIN-2017-39 | refinedweb | 503 | 65.52 |
When .Net Core came out there was a lot of excitement about the idea of developing .Net code outside of Windows.
The IDE of choice for .Net, Visual Studio, is and probably will always be a Windows-only program.
There are alternatives though, and today it is possible to fully develop an ASP.NET Core application outside ... | https://www.blinkingcaret.com/2018/03/20/net-core-linux/ | CC-MAIN-2019-09 | refinedweb | 3,889 | 56.55 |
18 January 2010 07:49 [Source: ICIS news]
SINGAPORE (ICIS news)--South Korea’s LG Chem has bought two open-spec naphtha cargoes totalling 45,000-60,000 tonnes by tender for delivery in the second-half (H2) of February, traders said on Monday.
The cargoes fetched a premium of around $17.50/tonne (€12/tonne) to Japan CFR... | http://www.icis.com/Articles/2010/01/18/9326426/s-koreas-lg-chem-buys-45000-60000-tonne-h2-february-naphtha.html | CC-MAIN-2013-48 | refinedweb | 166 | 59.33 |
Scripting: How to write to datasource?
I'm sure it must be possible to write to a Writeable Datasource from a script. I just haven't figured out how to do it.
This is my script:
import com.parasoft.api.* String setRequestId(ScriptingContext context) { String orderId = '023' + new Date().format('yyyyMMdd') int productId... | https://forums.parasoft.com/discussion/comment/9323/ | CC-MAIN-2020-40 | refinedweb | 210 | 75.81 |
Scott Seely
Microsoft Corporation
April 8, 2002
When Matt and I first proposed the standardized interface for pencil discovery and ordering, we only intended to write a few articles on the concept and then let the whole idea more or less die. Then, the strangest thing happened—we realized we wanted to keep running with... | http://msdn.microsoft.com/en-us/library/aa480497.aspx | crawl-002 | refinedweb | 2,219 | 54.32 |
This is what I have so far below. The //comments are what I am supposed to do but do not know how. I think I need a driver.java too. PLEASE help. I can attach the .java files if need be.
import java.io.*; import java.util.Scanner; import java.io.*; public class assign3{ public static void main(String[] args) throws IOE... | http://www.javaprogrammingforums.com/whats-wrong-my-code/11909-please-help-ceasar-cipher-program.html | CC-MAIN-2015-35 | refinedweb | 205 | 68.47 |
It has only been a short time since Microsoft open sourced the ,NET framework and yet the project does seem to be taking on a life of its own. Is this the genie out of the bottle?
Back in November the big news was that .NET was being open sourced, but it wasn't exactly clear what this actually meant. Instead of throwin... | http://www.i-programmer.info/news/89-net/8238-the-state-of-net-core.html | CC-MAIN-2018-09 | refinedweb | 623 | 64.1 |
Re: Is ADO Dead (3)?
- From: jasmith@xxxxxxxxxxxx
- Date: 20 Feb 2006 00:04:44 :
The Design of ADO.
ADO.NET: Explicit and Factored.
Forward-Only Read-Only Data Streams.
Returning a Single Value.
Disconnected Access to Data).
Retrieving and Updating Data from a Data Source.
Data TypesÂ? data as .NET Framework types, or ... | http://newsgroups.derkeiler.com/Archive/Comp/comp.databases.ms-access/2006-02/msg01725.html | crawl-002 | refinedweb | 119 | 71.41 |
Details
- Type:
Bug
- Status: Open
- Priority:
Major
- Resolution: Unresolved
- Affects Version/s: None
- Fix Version/s: None
- Component/s: None
- Labels:None
Description
Standby NN uses FSEditLogLoader to update its namespace. It can hold FSDirectory's writeLock for a long time when active NN generates lots of edits.... | https://issues.apache.org/jira/browse/HDFS-6306 | CC-MAIN-2016-36 | refinedweb | 226 | 55.13 |
MVC is a very popular paradigm in web development and has been around for quite some time. The React framework is an powerful part of that Model-View-Controller trinity, because it focuses purely on the View alone. React is written in JavaScript and created by the Facebook and Instagram development teams.
React is bein... | http://www.4elements.com/blog/atom | CC-MAIN-2016-26 | refinedweb | 8,555 | 64.2 |
I have apache setup with:
DirectoryIndex index.jsp
I have mod_jk2 setup with:
[uri:/*.jsp]
The result is requests for index.jsp or for a directory with an index.jsp are
properly forwarded to tomcat, however if I request a directory with no index.jsp
file in that I want to have mod_autoindex handle, then mod_jk2 still f... | https://bz.apache.org/bugzilla/show_bug.cgi?id=19298 | CC-MAIN-2019-09 | refinedweb | 350 | 66.74 |
More specifically, there seems to be four easy ways to execute a string of python code. The following code has the output listed below: Console.WriteLine(ss.Engine.CreateScriptSourceFromString ("__name__", SourceCodeKind.Expression).Execute(ss)); Console.WriteLine(ss.Engine.CreateScriptSourceFromString ("__name__", Sou... | https://mail.python.org/pipermail/ironpython-users/2009-November/011702.html | CC-MAIN-2014-10 | refinedweb | 626 | 53.17 |
Chatlog 2010-06-17
From RDFa Working Group Wiki
See CommonScribe Control Panel, original RRSAgent log and preview nicely formatted version.
13:45:26 <RRSAgent> RRSAgent has joined #rdfa 13:45:26 <RRSAgent> logging to 13:45:56 <manu> trackbot, prepare telecon 13:45:58 <trackbot> RRSAgent, make logs world 13:46:00 <track... | http://www.w3.org/2010/02/rdfa/wiki/Chatlog_2010-06-17 | CC-MAIN-2014-49 | refinedweb | 2,191 | 71.85 |
import "gopkg.in/webhelp.v1/whcompat"
Package whcompat provides webhelp compatibility across different Go releases.
The webhelp suite depends heavily on Go 1.7 style http.Request contexts, which aren't available in earlier Go releases. This package backports all of the functionality in a forwards-compatible way. You ca... | https://godoc.org/gopkg.in/webhelp.v1/whcompat | CC-MAIN-2018-51 | refinedweb | 318 | 61.93 |
Type: Posts; User: italianboy
so far only done the GUI i dunno how am i gonna write it!
How am i write the coding for Highscore Table that can save the name of the player in the table! By using C# languages. Any hints pls help!
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Da... | http://forums.codeguru.com/search.php?s=c223e69b2293d988029e909adf928f1a&searchid=2454481 | CC-MAIN-2014-10 | refinedweb | 179 | 78.25 |
MEMSET(3) NetBSD Library Functions Manual MEMSET(3)Powered by man-cgi (2020-09-24). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.
NAME
memset -- write a byte to byte string
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
#include <string.h> void * memset(void *b, int c, size_t len);... | https://man.netbsd.org/NetBSD-9.0/i386/memset.3 | CC-MAIN-2021-10 | refinedweb | 180 | 64.91 |
The purpose of this tutorial is to show you how to use the new lambda expressions available in JDK 8. You can download the latest
build of JDK 8 at.
We are going to start with a simple example. Anyone who has done threading in java is familiar with the Runnable interface,
which can be given to a Thread to run the code ... | http://www.dreamsyssoft.com/java-8-lambda-tutorial/intro-tutorial.php | CC-MAIN-2016-40 | refinedweb | 220 | 74.59 |
Stack is an abstract data type.
Basic operation of stack can be:
1. Push :
Push object on top of stack.
Throw exception if stack is full.
2. Pop :
Take out(remove) object that is on top of stack .
Throw exception if stack is empty.
3. Top:
Read the object that is on top of stack.
Throw exception if stack is empty.
Now ... | http://www.snippetexample.com/2014/09/stack-implementation-using-array/ | CC-MAIN-2019-18 | refinedweb | 660 | 58.58 |
The TEI guidelines unambiguously state that <egXML> should be used to contain XML example fragments:
eg: Section 22.4.2 Exemplification of Components () quotes the description for <egXML>:
"egXML (example of XML) contains a single
well-formed XML fragment demonstrating the use
of some XML element or attribute, in which... | http://sourceforge.net/p/tei/bugs/41/ | CC-MAIN-2014-42 | refinedweb | 1,418 | 59.33 |
On Fri, Jan 16, 2009 at 09:45:40PM +0100, Oleg Nesterov wrote:> Hi Louis,> > On 01/16, Louis Rilling wrote:> >> > On 16/01/09 6:55 +0100, Oleg Nesterov wrote:> > > + struct pid_namespace *ns)> > > {> > > - return pid_nr_ns(task_pid(tsk), ns);> > > + pid_t nr = 0;> > > +> > > + rcu_read_lock();> > > + if (!ns)> > > + ns... | https://lkml.org/lkml/2009/1/17/39 | CC-MAIN-2016-22 | refinedweb | 428 | 74.79 |
The Simple API for XML (SAX) is one of the first and currently the most popular method for working with XML data. It evolved from discussions on the XML-DEV mailing list and, shepherded by David Megginson, [1] was quickly shaped into a useful specification.
[1] David Megginson maintains a web page about SAX at.
[1] Dav... | https://flylib.com/books/en/4.384.1.73/1/ | CC-MAIN-2021-04 | refinedweb | 1,369 | 57.37 |
2018-07-26B), Maggie Pint (MPT), Timothy Gu (TGU), Sebastian Markbage (SME), Dustin Savery (DSY), Mike Murry (MMY), John David Dalton (JDD), Alex Vincent (AVT)), Nathan Hammond (NHD)
Agenda
Temporal Proposal update
(Maggie Pint, MPT)
MPT: JavaScript only supports two time formats, local and UTC, and this is not very er... | https://esdiscuss.org/notes/2018-07-26 | CC-MAIN-2019-18 | refinedweb | 9,263 | 72.97 |
Dynamic Languages and the Programmers that Love Them
The.
Unfortunately, there are a few problems with this approach – some obvious, some subtle.
But we do have working code now, so this is a good time to take a break. We’ll tackle some of these issues in the next installment. The current version of the source code can... | http://blogs.msdn.com/curth/default.aspx | crawl-002 | refinedweb | 3,652 | 65.22 |
My project is on MVC 4. In it I can't access any of scripts
function like @Scripts.Render("~/bundles/modernizr") as Scripts is an
ambigious reference between 'System.Web.WebPages.Scripts' and
'System.Web.Optimization.Scripts'
I have following entries in
my webconfig :
<pages>
<namespaces> <add namespace="System.Web.Hel... | http://bighow.org/tags/scripts/1 | CC-MAIN-2017-39 | refinedweb | 511 | 68.16 |
On Wed, 2007-08-15 at 09:31 -0500, Serge E. Hallyn wrote:> Quoting Lee Schermerhorn (Lee.Schermerhorn@hp.com):> > On Tue, 2007-08-14 at 14:56 -0700, Christoph Lameter wrote:> > > On Tue, 14 Aug 2007, Lee Schermerhorn wrote:> > > > > > > > Ok then you did not have a NUMA system configured. So its okay for the > > > > > ... | https://lkml.org/lkml/2007/8/15/222 | CC-MAIN-2017-43 | refinedweb | 896 | 66.84 |
It looks like you're new here. If you want to get involved, click one of these buttons!Sign In
It looks like you're new here. If you want to get involved, click one of these buttons!
Hello,
I am trying to run facenet (Inception Resnet V1 on movidius). Please point me towards any tutorial as to how to start compiling fo... | https://ncsforum.movidius.com/discussion/339/is-there-a-tutorial-or-documentation-for-running-custom-tensorflow-network-in-movidius | CC-MAIN-2018-17 | refinedweb | 1,525 | 50.53 |
Despite the Mac works beautifully. You also need to make sure to change the namespace in your
appname-app.xml file:
<?xml version="1.0" encoding="UTF-8"?> <application xmlns="">
Catching the “ESC” Key in Full Screen Mode
Now you’re ready to go. One oft-requested feature for AIR (and Flash Player) is the ability to capt... | http://blogs.adobe.com/digitalmedia/tag/garbage-collection/ | CC-MAIN-2014-35 | refinedweb | 544 | 59.19 |
Recently, I’ve been investing quite a lot in learning ReScript and TBH I’m pretty much dead as JS developer right now because I’ve seen the better world. Much better one.
As a part of “Selling ReScript to my colleagues” campaign (and to anyone, really), I’m going to spam your feeds from time to time with ReScript.
Let’... | https://alexfedoseev.com/blog/dev/2018/rescript-modules | CC-MAIN-2021-25 | refinedweb | 338 | 75.5 |
pinax-theme-foundation 0.2a1
Pinax theme based on Zurb's Foundation
A Foundation 3 Theme for Pinax
==================================`_.
.. _Zurb Foundation:
.. _article:
Contributors
-------------
* `Christopher Clarke <https: github.`_
* `Kewsi Aguillera <https: github.`_
* `Lendl R Smith <https: github.`_
What's New... | https://pypi.python.org/pypi/pinax-theme-foundation/0.2a1 | CC-MAIN-2016-40 | refinedweb | 591 | 58.38 |
I am currently working on a project where I need my model to have an avatar. I am using Python 3 and Django for this project. The thing is, I needed some data for this project. So I decided to create a script that will read the data from Wikipedia’s API and save it in my database.
I am currently using django-imagekit t... | http://paoloibarra.com/2015/11/29/Saving-Image-from-URL-to-Django-Imagekit-Python3/ | CC-MAIN-2018-39 | refinedweb | 280 | 60.31 |
>>."
Hmmmm. (Score:2)
Re: (Score:2)
I can't imagine there's a ton of VC floating around right now, and even less so for folks coming out of an unsuccessful (as of late) studio.
Not to say that has anything to do with the developers, mind you.
Re: (Score:2)
Re: (Score:2)
There is VC to be had, but not for video game dev... | https://games.slashdot.org/story/09/11/20/0440236/ea-shuts-down-pandemic-studios-cuts-200-jobs?sdsrc=prevbtmprev | CC-MAIN-2018-22 | refinedweb | 3,946 | 69.82 |
UR::Manual::Tutorial - Step-by-step guide to building a set of classes for a simple database schema
We'll use the familiar "Music Database" example used in many ORM tutorials:
Our database has the following basic entities and relationships:
The tool for working with UR from the command line is 'ur' . It is installed wi... | http://search.cpan.org/~sakoht/UR-0.38/lib/UR/Manual/Tutorial.pod | CC-MAIN-2015-48 | refinedweb | 1,868 | 60.04 |
odbx_row_fetch man page
odbx_row_fetch — Retrieve rows from the result set
Synopsis
#include <opendbx/api.h>
int odbx_row_fetch
(odbx_result_t* result);
Description
Retrieves the values of a row from the current result set returned by odbx_result(). Until this function is invoked, no row and field data is available via... | https://www.mankier.com/3/odbx_row_fetch | CC-MAIN-2017-22 | refinedweb | 256 | 54.52 |
A simple connector pool for python-ldap.
Project description
A simple connector pool for python-ldap.
The pool
You need python-ldap in order to use this library
Quickstart
To work with the pool, you just need to create it, then use it as a context manager with the connection method:
from ldappool import ConnectionManag... | https://pypi.org/project/ldappool/ | CC-MAIN-2022-40 | refinedweb | 381 | 58.89 |
More Videos
Streaming is available in most browsers,
and in the WWDC app.
Bringing OpenGL Apps to Metal
Metal is the modern foundation for GPU-accelerated graphics and compute on Apple platforms, superseding OpenGL, OpenGL ES, and OpenCL. Get introduced to the architecture and feature set of Metal and learn a step-by-s... | https://developer.apple.com/videos/play/wwdc2019/611/ | CC-MAIN-2019-51 | refinedweb | 8,356 | 71.24 |
Search is one of the most important and powerful functionality in web applications these days. It helps users to easily find content, products etc on your website. Without search option, users will have to find their way out to reach the desired content which no one likes to do. Just imagine Amazon without search bar, ... | http://126kr.com/article/90ta5mh6quy | CC-MAIN-2017-17 | refinedweb | 1,087 | 56.86 |
Red Hat Bugzilla – Full Text Bug Listing
SPEC:
SRPM:
Description:
JGraph is the a lightweight and feature-rich graph component
for Java. It provides automatic 2D layout and routing for diagrams.
Object and relations can be displayed in any Swing UI via provided
zoomable compontent. It is accompanied by diagram editor, ... | https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=532203 | CC-MAIN-2016-26 | refinedweb | 1,888 | 66.33 |
;
src/index.jsis the JavaScript entry point.
You can delete or rename the other files.
You may create subdirectories inside
src. For faster rebuilds, only files inside
src are processed by Webpack.
You need to put any JS and CSS files inside
src, or Webpack won’t see them..
Displaying Lint Output in the Editor
Note: th... | https://azure.microsoft.com/es-es/resources/samples/powerbi-react-client/ | CC-MAIN-2018-30 | refinedweb | 352 | 66.13 |
In 2011, at the 25th National Conference on Artificial Intelligence. AAAI, Daniel Harabor and Alban Grastien presented their paper "Online Graph Pruning for Pathfinding on Grid Maps". This article explains the Jump Point Search algorithm they presented, a pathfinding algorithm that is faster than A* for uniform cost gr... | https://www.gamedev.net/articles/programming/artificial-intelligence/jump-point-search-fast-a-pathfinding-for-uniform-cost-grids-r4220/ | CC-MAIN-2018-39 | refinedweb | 2,980 | 73.07 |
I’ve mentioned r/dailyprogrammer in previous posts, since I think they are fun little problems to solve when I have time on my hands. They’re also great problem sets to do when learning a new language.
This time around I decided to do an easy one with haskell.
Nuts and bolts problem description
The goal is stated as:
Y... | https://onoffswitch.net/2014/01/20/daily-programmer/ | CC-MAIN-2019-47 | refinedweb | 507 | 65.66 |
date_part
When you use this function in a query, it extracts the date in specified column in the specified dataset based on the value specified in the parameter
params.
The allowed values are as follows:
- second
- minute
- hour
- day
- dayofweek
- dayofyear
- week
- month
- year
- quarter
- decade
For more information... | https://developer.here.com/documentation/geovisualization/topics/query-rule-date-part.html | CC-MAIN-2019-04 | refinedweb | 142 | 56.39 |
Created on 2008-11-30 16:23 by lcatucci, last changed 2016-09-08 14:38 by christian.heimes.
The enclosed patch does three things:
1. enables SMTP_SSL working: the _get_socket method was setting
self.sock instead of returning the socket to the caller, which
did reset self.sock to None
2. replace home-grown SSLFakeFile()... | https://bugs.python.org/issue4470 | CC-MAIN-2017-47 | refinedweb | 1,460 | 68.77 |
Write a Python program to generate a random number (float) between 0 and n. To work with the following functions, we have to import random module.
Remember, the outputs shown below may be different from what you get. Because these python number functions generate random numbers every time you call.
Python random number... | https://www.tutorialgateway.org/python-random-number-generator/ | CC-MAIN-2022-05 | refinedweb | 787 | 74.9 |
Marzipan
What is Marzipan?
Marzipan is a technology that makes it easier to run managed (.NET) code in your native Mac (Cocoa) applications by embedding Mono.
Marzipan is in early development, and was mainly conceived due to the need to host Mono and the managed compiler inside Fire, a project currently under developme... | https://docs.elementscompiler.com/Tools/Marzipan/ | CC-MAIN-2018-43 | refinedweb | 1,510 | 57.16 |
On 10/08/2012, at 12:53 AM, Prasanna Santhanam <prasanna.santhanam@citrix.com> wrote:
>
> There are no issues with the apache confluence. Probably better than
> wiki.cloudstack because it still does wiki markup rather than just
> rich text edits. Pages might look differently-formatted so wanted to
> alert people.
Ah, t... | http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-dev/201208.mbox/%3C98CD6154-600D-4DB1-81F5-35BD534D3A09@apache.org%3E | CC-MAIN-2017-39 | refinedweb | 139 | 68.36 |
In the C standard, there is a defined library on time and date declared in "time.h". The library is not limited to embedded applications, and widely used in order to obtain information about time and date. This library is supported by IAR Embedded Workbench, and in this article we will take a look at how to use it in t... | https://www.iar.com/support/resources/articles/using-c-standard-library-time-and-clock-functions/ | CC-MAIN-2017-26 | refinedweb | 648 | 63.7 |
HCM Processes & Forms: Making sense of the new SAP tutorial using FPM
Being “new” to HCM Processes and Forms (HCM P&F) can be daunting enough. Coming in at a time where we now have Adobe Interactive Forms, ABAP Floor Plan Manager (FPM) forms and possibly anything else (since it is pretty “open” now to any 3rd party to ... | https://blogs.sap.com/2013/06/18/hcm-processes-forms-making-sense-of-the-new-sap-tutorial-using-fpm/ | CC-MAIN-2021-49 | refinedweb | 3,856 | 72.76 |
.
Audio Animation
Audio is just data and it has attributes that you can and probably will animate. Primarily you will animate volume. This can allow you to fade a track in or out, or crossfade between two music tracks, etc. We already have a reusable animation system in this project which we can easily extend for this ... | https://theliquidfire.com/2016/12/12/tactics-rpg-music/ | CC-MAIN-2021-10 | refinedweb | 4,006 | 53.61 |
I've written hundreds of projects inside of the Borland and Turbo C IDEs and have never encountered this problem.
I'm trying to write a small game in DJGPP. I have several source files that I'm including in my project. They are not libraries yet, they are pure source - this allows me to modify them easily during develo... | https://cboard.cprogramming.com/brief-history-cprogramming-com/18461-djgpp-project-problems-printable-thread.html | CC-MAIN-2017-30 | refinedweb | 452 | 76.82 |
Our server will be implemented in the Python language. In this section, we will go through the script line by line, explaining each as we go along; you can type it in the file or download it from the repository.
So, let's open the
MyToolboxServer.py file and go through its contents.
At the beginning, we need to import ... | https://www.oreilly.com/library/view/learning-apache-thrift/9781785882746/ch07s06.html | CC-MAIN-2019-35 | refinedweb | 139 | 75.3 |
Reminder : You can find all the DarkRift2 related articles here
You can find the entire project on my official GitHub
This article deals with the client implementation within Unity 3D. Here are the steps we’ll accomplish :
- Create the client scene
- Create the DarkRift2 client game object
- Load the main game scene
- ... | http://materiagame.com/2019/02/10 | CC-MAIN-2019-30 | refinedweb | 657 | 62.27 |
django.contrib.humanize is a set of Django template filters that adds human touch to data. It provides naturalday filter that formats date to ‘yesterday’, ‘today’ or ‘tomorrow’ when applicable.
A similar requirement which the humanize pacakge does not address is to display time difference with this human touch. so here... | https://anandnalya.com/2009/05/humanizing-the-time-difference-in-django/ | CC-MAIN-2020-40 | refinedweb | 297 | 61.83 |
Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
2 years, 3 months ago.
How to end an event queue?
I would like to create an event queue, and then call a function ever 2 seconds for a total of 10 seconds (s... | https://os.mbed.com/questions/86071/How-to-end-an-event-queue/ | CC-MAIN-2021-39 | refinedweb | 386 | 70.6 |
On Wed, 2006-08-02 at 17:41 -0400, Sven Willenberger wrote: > On Wed, 2006-08-02 at 10:25 -0700, Matthew Dillon wrote: > > Please try this patch and tell me if it works. I think we have an issue > > when one process holds an exclusive lock while 2 or more processes are > > trying to get a shared lock, or vise-versa. > ... | http://leaf.dragonflybsd.org/mailarchive/bugs/2006-08/msg00012.html | CC-MAIN-2015-06 | refinedweb | 234 | 68.1 |
A simple solution to the sequence search problems is the linear search algorithm, which is also known as a sequential search algorithm. In this article, I will tell you how to create a linear search algorithm with python.
How Linear Search Algorithm Works?
The linear search algorithm iterates through the sequence one i... | https://thecleverprogrammer.com/2020/09/10/linear-search-algorithm-with-python/ | CC-MAIN-2021-43 | refinedweb | 710 | 59.84 |
Plotting data from a CSV file
A common format to export and distribute datasets is the Comma-Separated Values (CSV) format. For example, spreadsheet applications allow us to export a CSV from a working sheet, and some databases also allow for CSV data export. Additionally, it's a common format to distribute datasets on... | https://www.packtpub.com/books/content/plotting-data-using-matplotlib-part-2 | CC-MAIN-2017-34 | refinedweb | 3,980 | 61.06 |
ive been working on the binary to decimal converter program. not having a fun time with it!!
this is what i have:
#include <stdio.h> #include <stdlib.h> #include <math.h> int main ( void ){ /* variables */ int decimalValue = 0; int counter = 0; int nextDigit = 0; char binary = 0; /* begin */ printf("Please enter a bina... | https://www.daniweb.com/programming/software-development/threads/149194/need-help-with-code-returning-wrong-values-and-i-cant-figure-out-why | CC-MAIN-2019-04 | refinedweb | 126 | 57.16 |
Uri.EscapeComponent | escapeComponent method
Converts a Uniform Resource Identifier (URI) string to its escaped representation.
Syntax
Parameters
- toEscape
Type: String [JavaScript] | Platform::String [C++]
The string to convert.
Return value
Type: String [JavaScript] | Platform::String [C++]
The escaped representatio... | https://msdn.microsoft.com/library/windows/apps/windows.foundation.uri.escapecomponent.aspx | CC-MAIN-2015-22 | refinedweb | 236 | 50.67 |
CodePlexProject Hosting for Open Source Software
Hi All,
I'm trying to create a projection with a custom content part I have created through code, however one of the properties does not appear to be available - which is just a string prop.
public class SummaryPart : ContentPart<SummaryPartRecord>
{
[Required]
public st... | http://orchard.codeplex.com/discussions/428206 | CC-MAIN-2015-14 | refinedweb | 164 | 66.44 |
How Wikipedia Works/Chapter 13
Wikipedia's official policies apply to everyone—if you're editing Wikipedia at all, rather than just reading it, then you have to accept that site policies apply to you too. Policies determine what types of articles are acceptable, what styles of writing are appropriate, and generally how... | http://en.wikibooks.org/wiki/How_Wikipedia_Works/Chapter_13 | CC-MAIN-2014-15 | refinedweb | 7,170 | 52.19 |
Compiling PyGobject on windowsJanuary 5th, 2009 — gianmt
It has been a nightmare from the beginning….
Starting from the new release of Gobject bindings a lot has changed, we now have a new namespace glib where a lot of classes have been moved, of course retaining backward compatibility.
The new library (libpyglib) need... | http://blogs.gnome.org/gianmt/ | crawl-002 | refinedweb | 423 | 59.03 |
Hi all,
I'm on my way of setting up a web server using mod_python. The user fills out a form, the data is passed to a Python script, the result is presented to the user, done -- sounds pretty simple.
In the first version, I used <form action="run.py" ...>. In the run.py script I get the parameters
def index(req):
param... | https://modpython.org/pipermail/mod_python/2009-July/026259.html | CC-MAIN-2022-21 | refinedweb | 495 | 73.98 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.