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 |
|---|---|---|---|---|---|
Generating Excel 2010 Workbooks by using the Open XML SDK 2.0
Summary: Learn how to use the Open XML SDK 2.0 to manipulate a Microsoft Excel 2010 workbook.
Last modified: January 05, 2012
Applies to: Excel 2010 | Office 2010 | Open XML | SharePoint Server 2010 | VBA
Published: April 2011
Provided by: Steve Hansen, Grid... | https://msdn.microsoft.com/en-us/library/hh180830(v=office.14).aspx | CC-MAIN-2017-43 | refinedweb | 4,313 | 56.96 |
Most.
<< Previous - Adding An Icon
PingBack from
ScottIsAFool, when I builded it, Visual Studio tell me that it can't find type or namespace. Why?
Does it give any more information? What type or namespace can it not find?
I have resolved this problem. Thanks. Your tutorial is very good. I'm looking forward to the next ... | http://www.liveside.net/developer/archive/2006/10/19/Writing-Plugins-For-Windows-Live-Writer-_2D00_-Working-With-Forms.aspx | crawl-002 | refinedweb | 134 | 83.46 |
Properties in Visual Studio Tools for Office Projects
There are several important properties that are available in Microsoft Visual Studio 2005 Tools for the Microsoft Office System projects. These properties can be accessed in the Properties window.
Trust Assemblies Location
The Trust Assemblies Location property appe... | https://msdn.microsoft.com/en-us/library/183f110b(v=vs.80).aspx | CC-MAIN-2015-18 | refinedweb | 368 | 53.71 |
[Oleg] is a software engineer who appreciates a good keyboard, especially since coming over to the dark side of mechanical keebs. It’s true what they say — once you go clack, you never go back.
Anyway, before going full nerd with an ortholinear split ergo keyboard, [Oleg] had a nice little WASD with many upsides. Becau... | https://hackaday.com/2020/05/05/the-abcs-of-adding-qmk-to-a-wasd-keyboard/?replytocom=6242986 | CC-MAIN-2022-05 | refinedweb | 1,029 | 68.2 |
# Checking Telegram Open Network with PVS-Studio

Telegram Open Network (TON) is a platform by the same team that developed the Telegram messenger. In addition to the blockchain, TON provides a large set of services. The dev... | https://habr.com/ru/post/469915/ | null | null | 1,828 | 50.73 |
le Gaifix on rst for texinfo]
> .. [1] It's very common this form: ``@kbd{C-@...{Space}}``, but this
> is (currently) impossible, since it requires nested markup.
For this case, you could define a single custom role that expands to the
desired nested markup::
Press :kbdkey:`C-Space`
The code would look something like t... | https://sourceforge.net/p/docutils/mailman/docutils-develop/thread/40853BF4.2060904@gradient.cis.upenn.edu/ | CC-MAIN-2018-22 | refinedweb | 150 | 68.16 |
Today.
Join the conversationAdd Comment
Generics!!!! Yay!!!!!!
Great news !!! Fortunatelly debugging works, so this is acceptable to me to switch to this alpha.
Some questions:
– Missing features (complete debugginig, rename, etc) will be added with new typescriptServices.js or we must wait for new VS plugin ?
– Do you... | https://blogs.msdn.microsoft.com/typescript/2013/04/22/announcing-0-9-early-previews/ | CC-MAIN-2017-47 | refinedweb | 1,511 | 73.37 |
SAP Business Application Studio – Getting Started with CAP and SAP HANA Service on CF
In the new era of cloud , where we are moving towards Cloud Foundry environment , a next generation development environment is also required catering to the needs of developer.
Hence SAP Business Application Studio.
What is it ????
SA... | https://blogs.sap.com/2020/03/16/sap-business-application-studio-getting-started-with-cap-and-sap-hana-service-on-cf/ | CC-MAIN-2020-50 | refinedweb | 1,139 | 55.74 |
OLPC Launches Buy One, Give One Free Program 282
Tha_Big_Guy23 writes "For the first time, and for a limited period only, people in North America will be able to get their hands on the XO, MIT professor Nicholas Negroponte's rugged little laptop that's designed specifically for children. And for each cutting-edge XO pu... | http://news.slashdot.org/story/07/11/12/138246/olpc-launches-buy-one-give-one-free-program?sdsrc=nextbtmnext | CC-MAIN-2015-14 | refinedweb | 4,604 | 71.85 |
Opened 11 years ago
Closed 10 years ago
#7210 closed (fixed)
Added expression support for QuerySet.update
Description
I think QuerySet.update works to inflexible. In SQL you can define expressions containing the current value or the value of an other column in the update clause, for Example to incrementing a value in t... | https://code.djangoproject.com/ticket/7210 | CC-MAIN-2019-18 | refinedweb | 1,660 | 71.04 |
iOS Swift: Linking Accounts
This tutorial will show you how to link multiple accounts within the same user. and the User Sessions tutorials.
We recommend that you read the Linking Accounts documentation to understand the process of linking accounts.
Enter Account Credentials
Your users may want to link their other acco... | https://auth0.com/docs/quickstart/native/ios-swift/07-linking-accounts | CC-MAIN-2018-47 | refinedweb | 345 | 52.87 |
Sidekiq - Deleting scheduled jobs when task is deleted
I schedule reminder emails when a user creates a task for a certain date using the following code in the create action:
if @post.save EmailWorker.perform_in(@time.minutes, @post.id) end
I want to delete the scheduled reminder mail whenever the associated task is de... | http://unixresources.net/faq/26067635.shtml | CC-MAIN-2019-04 | refinedweb | 182 | 62.24 |
Type stubs for Python machine learning libraries
Project description
Mypy type stubs for numpy, pandas and matplotlib
This is a PEP-561-compliant stub-only package which provides type information for matplotlib, numpy and pandas. The mypy type checker (or pytype or PyCharm) can recognize the types in these packages by ... | https://pypi.org/project/data-science-types/ | CC-MAIN-2021-04 | refinedweb | 665 | 68.26 |
LaTeX studying and understanding heat conduction, how waves travel, and more. The MATLAB code below creates our plot.)') X = 0:0.1:20; X = 0:0.1:20; J = zeros(5,201); for i = 0:4 J(i+1,:) = besselj(i,X); end)') fig2plotly();
The code generates a web-based version of our plot. We can apply a theme to change the colors, ... | https://www.r-bloggers.com/four-beautiful-python-r-matlab-and-mathematica-plots-with-latex/ | CC-MAIN-2018-47 | refinedweb | 581 | 69.28 |
Table of contents
Introduction
Want basic fly-cam or orbit-cam controls in your sample? With SdkCameraMan, it's easy!
Requirements
SdkCameraMan requires that you use OIS in buffered mode, so make sure you have the necessary dependencies and handlers set up. Then, just include "SdkCameraMan.h" from the OGRE source or SD... | http://wiki.ogre3d.org/SdkCameraMan | CC-MAIN-2020-45 | refinedweb | 700 | 58.38 |
Is that right or shall i use the other path C:\Users\<usernam>\AppData\Local\Arduino15
Is it possible to use includes from C:\Users\<usernam>\Documents\Arduino\libraries AND C:\Users\<usernam>\AppData\Local\Arduino15 in the sketch at the same time?
It's that correct or should i place the font.h in the sublib
when i imp... | https://forum.arduino.cc/index.php?topic=624757.0 | CC-MAIN-2019-35 | refinedweb | 843 | 55.74 |
You can subscribe to this list here.
Showing
13
results of 13
I forgot to mention that I had run the test suite prior to creating the
tagged version and it all worked fine except for the UserKit. I have
elected to let the three UserKit errors stand until there is a need in
the group to resolve them. If anyone is using ... | http://sourceforge.net/p/webware/mailman/webware-devel/?viewmonth=200504 | CC-MAIN-2014-15 | refinedweb | 781 | 62.14 |
"
Kernel Modules Versus Applications
Compiling and Loading
The Kernel Symbol Table
Initialization and Shutdown
Using Resources
Automatic and Manual Configuration
Doing It in User Space
Backward Compatibility
Quick Reference
It's high time now to begin programming. This chapter introduces all
the essential concepts abou... | http://lwn.net/Kernel/LDD2/ch02.lwn | crawl-002 | refinedweb | 4,464 | 54.32 |
Running the table to csv code (to turn a wikipedia table into a csv file) only captures the
headers. The cells aren't filled with anything.
Note from the Author or Editor:Formatting error causes inner "for" loop to be outdented, causing the logic in the code to break. The code on Github is correct:
Traceback (most rec... | http://www.oreilly.com/catalog/errata.csp?isbn=0636920034391 | CC-MAIN-2017-39 | refinedweb | 2,890 | 60.75 |
> On Oct. 6, 2015, 7:57 p.m., Ben Mahler wrote: > >/?
I would like to keep fsLayers as it reflects the language of manifest. > On Oct. 6, 2015, 7:57 p.m., Ben Mahler wrote: > > src/tests/containerizer/provisioner_docker_tests.cpp, line 67 > > <> > > > > Can you do a sweep to remove all of the namespace aliases? If you ... | https://www.mail-archive.com/reviews@mesos.apache.org/msg11549.html | CC-MAIN-2016-50 | refinedweb | 130 | 79.87 |
Hi all!!
I have a problem. I have to write a program that initialises a 2 dimensional arrayof double and uses a function to copy the sub-arrays of this 2 dimensional function one-by-one in to a seperate array.
please help. ive spent all day on this and wrote so many variations.
I can copy a 2 dimensional array within t... | http://cboard.cprogramming.com/c-programming/85536-arrays-function-arguments.html | CC-MAIN-2015-40 | refinedweb | 139 | 63.09 |
On Tue, Jan 30, 2018 at 3:40 PM, Greg Rose <gvrose8...@gmail.com> wrote: > Allow OVS to compile and build on Linux 4.14.x kernels. Added > necessary compatability layer changes to the respective patches > as required for our OOT build environment. > > Note that NSH and ERSPAN patches are not in this series. We > are wo... | https://www.mail-archive.com/ovs-dev@openvswitch.org/msg18678.html | CC-MAIN-2018-09 | refinedweb | 310 | 55.74 |
Specifying a Route's Model
A route's JavaScript file is one of the best places in an app to make requests to an API.
In this section of the guides, you'll learn how to use the
model
method to fetch data by making a HTTP request, and render it in a route's
hbs template, or pass it down to a component.
For example, take ... | https://guides.emberjs.com/v3.19.0/routing/specifying-a-routes-model/ | CC-MAIN-2022-21 | refinedweb | 1,787 | 59.74 |
Timeline
- pextlib1.0:
- gmp:
- nvi: build fix #21363
- 11:28 Ticket #20803 (epic5: archive.h: No such file or directory) closed by
- fixed: should be fixed in r57666
- 11:28 Changeset [57666] by
- epic5: build fix #20803
- 11:24 Ticket #20415 (doxygen fails, attempting to link against system libiconv) closed by
- fixe... | https://trac.macports.org/timeline?from=2009-09-14T20%3A53%3A59-0700&precision=second | CC-MAIN-2016-36 | refinedweb | 5,575 | 62.88 |
Print frequency of each character in a string in Python
In this tutorial, we will learn how to print the frequency of each character in a string using Python.
Frequency of each character in a string
For that, we have two methods.
- Using basic logic.
- Counter() method.
Let’s start with the first one.
if-else statement... | https://www.codespeedy.com/frequency-of-each-character-in-a-string-in-python/ | CC-MAIN-2019-43 | refinedweb | 376 | 64.3 |
Source
pypy / pypy / doc / cppyy_backend.rst
Backends for cppyy
The cppyy module needs a backend to provide the C++ reflection information on which the Python bindings are build. The backend is called through a C-API, which can be found in the PyPy sources in: pypy/module/cppyy/include/capi.h. There are two kinds of AP... | https://bitbucket.org/pypy/pypy/src/14525d450338826eb053f91a0e9ab6a801aca498/pypy/doc/cppyy_backend.rst?at=default | CC-MAIN-2015-40 | refinedweb | 344 | 65.83 |
import sys
# set the file name depending on the operating system
if sys.platform == 'win32':
file = r'C:\WINDOWS\system32\drivers\etc\services'
else:
file = '/etc/services'
# Create an empty dictionary
ports = dict()
# Iterate through the file, one line at a time
for line in open(file):
# Ignore lines starting with '#'... | http://darkeside.blogspot.com/2010/03/ | CC-MAIN-2017-34 | refinedweb | 200 | 64.41 |
Syncfusion’s .NET Excel library allows the user to export or write to Excel in C# and VB.NET from various data sources like data tables, datasets, an employee details data feature will be helpful when you need to export data from a model to an Excel worksheet.
The Syncfusion Excel (XlsIO) library provides support to ex... | https://www.syncfusion.com/blogs/post/6-easy-ways-to-export-data-to-excel-in-c-sharp.aspx | CC-MAIN-2021-17 | refinedweb | 756 | 65.73 |
Like many technologies, they seem very complicated when you begin to work with it, but once you get into it you start to hit the boundaries of its capabilities and features. Once you use a tool for some time you learn what it can and cannot do, and therefore when there is a problem you can quickly rule out or rule in t... | https://www.thebestcsharpprogrammerintheworld.com/2014/01/09/make-your-own-ssl-certificate-for-testing-and-learning/ | CC-MAIN-2021-04 | refinedweb | 1,482 | 59.84 |
Sample problem:
How can I select rows from a
DataFrame based on values in some column in Pandas?
In SQL, I would use:
SELECT * FROM table WHERE colume_name = some_value
I tried to look at Pandas’ documentation, but I did not immediately find the answer.
How to select rows from a DataFrame based on column values? Answer... | https://programming-articles.com/how-to-select-rows-from-a-dataframe-based-on-column-values-pandas-answered/ | CC-MAIN-2022-40 | refinedweb | 2,046 | 77.53 |
Posted August 5, 2013
By Rob Gravelle
A lot of work has gone into making MySQL 5.6 faster than its predecessors. In my recent New Query Optimizer Features in MySQL 5.6 article I covered one particular optimization to the processing of subqueries. Another improvement comes in the form of the memcached plugin for InnoDB.... | http://www.databasejournal.com/features/mysql/using-the-innodb-memcached-plugin-with-mysql-5.6.html | CC-MAIN-2016-40 | refinedweb | 1,233 | 56.96 |
Created on 2013-07-25 23:57 by Zero, last changed 2017-07-17 19:43 by terry.reedy.
The following interactive session shows that iterables are not detected properly by the `collections.abc.Iterable` class.
>>> class IsIterable:
def __init__(self, data):
self.data = data
def __getitem__(self, key):
return self.data[key]
... | http://bugs.python.org/issue18558 | CC-MAIN-2017-34 | refinedweb | 576 | 57.16 |
Question:
Guys, I have a windows form with a panel control and inside the panel control are several other controls with a System.Windows.Forms.Tooltip attached to them. How can I iterate through each tooltip and set the Active property of the tooltip to false? Tooltips, unlike other controls, are not actually controls.... | http://www.toontricks.com/2019/04/tutorial-iterating-through-tooltips.html | CC-MAIN-2019-26 | refinedweb | 643 | 60.01 |
atthecorner
2008-05-21
I just ported my code from Windows XP to Windows Vista.
On vista, it fails in the pydev debugger with the message,
"Import Error: No module named vtEnv"
where "vtEnv" is one of my modules. I.e. the classic message when python can find a
in the source directory because I screwed up the filename.
M... | http://sourceforge.net/p/pydev/discussion/293649/thread/226c8b87 | CC-MAIN-2015-14 | refinedweb | 527 | 77.13 |
Library and Extension FAQ
Contents
- Library and Extension FAQ
- General Library Questions
- Common tasks
- Threads
- Input and Output
- Network/Internet Programming
- Databases
- Mathematics and Numerics
General Library Questions
How do I find a module or application to perform task X?
Check the Library Reference to s... | https://documentation.help/Python-3.4.4/library.html | CC-MAIN-2020-10 | refinedweb | 883 | 68.47 |
Bummer! This is just a preview. You need to be signed in with a Basic account to view the entire video.
Practice Writing Classes3:40 with Jeremy McLain
Now you try. Write a class on your own, then we'll walk through it together.
- 0:00
Let's take another look at a graphical representation of a map.
- 0:04
We need to be... | https://teamtreehouse.com/library/practice-writing-classes | CC-MAIN-2019-43 | refinedweb | 741 | 83.66 |
On 11/10/06, Tako Schotanus <quintesse@palacio-cristal.com> wrote:
> Stefan Guggisberg wrote:
> > On 11/10/06, Tako Schotanus <quintesse@palacio-cristal.com> wrote:
> >> It's not very important, but is there a specific reason why the
> >> CompactNodeTypeDefReader constructor takes a NamespaceMapping instead of
> >> jus... | http://mail-archives.apache.org/mod_mbox/jackrabbit-dev/200611.mbox/%3C90a8d1c00611100451s71edc457gf1155adb1e1f19b@mail.gmail.com%3E | CC-MAIN-2015-32 | refinedweb | 164 | 54.42 |
Or does the creation of a new user namespace force the creation of a new namespace of all the other types at the same time?
User namespaces progress
Posted Jan 3, 2013 3:31 UTC (Thu) by mkerrisk (subscriber, #1978)
[Link]
So, what stops an unprivileged process from creating a new user namespace, so acquiring CAP_BIND ... | http://lwn.net/Articles/531269/ | CC-MAIN-2013-20 | refinedweb | 858 | 64.54 |
JavaFX - ComboBox [Mobile]
By Rakesh Menon on Nov 26, 2009
Its more almost 6 months since I implemented a sample ComboBox using Control and Skin interface. There is lot of interest for proper implementation of this control. This post is still among my top posts. So thought of enhancing the implementation a bit so as to... | https://blogs.oracle.com/rakeshmenonp/en_US/entry/javafx_combobox_mobile | CC-MAIN-2016-22 | refinedweb | 807 | 69.21 |
Install Bootstrap with Webpack with Rails 6 Beta
For those of you who are going to give Rails 6 Beta a test run here is how I have installed Bootstrap 4.3.1 and configured with Webpack
Step 1:
yarn add [email protected]:
import 'bootstrap' import './src/application.scss'
step 4:
create the following folder
app/javascri... | https://gorails.com/forum/install-bootstrap-with-webpack-with-rails-6-beta | CC-MAIN-2021-31 | refinedweb | 715 | 59.9 |
.
All of this is fixed for JDK 1.3 (kestrel)printDialog does not reflect a printjob's setCopies. Specifying 2 copies and the print dialog shows the value of 1. Compile & run attached src :
import java.awt.print.PrinterJob;
public class PrintTest {
public static void main(String s[]) {
PrinterJob pj = PrinterJob.getPrin... | http://bugs.sun.com/bugdatabase/view_bug.do%3Fbug_id=4168555 | crawl-002 | refinedweb | 659 | 60.11 |
Copyright © 1998 material in this draft was previously part of the XSL Working Draft. intended to be "feature complete". The Working Group plans to use future drafts to stabilize the current functionality; it does not intend to add any new functionality in version 1.0.
The XSL WG and the XML Linking WG have agreed to u... | http://www.w3.org/TR/1999/WD-xslt-19990421.html | CC-MAIN-2015-06 | refinedweb | 13,513 | 52.29 |
Guillaume Yziquel wrote:
>?
>
Guillaume, the OCaml module has been neglected for a few years and it
has very few users. The generated code used to compile quite cleanly
with older versions of Ocaml, but not so now. Feel free to improve the
wrappers, I suggest you discuss the development of it on the swig-devel
mailing... | https://sourceforge.net/p/swig/mailman/swig-user/?viewmonth=200906&viewday=23 | CC-MAIN-2017-04 | refinedweb | 1,143 | 66.13 |
Before we started, I assume you have Visual Studio installed on your computer. The current version of Visual Studio I used on this example is version 2012. If you have earlier version you may have to upgrade to the same version or higher. I would recommend you to download the 2015 community version.
To create a module ... | http://bytutorial.com/tutorials/dnn/create-your-first-dnn-module-extension | CC-MAIN-2018-22 | refinedweb | 1,852 | 50.84 |
I bet you are asking yourself "What in the world is a stupid tool for an online game doing on Code Project?" This program is my entry in the New C++ Competition. UO Treasure Hunter Tools (UOTH) uses VC7, WTL7 and ATL7 as its core technology.
So what makes UOTH worthy of consideration for the new competition? Well, ther... | http://www.codeproject.com/KB/wtl/uoth.aspx | crawl-002 | refinedweb | 1,455 | 54.02 |
Pand')
Pandas
Pandas is an open source library that is used to analyze data in Python. It takes in data, like a CSV or SQL database, and creates an object with rows and columns called a data frame. Pandas is typically imported with the alias
pd.
import pandas as pd
Selecting Pandas DataFrame rows using logical operator... | https://www.codecademy.com/learn/dscp-data-manipulation-with-pandas/modules/dscp-hands-on-with-pandas/cheatsheet | CC-MAIN-2021-21 | refinedweb | 367 | 53.61 |
mvscanw, mvwscanw, scanw, wscanw - convert formatted input from a window
#include <curses.h> int mvscanw(int y, int x, char *fmt, ...); int mvwscanw(WINDOW *win, int y, int x, char *fmt, ...); int scanw(char *fmt, ...); int wscanw(WINDOW *win, char *fmt, ...);
These functions are similar to scanf(). Their effect is as ... | http://pubs.opengroup.org/onlinepubs/007908775/xcurses/mvwscanw.html | CC-MAIN-2015-35 | refinedweb | 115 | 61.53 |
This article is an extract from my book Data Science for Supply Chain Forecasting. You can read my other articles here. I am also active on LinkedIn.
Measuring forecast accuracy (or error) is not an easy task as there is no one-size-fits-all indicator. Only experimentation will show you what Key Performance Indicator (... | https://nicolas-vandeput.medium.com/?source=about_page------------------------------------- | CC-MAIN-2021-39 | refinedweb | 926 | 56.15 |
.
Below are the most basic steps to configure log4j logging support in your project.
1) Create a maven project
mvn archetype:generate -DgroupId=com.howtodoinjava -DartifactId=Log4jTestProject -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false
Run above command in your eclipse workspace or any othe... | https://howtodoinjava.com/log4j/how-to-configure-log4j-using-maven/ | CC-MAIN-2020-45 | refinedweb | 435 | 52.15 |
Search in target is sometimes failing
Hello, I am making my own plugin and a part of this plugin involves searching for, “xml version” in a selected area of text. I am using SCI_GETSELECTIONSTART and SCI_GETSELECTIONEND to retrieve the starting and endpoints of the selection and then setting the start and endpoints of ... | https://community.notepad-plus-plus.org/topic/19471/search-in-target-is-sometimes-failing | CC-MAIN-2020-40 | refinedweb | 1,033 | 67.99 |
Details
- Type:
Sub-task
- Status: Closed
- Priority:
Major
- Resolution: Fixed
- Affects Version/s: None
-
- Component/s: Python - Compiler, Python - Library
- Labels:None
- Patch Info:Patch Available
Description
Effectively, all strings in the python bindings are treated as binary strings – no encoding/decoding to UT... | https://issues.apache.org/jira/browse/THRIFT-395?focusedCommentId=12896086&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel | CC-MAIN-2016-07 | refinedweb | 9,049 | 61.87 |
import java.util.Scanner;//needed to acces the console and client input import java.util.Random;//neede to generate the random number needed for student public class projectArrays { public static void main (String[] args) { Scanner cin = new Scanner(System.in);//initiate a Scanner for client inputs students =(Math.rand... | https://www.dreamincode.net/forums/topic/194444-help-with-arrays/ | CC-MAIN-2020-16 | refinedweb | 586 | 54.73 |
💬 Air Humidity Sensor - DHT
This thread contains comments for the article "Air Humidity Sensor - DHT" posted on MySensors.org.
bonjour , quel library DHT utilisez vous ? j'ai un probleme de compilation
Arduino:1.6.10 (Windows 10), Carte : "Arduino Pro or Pro Mini, ATmega328 (3.3V, 8 MHz)"
ATTENTION . Définition sur : ... | https://forum.mysensors.org/topic/4806/air-humidity-sensor-dht/20?lang=en-US | CC-MAIN-2020-50 | refinedweb | 3,948 | 66.13 |
... .
cool! i never heard about!
I've never heard about it. But could you explain further to me what you meant?
Thanks Wes.
Great tips!
Blog Rocks!!!
GREAT THANKS A LOT
What about programmatically changing a numerical field from a number back to NULL?
I know how to do it in .Net. If you are using a dataset just set the... | http://weblogs.asp.net/whaggard/archive/2003/10/19/32495.aspx | crawl-002 | refinedweb | 326 | 76.93 |
My code compiles and runs but it gives the number of the menu item I've chosen and is not assigning it a value ie.. square. Each time the variable shapeSelected comes up I need it to say the value of square, circle, etc., not 1, 2, or 3. Hope you understand what I'm trying to say. I know it's something simple and was h... | http://cboard.cprogramming.com/cplusplus-programming/45074-need-help-if-else-statements-maybe-switch.html | CC-MAIN-2014-23 | refinedweb | 327 | 53.24 |
hi,
I'm trying to implement a system call for x86_64. Mine processor is
dual core opetron.There is very little material on web for
implementing system calls for x86_64 processor for 2.6 series kernel.I
tried to implement a new system call by observing the existing
implementation but to no success.Following are files na... | http://www.linux-mips.org/archives/linux-mips/2007-05/msg00129.html | CC-MAIN-2015-22 | refinedweb | 244 | 61.33 |
twig slice
slice - Documentation - Twig - Twig - The flexible, fast, and secure template engine for PHP. slice ¶. The slice filter extracts a slice of a sequence, a mapping, or a string:
slice - slice. The slice filter extracts a portion of an array, hash or string. {% for i in [1, 2, 3 , 4, 5]|slice (1, 2) %} {{ i }}<... | http://www.brokencontrollers.com/article/10359220.shtml | CC-MAIN-2019-39 | refinedweb | 1,329 | 69.52 |
.
Contents
To complete code sample.
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package helloworldapp;
/**
*
* @author Patrick Keegan
*/
public class HelloWorldApp {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
System.out.p... | http://www.netbeans.org/kb/docs/java/quickstart.html | crawl-002 | refinedweb | 317 | 64.41 |
Tech Tips Archive
WELCOME to the Java Developer Connection (JDC) Tech Tips, August 7, 2001. This issue covers:
These tips were developed using Java 2 SDK, Standard Edition, v 1.3.
Suppose that you're developing an application in the Java programming language, and you need to do some financial calculations. You have som... | http://java.sun.com/developer/JDCTechTips/2001/tt0807.html | crawl-002 | refinedweb | 2,798 | 57.27 |
Introduction: Sonar Collar for Blind Dogs
This project features a collar intended for use with visually impaired canines. An ultrasonic sensor hangs below the collar and senses when an object is close and emits an audible beep warning the dog that they should proceed with caution. The overall design makes it so that th... | http://www.instructables.com/id/Sonar-Collar-for-Blind-Dogs/ | CC-MAIN-2017-43 | refinedweb | 2,401 | 62.58 |
.
report :: Bool -> String -> Q ()Source
reportError :: String -> Q ()Source
reportWarning :: String -> Q ()Source
Report a warning to the user, and carry on.
Arguments
Recover from errors raised by
reportError or
fail..
The functions
lookupTypeName and
lookupValueName provide
a way to query the current splice's contex... | https://downloads.haskell.org/~ghc/7.6.1/docs/html/libraries/template-haskell-2.8.0.0/Language-Haskell-TH-Syntax.html | CC-MAIN-2016-50 | refinedweb | 644 | 57 |
One of the major problems in peer-to-peer systems is helping
peers find other peers. Most systems solve this in quite a
crude manner: AOL Instant Messenger and Napster, for
instance, offer flat namespaces and do all the name
resolution on a central server. XDegrees offers a more
robust and scalable solution worthy of t... | http://www.onjava.com/pub/a/p2p/2001/04/27/xdegrees.html | CC-MAIN-2015-18 | refinedweb | 1,421 | 59.13 |
marinus van aswegen wrote:
> Hi I have a question re. session handling.
>
> Do you need to inform the request handler each time to connect to it which
> session is calling in?
Your question is a little unclear, but if it means what I think it means
then the answer is "no". :)
Sessions make use of a cookie. The setting ... | http://modpython.org/pipermail/mod_python/2006-February/020424.html | CC-MAIN-2018-09 | refinedweb | 192 | 68.97 |
Jun 12, 2011 08:20 AM|sjnaughton|LINK
NuGet is a Visual Studio extension that makes it easy to install and update open source libraries and tools in Visual Studio. The good news is I have finally started taking the samples from my blog C# Bits and put them on NuGet.
So Far I Have
Dynamic Data Database Embedded Image - ... | http://forums.asp.net/p/1688994/4460370.aspx?Re+Dynamic+Data+and+NuGet | CC-MAIN-2015-22 | refinedweb | 1,306 | 64.44 |
Contents
- Other Versions
- Overview: Optimize what needs optimizing
- Choose the Right Data Structure
- Sorting
- String Concatenation
- Loops
- Avoiding dots...
- Local Variables
- Initializing Dictionary Elements
- Import Statement Overhead
- Data Aggregation
- Doing Stuff Less Often
- Python is not C
- Use xrange i... | https://wiki.python.org/moin/PythonSpeed/PerformanceTips?highlight=(CategoryDocumentation) | CC-MAIN-2017-04 | refinedweb | 4,273 | 66.33 |
0
Alright i need some help, been stuck on a basic task.
I input 2 strings. I need to be able to have it compare the two strings to see which one is shorter, then count how short the item is and out put the number.
ex. Word 1 Hello
word 2 hi
Output: the word with the least letters contains 2 letters.
/* * To change this... | https://www.daniweb.com/programming/software-development/threads/256813/while-counting | CC-MAIN-2017-51 | refinedweb | 139 | 76.82 |
Shuffle the Training Data in TensorFlow
What is Data Shuffling?
It is a shuffling technique which mixes the data randomly from a dataset, within an attribute or a set of attributes. Between the columns, it will try retaining the logical relationship.
Why do we shuffle data?
Training, testing and validation are the phas... | https://valueml.com/shuffle-the-training-data-in-tensorflow/ | CC-MAIN-2021-25 | refinedweb | 412 | 66.44 |
Now that I’ve had a chance to settle down, catch up on some email, spend some time with the family, upload my photos, and blog about Flash on the Beach 2009, I will post my slides:
As usual, seeing a bunch of bullet points and diagrams doesn’t replace the thrill of watching me babble on for an hour, but it’s the best I... | http://www.bit-101.com/blog/?p=2402 | CC-MAIN-2017-17 | refinedweb | 1,480 | 65.52 |
2002-06-02 Paul Eggert <eggert@twinsun.com> * NEWS, configure.ac (AC_INIT): Version 2.5.8 released. * README: POSIX.2 -> POSIX. * inp.c (report_revision): Don't modify 'revision', since it gets freed later. Bug reported by Mike Castle. 2002-05-30 Paul Eggert <eggert@twinsun.com> * NEWS, configure.ac (AC_INIT): Version ... | http://opensource.apple.com/source/gpatch/gpatch-2/patch/ChangeLog | CC-MAIN-2015-48 | refinedweb | 12,067 | 64.37 |
#include <sys/types.h> #include <grp.h>).)
The service was temporarily unavailable; try again later. For NSS backends in glibc this indicates a temporary error talking to the backend. The error may correct itself, retrying later is suggested.
A signal was caught; see signal(7).
I/O error.
The per-process limit on the n... | http://manpages.courier-mta.org/htmlman3/getgrent.3.html | CC-MAIN-2017-30 | refinedweb | 120 | 54.08 |
Unary arithmetic operators
There are two unary arithmetic operators, plus (+), and minus (-). As a reminder, unary operators are operators that only take one operand.
The unary minus operator returns the operand multiplied by -1. In other words, if x = 5, -x is -5.
The unary plus operator returns the value of the opera... | https://www.learncpp.com/cpp-tutorial/arithmetic-operators/ | CC-MAIN-2021-17 | refinedweb | 6,875 | 71.85 |
How We Generate Our New Documentation with Sanity & Nuxt.jsJune 20, 2019
In a rush? Skip to technical tutorial
We’ve spent the last few months building the new version of our shopping cart.
When we started working on it, we knew this would also mean changes in other areas of our product.
Documentation was one of them.
... | https://snipcart.com/blog/generate-documentation-javascript | CC-MAIN-2020-05 | refinedweb | 2,389 | 55.34 |
The Insider's Guide to Ruby on Rails Interviewing
The Technology. Tim O’Reilly (founder of O’Reilly Media) refers to Rails as breakthrough technology and Gartner Research noted in a recent study that many high-profile companies are using Rails to build agile, scalable web applications.
The rate at which Rails has gaine... | http://www.toptal.com/ruby-on-rails | CC-MAIN-2014-35 | refinedweb | 6,176 | 51.68 |
#include <hallo.h> Rijn wrote on Tue Jul 23, 2002 um 01:20:13PM: > Start installation at the boot prompt via F1 choose 2.4 kernel and ext3 file > system everything looks nice. > Of course making a boot floppy, boots fine. > > The problem I have is that booting with loadlin from a small Dos partition > the system hangs ... | https://lists.debian.org/debian-boot/2002/07/msg00416.html | CC-MAIN-2016-07 | refinedweb | 129 | 75.5 |
Hello Codeforces! Did you enjoy the AtCoder Beginner Contest 129? As usual, there was only Japanese editorial published, so I translated it into English again.
Disclaimer. Note that this is an unofficial editorial and AtCoder has no responsibility for this. Also, I didn't do proofreading at all, so it might contain man... | http://codeforces.com/blog/entry/67558 | CC-MAIN-2019-26 | refinedweb | 1,431 | 64.75 |
SPLASH, TOO (TV, 1988), color, 91 minutes
CAST:
Todd Waring - Allen Bauer
Amy Yasbeck - Madison Bauer
Donovan Scott - Freddie Bauer
Rita Taggert - Fern Hooten
Dody Goodman - Mrs. Stimler
Mark Blankfield - Dr. Otto Benus
Noble Willingham - Karl Hooten
Doris Belack - Lois Needler
Barney Martin - Herb Needler
Timothy Will... | http://www.ioffer.com/i/57697621 | crawl-002 | refinedweb | 672 | 64.51 |
Simon Michael, 2002/09/02 06:25 GMT (via mail):
Zwiki 0.10.0 has been released, including 4.5 months' worth of enhancements & fixes. Enjoy.
Summary
Pre-rendering for better performance, new freeform page names and fuzzy linking, WikiForNow regulations support (beta), page renaming & deleting, UI enhancement & simplific... | https://zwiki.org/FrontPage/GeneralDiscussion200209 | CC-MAIN-2021-25 | refinedweb | 13,957 | 75.5 |
Re: [Zope-dev] Debugging spinning Zope?
Dieter Maurer wrote: Morten W. Petersen wrote at 2006-4-18 16:45 +0200: I guess the next step is to use pdb og gdb - are there perhaps any documents out there describing the process? You use your favorite search engine and search for Zope spinning debug. Yep. ;) -Morten
Re: [Zope... | https://www.mail-archive.com/search?l=zope-dev%40zope.org&q=from:%22Morten+W.+Petersen%22&o=newest | CC-MAIN-2019-30 | refinedweb | 4,852 | 63.59 |
Quite a number of my projects involve talking to RabbitMQ, and to help check things work as expected, I often have a number of integration tests which talk to a local RabbitMQ instance.
While this is fine for tests being run locally, it does cause problems with the build servers - we don't want to install RabbitMQ on t... | http://stormbase.net/page2/ | CC-MAIN-2017-17 | refinedweb | 232 | 50.77 |
Created on 2013-10-31 17:32 by ustinov, last changed 2020-03-25 22:15 by rhettinger. This issue is now closed.
In order to migrate from optparse to argparse we need to have an ability to substitute anguments, e.g. remove and then create.
In our framework we use the command line utility base class and then inherit the p... | https://bugs.python.org/issue19462 | CC-MAIN-2021-17 | refinedweb | 953 | 67.25 |
January 15, 2019 by Tomek
In this GraphQL tutorial, we will show you how easy is implementing GraphQL in a React application. We’ll be using the React Apollo library that allows you to fetch data from your GraphQL server and use it the React framework.
Before you start make sure that you have Node.js installed. To get ... | https://blog.graphqleditor.com/getting-started-with-react-graphql/ | CC-MAIN-2019-26 | refinedweb | 365 | 58.62 |
Let’s face it: you need to get information into and out of your programs through more than just the keyboard and console. Exchanging information through text files is a common way to share info between programs. One of the most popular formats for exchanging data is the CSV format. But how do you use it?
Let’s get one ... | https://realpython.com/python-csv/ | CC-MAIN-2018-34 | refinedweb | 2,196 | 54.93 |
On Feb 7, 2009, at 11:07 AM, Martijn Faassen wrote: > Hi there, > > We've recently had some discussions on where to place the > implementation > of various ZCML directives. This post is to try to summarize the issue > and analyze the options we have. > > Right now ZCML directives are implemented in packages that contai... | https://www.mail-archive.com/zope-dev@zope.org/msg27665.html | CC-MAIN-2017-30 | refinedweb | 545 | 52.26 |
On 1/3/07, Matt Draisey <matt at draisey.ca> wrote: > > On Wed, 2007-01-03 at 17:17 -0800, Josiah Carlson wrote: > > > You can already do this with the following code: > > > > __gl = globals() > > for name in __gl.keys(): > > if name[:1] == '_' and len(name) > 1 and name.count('_') == 1: > > del __gl[name] > > del __gl... | https://mail.python.org/pipermail/python-ideas/2007-January/000069.html | CC-MAIN-2016-44 | refinedweb | 122 | 74.59 |
I am not able to understand why this code doesnt compile :
class A {
public static void main(String[] args) {
System.out.println("hi");
}
}
private class B {
int a;
}
modifier private not allowed here // where I have defined class B
From the Java Language specification:
The access modifiers protected and private pertai... | https://codedump.io/share/SnaiaU7pLItp/1/java-problem-multiple-classes-in-a-single-file | CC-MAIN-2017-43 | refinedweb | 263 | 60.14 |
Components and supplies
Necessary tools and machines
Apps and online services
About this project
Is your loved one old and living alone? No need to worry. Using Infineon's DPS310 pressure sensor we developed a virtual assistant that neatly fits around your arm in the form of a band, which takes care of this time consum... | https://create.arduino.cc/projecthub/Technovation/health-band-a-smart-assistant-for-the-elderly-0fed12 | CC-MAIN-2019-04 | refinedweb | 2,214 | 61.06 |
In this section we are going to discuss about command line argument in java. Command line argument allow a user to pass arguments at the time of running the application , after the class name. Java allow user to pass any number of argument to the command line. When running the application, argument is given after a cla... | http://www.roseindia.net/java/beginners/commandlineargument.shtml | CC-MAIN-2015-11 | refinedweb | 290 | 50.84 |
13 November 2008 09:03 [Source: ICIS news]
SINGAPORE (ICIS news)--Crude fell more than $1/bbl, pushing prices to fresh 22-month lows on Thursday, with NYMEX light sweet crude slipping below $55/bbl amid growing concerns over the global economy.
?xml:namespace>
At 16:34 hours Singapore time (0834GMT), December NYMEX lig... | http://www.icis.com/Articles/2008/11/13/9171157/crude-hits-22-month-lows-as-economic-woes-mount.html | CC-MAIN-2014-23 | refinedweb | 298 | 63.59 |
Red Hat Bugzilla – Bug 128390
stat() fails on files larger than 2G
Last modified: 2007-11-30 17:06:54 EST
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.2)
Gecko/20040301
Description of problem:
stat() call fails on files over 2G. It failed on U4 and also with the
new glibc in the U5be... | https://bugzilla.redhat.com/show_bug.cgi?id=128390 | CC-MAIN-2017-17 | refinedweb | 471 | 66.44 |
tracing
Distributed tracing
See all snapshots
tracing appears in
Maintained by mtth@apache.org
This version can be pinned in stack with:
tracing-0.0.5.2@sha256:a54ea17777c8a41a52e920e1c9d3842ee0c237edb1b09c14fa65f74f401c22fc,1442
Module documentation for 0.0.5.2
- Control
- Control.Monad
- Monitor
Depends on 15 package... | https://www.stackage.org/lts-16.23/package/tracing-0.0.5.2 | CC-MAIN-2020-50 | refinedweb | 138 | 51.04 |
screen_input_guard_enable()
Enable Screen Input Guard.
Synopsis:
#include <bps/screen_input_guard.h>
BPS_API int screen_input_guard_enable(void)
Since:
BlackBerry 10.2.0
Arguments:
Library:libbps (For the qcc command, use the -l bps option to link against this library)
Description:
The screen_input_guard_enable() funct... | http://developer.blackberry.com/native/reference/core/com.qnx.doc.bps.lib_ref/topic/screen_input_guard_enable.html | CC-MAIN-2018-05 | refinedweb | 104 | 65.73 |
Design goals simplicity, reusability, speed, complete separation of logic from formatting. Feature set variables, loops, conditionals, extensibility of tags, includes, arbitrary delimiters. Usage For starters, make sure you 'use Text::Tmpl'. Each fun...DLOWE/Text-Tmpl-0.33 5 (1 review) - 28 Oct 2008 18:48:49 GMT - Sear... | https://metacpan.org/search?q=Text-Tmpl | CC-MAIN-2016-18 | refinedweb | 716 | 50.53 |
In Neural Networks Primer, we went over the details of how to implement a basic neural network from scratch. We saw that this simple neural network, while it did not represent the state of the art in the field, could nonetheless do a very good job of recognizing hand-written digits from the mnist database. An accuracy ... | https://dev.to/nestedsoftware/convolutional-neural-networks-an-intuitive-primer-k1k | CC-MAIN-2020-40 | refinedweb | 5,737 | 54.32 |
Some or all of the following errors can occur when you create a custom function with the FCMP procedure and you call that function in PROC DS2 code that is run on a remote SAS® server:
ERROR: Compilation error.
ERROR: [08102]Connection string, DSN or file DSN syntax or usage error
(0x80fff833)
ERROR: [HY000]Parsing fai... | http://support.sas.com/kb/55/335.html | CC-MAIN-2022-21 | refinedweb | 181 | 66.23 |
from Bio import SeqIO from Bio import Align ref_seq_1 = SeqIO.read('C:/Users/King_Arthur/Desktop/ref_seq/segment 1/ref_seq_8.fasta','fasta') seq1 = SeqIO.read('C:/Users/King_Arthur/Desktop/file/segment 1/Myfile_1 (1).fasta','fasta') aligner = Align.PairwiseAligner() aligner.mode = 'global' aligner.match_score = 1 align... | https://www.breathinglabs.com/monitoring-feed/genetics/need-help-with-pairwise-alignment-module-in-iterating-over-the-alignment/ | CC-MAIN-2021-31 | refinedweb | 180 | 50.53 |
Details
Description
If openjpa.DetachState =fetch-groups is used, the enhancer will add a 'implements Externalizable' + writeExternal + readExternal.
The problem is, that writeExternal and readExternal will also try to externalize the private members of any given superclass. Thus we get a runtime Exception that we are ... | https://issues.apache.org/jira/browse/OPENJPA-1912 | CC-MAIN-2016-22 | refinedweb | 1,101 | 50.94 |
I am starting to think about appropriate exception handling in my Django app, and my goal is to make it as user-friendly, as possible. By user-friendliness, I imply that the user must always get a detailed clarification as to what exactly went wrong.
Following on this post, the best practice is to
use a JSON response w... | https://codedump.io/share/YHlLNlIjWO0v/1/django---exception-handling-best-practice-and-sending-customized-error-message | CC-MAIN-2018-13 | refinedweb | 442 | 58.21 |
0
Hey guys,
I think I have this mostly figured out but i'm still getting some errors, I'm not sure if it's a syntax thing or if I called out a variable wrong.
For some reason eclipse is saying that my variable [B]average[/B] "may not have locally been declared" which doesn't make sense to me, because it is, or so I thi... | https://www.daniweb.com/programming/software-development/threads/185318/array-method-problem | CC-MAIN-2017-17 | refinedweb | 301 | 54.86 |
Creating a Triangle in OpenGL In-Shader
Go to OpenGL Home
As a prerequisite to this tutorial, I suggest you read the previous one which can be found here, because it contains a class which will read and compile shaders. Last time we started to delve into shaders and how to set them up in the main program. This time we ... | http://in2gpu.com/2014/11/24/creating-a-triangle-in-opengl-shader/ | CC-MAIN-2019-13 | refinedweb | 1,117 | 62.07 |
I've the following problem. I'm looking to find all words in a string that typically looks like so
HelloWorldToYou Notice, each word is capitalized as a start followed by the next word and so on. I'm looking to create a list of words from it. So the final expected output is a list that looks like
['Hello','World','To',... | http://databasefaq.com/index.php/answer/1079/python-regex-list-python-regular-expression-matching-the-last-word | CC-MAIN-2017-39 | refinedweb | 264 | 67.04 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.