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 |
|---|---|---|---|---|---|
/* * fmaf.c * * by Ian Ollmann * * Copyright (c) 2007, Apple Inc. All Rights Reserved. * * C implementation of C99 fmaf() function. */ #include <math.h> #include <stdint.h> float fmaf( float a, float b, float c ) { double product = (double) a * (double) b; //exact double dc = (double) c; //exact #warning fmaf not compl... | http://opensource.apple.com/source/Libm/Libm-315/Source/ARM/fmaf.c | CC-MAIN-2014-42 | refinedweb | 269 | 70.73 |
Constantly.
--Eric S. Raymond
Read the rest in Silence Is Golden
Companies like Cisco and Websense are exporting censorship technologies to China that make them money, but create a democratic deficit behind the Great Firewall. These same companies argue that they have no control over how their products are used, and re... | http://www.ibiblio.org/java/quotes2003.html | CC-MAIN-2014-49 | refinedweb | 26,700 | 60.85 |
Hello again!
Ok so this time i made a program that creates a subwin called son and it defines it's size and location. The application paints son's background with the color RED but it doesn't update all of it. When i set stdscr's background color and wrefresh it it updates all of its background. When i do the same with... | https://sourceforge.net/p/pdcurses/discussion/95731/thread/87abdd15/ | CC-MAIN-2017-43 | refinedweb | 237 | 64.2 |
Undercloud deploy fails at rsyslog
I have attempted to install tripleo several times and keep getting errrors on centos. I used the same config on rhel and it completes normally.
TASK [Restart rsyslogd service after logging conf change] *************************************************************************fatal: [uc... | https://ask.openstack.org/en/question/128383/undercloud-deploy-fails-at-rsyslog/ | CC-MAIN-2021-04 | refinedweb | 252 | 50.12 |
Doctests in Python
Doctests are one of the most fascinating things in Python. Not necessarily because it’s particularly elegant or useful, but because it’s unique: I haven’t found another language that has a similar kind of feature.
Here’s how it works. Imagine I was writing an adder:
def add(a,b): return a + b
There’s... | https://hillelwayne.com/post/python-doctests/ | CC-MAIN-2018-17 | refinedweb | 648 | 73.27 |
I want to build “pure” client-side ASP.NET AJAX web applications and I want to get the full benefits of a declarative framework. Currently, the ASP.NET AJAX framework does not support a good method of creating declarative client-side controls. In this blog entry, I examine different strategies for implementing declarat... | http://weblogs.asp.net/stephenwalther/archive/2008/03/03/declaring-client-side-asp-net-ajax-controls-part-i.aspx | crawl-002 | refinedweb | 5,411 | 58.69 |
Created on 2010-08-05 18:21 by valgog, last changed 2010-08-05 19:02 by brian.curtin.
When executing the following code on Windows 7 64-bit ::
import sys
import signal
import time
print 'Version:'
print sys.executable or sys.platform, sys.version
print
print
def h(s, f): print s
signal.signal(signal.CTRL_BREAK_EVENT, h... | http://bugs.python.org/issue9524 | CC-MAIN-2014-10 | refinedweb | 237 | 63.05 |
react-native-gallery-swiper
An easy and simple to use React Native component to render an image gallery with common gestures like pan, pinch and double tap. Supporting both iOS and Android.
Improved and changed on top of
react-native-image-gallery.
Install
Type in the following to the command line to install the depend... | https://reactnativeexample.com/an-easy-and-simple-to-use-react-native-component-to-render-an-image-gallery/ | CC-MAIN-2020-50 | refinedweb | 222 | 62.54 |
01 May 2012 16:44 [Source: ICIS news]
LONDON (ICIS)--Petkim's exports rose 50% in value year on year to $288m (€219m) during the first quarter of 2012, ?xml:namespace>
The figure showed the company was on course to break the billion-dollar barrier for exports during this year, having achieved an export value of $834m l... | http://www.icis.com/Articles/2012/05/01/9555453/Turkeys-Petkim-targeting-billion-dollar-export-barrier.html | CC-MAIN-2013-48 | refinedweb | 215 | 50.4 |
URL: <> Summary: PPP log messages Project: lwIP - A Lightweight TCP/IP stack Submitted by: marcoe Submitted on: Thu 04 Jan 2018 03:27:27 PM UTC Category: PPP Should Start On: Thu 04 Jan 2018 12:00:00 AM UTC Should be Finished on: Thu 04 Jan 2018 12:00:00 AM UTC Priority: 3 - Low Status: None Privacy: Public Percent Com... | http://lists.gnu.org/archive/html/lwip-devel/2018-01/msg00080.html | CC-MAIN-2019-09 | refinedweb | 211 | 54.76 |
IL2CPP Optimizations: Devirtualization
The scripting virtual machine team at Unity is always looking for ways to make your code run faster. This is the first post in a three part miniseries about a few micro-optimizations performed by the IL2CPP AOT compiler, and how you can take advantage of them. While nothing here w... | https://blogs.unity3d.com/2016/07/26/il2cpp-optimizations-devirtualization/ | CC-MAIN-2019-13 | refinedweb | 5,527 | 69.62 |
The term Rich Domain Model is used to describe a domain model which really shows you how you should be using and manipulating the model, rather than letting you do anything with it. It is the opposite of an Anaemic Domain Model, which provides a very low abstraction over the data storage (generally), but with little to... | http://stormbase.net/2014/05/04/rich-domain-modeling/ | CC-MAIN-2017-17 | refinedweb | 900 | 53.24 |
2));
}
}
}
Agree, this is a nice approach to this problem. This has been taken a bit further by the NullableTypes project:
Of course, they wouldn’t need this hack if value types were nullable. 🙂
If you are going to all the effort of creating a new class, why not use an extra bool instead of DateTime.MinValue?
How wil... | https://blogs.msdn.microsoft.com/ericgu/2004/03/23/adding-emptiness-to-the-datetime-class/ | CC-MAIN-2017-51 | refinedweb | 767 | 71.44 |
import qrcode -- QRcodes in Pythonista
Hi !
Do you think it is possible to import the zbar library in a further release or Pythonista ?
Zbar already exists on iOS and there are some wrappers in Python.
We could script a QRCode decoder for example with camera input directly in Pythonista.
Or if somebody knows a pure Pyt... | https://forum.omz-software.com/topic/1261/import-qrcode-qrcodes-in-pythonista | CC-MAIN-2021-17 | refinedweb | 719 | 73.17 |
I'm getting started with Walmart's react/redux/react-router/isomorphic boilerplate called electrode and I'm having trouble adding multiple routes. When I add the 2nd route it seems to do nothing and linking and pushing to the other routes does not change the page.
Here's what the single route in the boilerplate looked ... | https://codedump.io/share/gskYgF3Z83Uq/1/adding-multiple-routes-with-react-router-in-an-electrode-app-does-nothing | CC-MAIN-2016-50 | refinedweb | 349 | 56.25 |
User Reviewed
How to Build a Robot at Home
Five Parts:Assembling the RobotWiring the RobotWiring the PowerInstalling the Arduino SoftwareProgramming the RobotCommunity Q&A
Do you want to learn how to build your own robot? There are a lot different types of robots that you can make by yourself. Most of the people want t... | http://www.wikihow.com/Build-a-Robot-at-Home | CC-MAIN-2016-26 | refinedweb | 2,219 | 63.59 |
Computer Science Archive: Questions from April 14, 2008
- iscout123 asked1a) The member variables of a class must be of the same type. b) The member functions of a class mus3 answers
- Anonymous askedHow would you sort four decimal numbers in ascending ordescending order in JFLAP with turing m... Show morehelloHow woul... | http://www.chegg.com/homework-help/questions-and-answers/computer-science-archive-2008-april-14 | CC-MAIN-2014-52 | refinedweb | 4,003 | 63.59 |
I wrote this code and it will not work but i am convinced this is correct? Can someone please enlighten me?
return (num > 0) ? “positive” : (num < 0) ? “negative” : (num === 0) ? “zero”;
Thanks in advance,
Hassan
I wrote this code and it will not work but i am convinced this is correct? Can someone please enlighten me?... | https://www.freecodecamp.org/forum/t/basic-javascript-use-multiple-conditional-ternary-operators/197326 | CC-MAIN-2019-22 | refinedweb | 725 | 75.2 |
I'm attempting to recreate the Unix shell program "todo.txt" using C++ on Windows. An example use of my program in the Command Prompt would be:
>todo /A "I like cheese."
which would append the item "I like cheese." to the file "todo.txt". In my program, there is a line which checks the arguments for the "/A" trigger:
i... | https://www.daniweb.com/programming/software-development/threads/347839/cmd-line-parameter-confusion | CC-MAIN-2016-44 | refinedweb | 463 | 82.04 |
, ...
KILL(2) OpenBSD Programmer's Manual KILL(2)
NAME
kill - send signal to a process
SYNOPSIS
#include <signal.h>
int
kill(pid_t pid, int sig);
DESCRIPTION
The kill() function sends the signal given by sig to pid, a process or a
group of processes. sig may be one of the signals specified in sigac-
tion pro-
cess grou... | http://www.rocketaware.com/man/man2/kill.2.htm | crawl-002 | refinedweb | 177 | 63.29 |
>>.'"
K?: (Score:3, Informative)
While I'm not disputing the usefulness of their bindings, I'd describe them as "working", but not necessarily "superb". Their API is not very pythonic or concise and feels pretty much like writing C++, without the segfaults
:P
Re:Kudos to Nokia (Score:4, Interesting)
The point of PyQt i... | https://developers.slashdot.org/story/09/08/30/0823206/nokia-makes-lgpl-version-of-pyqt?sdsrc=nextbtmnext | CC-MAIN-2017-17 | refinedweb | 1,765 | 67.59 |
Introduction to Spark Structured Streaming - Part 3 : Stateful WordCount third post in the series. In this post, we discuss about the aggregation on stream using word count example. You can read all the posts in the series here.
TL;DR You can access code on github.
Word Count
Word count is a hello world example of big ... | http://blog.madhukaraphatak.com/introduction-to-spark-structured-streaming-part-3/?utm_campaign=Revue%20newsletter&utm_medium=Newsletter&utm_source=SF%20Data%20Weekly | CC-MAIN-2018-34 | refinedweb | 844 | 66.94 |
Suresh Srinivas created HDFS-4923:
-------------------------------------
Summary: Save namespace when the namenode is stopped
Key: HDFS-4923
URL:
Project: Hadoop HDFS
Issue Type: Improvement
Affects Versions: 3.0.0
Reporter: Suresh Srinivas
Assignee: Suresh Srinivas
In rare instances the namenode fails to load editlog ... | http://mail-archives.apache.org/mod_mbox/hadoop-hdfs-issues/201306.mbox/%3CJIRA.12653948.1371740608956.148928.1371740721503@arcas%3E | CC-MAIN-2017-47 | refinedweb | 198 | 51.78 |
Type '<typename>' is not defined
The statement has made reference to a type that has not been defined. You can define a type in a declaration statement such as Enum, Structure, Class, or Interface.
Error ID: BC30002
To correct this error
Check that the type definition and its reference both use the same spelling.
Check... | https://msdn.microsoft.com/en-us/library/sy234eat(VS.80).aspx | CC-MAIN-2017-09 | refinedweb | 185 | 61.46 |
Buckswood News Compendium
The complete school newspapers for 2010 - 2011 Academic Year
school
HASTINGS
TJ’s Thank you for supporting TJ’s. Let me explain the ethos behind TJ’s:
The food We are following the Food for Life programme that encourages the seller to buy locally and where possible to grow products or bake pro... | https://issuu.com/wispartan/docs/news_compendium_pt1 | CC-MAIN-2016-40 | refinedweb | 4,742 | 63.93 |
Are you sure?
This action might not be possible to undo. Are you sure you want to continue?
Otherwise, your application may be disallowed.
Processing the Application
The IRS will process this application within 90 days from the later of: ● The date you file the complete application; or ● The last day of the month that ... | https://www.scribd.com/document/543912/US-Internal-Revenue-Service-i1045-1994 | CC-MAIN-2018-26 | refinedweb | 3,748 | 60.75 |
Blink, especially drones where cables are not an option. It can run on any operating system, including anything running on your single board computer.
Purchasing and Setup
To purchase the Blink(1) LED, go to their home page and click “Buy”. At this time of writing the cost was around $30.
Their software needs to be dow... | https://roboticsknowledgebase.com/wiki/interfacing/blink-1-led/ | CC-MAIN-2020-29 | refinedweb | 501 | 71.85 |
PyTorch List to Tensor: Convert A Python List To A PyTorch Tensor
PyTorch List to Tensor - Use the PyTorch Tensor operation (torch.tensor) to convert a Python list object into a PyTorch Tensor
< > Code:
Transcript:
This video will show you how to convert a Python list object into a PyTorch tensor using the tensor opera... | https://aiworkbox.com/lessons/convert-list-to-pytorch-tensor | CC-MAIN-2020-40 | refinedweb | 393 | 66.03 |
Are Container (Standards) Wars Over?
when relevant content is
added and updated.
The open source world is different than the proprietary world in that there really aren’t formalized standards bodies (e.g. IEEE, IETF, W3C, etc.). That world is mostly defacto standards, with some governance provided by foundations like T... | https://itknowledgeexchange.techtarget.com/cloud-computing-enterprise/container-standards-wars/ | CC-MAIN-2018-30 | refinedweb | 493 | 54.63 |
- NAME
- DESCRIPTION
- WHY PLUGINS?
- WHAT'S NEXT?
- INTEGRATING YOUR PLUGIN
- EXAMPLE
- SEE ALSO
- THANKS TO
- AUTHOR
NAME
Catalyst::Manual::WritingPlugins - An introduction to writing plugins with NEXT.
DESCRIPTION
Writing an integrated plugin for Catalyst using NEXT.
WHY PLUGINS?
A Catalyst plugin is an integrated p... | https://metacpan.org/pod/release/MRAMBERG/Catalyst-Runtime-5.7002/lib/Catalyst/Manual/WritingPlugins.pod | CC-MAIN-2016-40 | refinedweb | 1,161 | 55.34 |
The new C++11 standard includes many language and library features that make programming in C++ more enjoyable, such as lambdas, the auto keyword and smart pointers (in the STL). Visual Studio 2010 already supports some of these features out of the box, and Visual Studio 2012 implements even more (detailed list of feat... | http://richardt.name/blog/opencv-with-cxx11-on-os-x-10-8/ | CC-MAIN-2019-43 | refinedweb | 1,048 | 58.08 |
Localize: Translate Text
As a function
localize.msg('lit-html-example:body'); // for en-GB: I am from England localize.msg('lit-html-example:body'); // for nl-NL: Ik kom uit Nederland // ...
Web Component
For use in a web component we have
LocalizeMixin that lets you define namespaces and awaits loading of those transl... | https://lion-web.netlify.app/docs/systems/localize/text/ | CC-MAIN-2021-17 | refinedweb | 268 | 51.89 |
Create zip file in Java
Create zip file in Java
.... You
will also learn how to create a zip file from any file through
the java... applications. It is also possible to zip and unzip the files from your Java
Creating a ZIP file in Java
Creating a ZIP file in Java
Zip File: Zip file format is the popular method
of dat... | http://www.roseindia.net/tutorialhelp/comment/93001 | CC-MAIN-2015-06 | refinedweb | 1,321 | 65.83 |
how to out the current running thread in a java program???
Post your Comment there are two threads running at a time.. when am updating a values in database. both thread halt and stop for moment till it get updated into database... so i dnt want thread to get halts for tht moment of period. whats
Java Current Thread
J... | http://www.roseindia.net/discussion/22497-Get-Current-Thread.html | CC-MAIN-2014-52 | refinedweb | 746 | 57.16 |
33903/how-to-use-try-&-catch-block-in-java
Hey @Jino,
Using try catch block for your code is always a good practice. Using try catch block you come to know about the different types of error and exceptions.
Here is the synatx:
try
{
your block of code
}
catch(Exception e)// here if you know the type of exception going ... | https://www.edureka.co/community/33903/how-to-use-try-&-catch-block-in-java | CC-MAIN-2020-34 | refinedweb | 292 | 66.23 |
hello.cfile, and run the following command:
emcc hello.c -s WASM=1 -o hello.html
The options we’ve passed in with the command are as follows:
-s WASM=1— Specifies that we want wasm output. If we don’t specify this, Emscripten will just output asm.js, as it does by default.
-o hello.html— Specifies that we want Emscrip... | https://developer.mozilla.org/pt-BR/docs/WebAssembly/C_to_wasm | CC-MAIN-2020-10 | refinedweb | 786 | 64.3 |
![if gte IE 9]><![endif]>
In Rollbase v4.3, we have made few changes to the language resource files. If you are using or doing local modifications to these files, you need to know about these changes.
Encoding changes
The change we made for v4.3 is the file encoding. From now on, every resource file is UTF-8 encoded. U... | https://community.progress.com/community_groups/rollbase/f/25/t/26879 | CC-MAIN-2018-17 | refinedweb | 533 | 63.9 |
This article by Belen Cruz Zapata, the author of the book Android Studio 2 Essentials - Second Edition, focuses on the creation of the user interfaces using layouts. The layouts can be created using a graphical view or a text-based view. Since there are over 18,000 Android device types, you will learn about fragmentati... | https://www.packtpub.com/books/content/creating-user-interfaces-0 | CC-MAIN-2017-13 | refinedweb | 2,924 | 51.78 |
java.lang.Object
org.netlib.lapack.SSYGVDorg.netlib.lapack.SSYGVD
public class SSYGVD
SSYGVD is a simplified interface to the JLAPACK routine ssygGVD. * * A (input/output) REAL) REAL array, dimension (LDB, N) * On entry, the symmetric (input) INTEGER * The leading dimension of the array B. LDB >= max(1,N). * * W (outpu... | http://icl.cs.utk.edu/projectsfiles/f2j/javadoc/org/netlib/lapack/SSYGVD.html | CC-MAIN-2017-51 | refinedweb | 167 | 67.45 |
2004
Filter by week:
1
2
3
4
5
using MVC methodology with forms and remoting
Posted by cwinston at 1/31/2004 8:24:51 PM
hi, I am trying to develop an application in which I am attempting to implement MVC programming with Forms, but I have yet to be able to get it to work the right way with FLash remoting. I created a ... | http://www.developmentnow.com/g/72_2004_1_0_0_0/macromedia-flash-flash-remoting.htm | crawl-001 | refinedweb | 2,673 | 74.08 |
let
a=[1,2,3], then i let
b=torch.Tensor(a) , my pycharm’s background become yellow like that
is there exist a elegent way to convert a list to a tensor? or is my ide’s fault?
let
a=[1,2,3], then i let
b=torch.Tensor(a) , my pycharm’s background become yellow like that
is there exist a elegent way to convert a list to ... | https://discuss.pytorch.org/t/best-way-to-convert-a-list-to-a-tensor/59949 | CC-MAIN-2022-27 | refinedweb | 1,530 | 68.36 |
Sorry for the confusing title, as I am new to C++
Basically, what I am trying to do is, to read a simple test.txt file's content, which are just two words actually: "Hello World" and desplay thier hexadecimal content in a shell, CMD or command line.(Whatever it is called), if the text thing is confusing you here, just ... | https://www.daniweb.com/programming/software-development/threads/456871/reading-hexadecimal-numbers-into-shell | CC-MAIN-2019-04 | refinedweb | 172 | 73.1 |
I bet you thought I was done! Well, this is the last one for tonight, I promise, and believe me, I saved the best for last. Mantissa 0.4.1 brings some really fantastic features.
First up is the Tabular Data Browser. This is some pretty awesome stuff. Basically it is not even worth trying to describe with words. Go sign... | http://as.ynchrono.us/2005/12/mantissa-041-released_20.html | CC-MAIN-2016-18 | refinedweb | 646 | 50.02 |
We know that string is a collection of characters. Let's again have a look at string and learn more about it.
There are two different types of strings in C++.
- C-style string
- std::string (part of the standard library)
In this chapter, we will focus on C-style string.
C-style String
We can think of string as an array... | https://www.codesdope.com/cpp-string/ | CC-MAIN-2021-25 | refinedweb | 964 | 68.2 |
“CSS3” was a massive success for CSS. A whole bunch of stuff dropped essentially at once that was all very terrific to get our hands on in CSS. Gradients,
animation/
transition,
border-radius,
box-shadow,
transform… woot! And better, the banner name CSS3 (and the spiritual umbrella “HTML5”) took off and the industry wa... | https://css-tricks.com/whats-new-since-css3/?utm_source=swlinks-tw | CC-MAIN-2022-40 | refinedweb | 1,978 | 65.12 |
Dependency was not found using a npm package
I wanted to use the npm nomnoml package in Quasar and got an error during build.
This dependency was not found: fs in ./node_modules/nomnoml/dist/nomnoml.js To install it, you can run: npm install --save fs
my script part of the page looks like this:
<script> var nomnoml = r... | http://forum.quasar-framework.org/topic/1977/dependency-was-not-found-using-a-npm-package/2 | CC-MAIN-2018-13 | refinedweb | 598 | 71.85 |
C#; a producer that sends a single message, and a consumer that receives messages and prints them out. We'll gloss over some of the detail in the .NET client .NET client library
RabbitMQ speaks multiple protocols. This tutorial uses AMQP 0-9-1, which is an open, general-purpose protocol for messaging. There are a numb... | https://www.rabbitmq.com/tutorials/tutorial-one-dotnet.html | CC-MAIN-2018-13 | refinedweb | 764 | 53.98 |
ok in this program I'm trying to make the pointer variable totalW a function parameter that will return the number of w's found in the string entered by the user but it doesn't seem to work ....I know it has to do something with the pointers but I'm at a loss as to how to fix it
output:output:Code:#include <cstdlib> #i... | http://cboard.cprogramming.com/cplusplus-programming/115476-little-lost-confused-my-pointers.html | CC-MAIN-2015-11 | refinedweb | 159 | 51.72 |
This notebook was put together by [Jake Vanderplas]() for PyCon 2015. Source and license info is on [GitHub]().
In this section, we'll look at model evaluation and the tuning of hyperparameters, which are parameters that define the model.
from __future__ import print_function, division %matplotlib inline import numpy a... | https://nbviewer.ipython.org/github/jakevdp/sklearn_pycon2015/blob/master/notebooks/05-Validation.ipynb | CC-MAIN-2022-33 | refinedweb | 937 | 53.78 |
Do!
Step 1: Components and Tools
To build this project you will need the following components and tools;
Components:
- 1x 405nm Laser Module
- 2x 180 degree Servos
- 1x 9V Wall Wart
- 1x MMA7361 Accelerometer
- 1x 5V Regulator
- 5x 22uF Capacitors
- 1x Microcontroller (I used an Arduino Mini)
- 1x Breadboard (long or s... | https://www.instructables.com/id/Laser-Painting-With-Motion-Control-and-Arduino/ | CC-MAIN-2019-18 | refinedweb | 3,180 | 69.72 |
Hello Friends ……..Recently a tiny bug in the Linux USB Device Driver had crashed my kernel , Its very common that bugs in the Device Drivers written brings down the system by crashing the kernel.The reason being that unlike the usual programs we write Drivers run in kernel space.When programs run in user space and when... | https://hackintoshrao.com/2013/02/03/libusb-1intro-to-libusb-writing-and-compiling-the-hello-world-libusb-code-in-ubuntu/ | CC-MAIN-2018-17 | refinedweb | 629 | 59.74 |
Advanced Argument Parser for WikiMacros
Table of Contents
Description
This plug-in provides an advanced version of the parse_args function for WikiMacros.
This function is used in WikiMacros to parse the macro arguments. This enhanced version is meant as a replacement of trac.wiki.macros.parse_args and supports several... | http://trac-hacks.org/wiki/AdvParseArgsPlugin?version=6 | CC-MAIN-2015-11 | refinedweb | 282 | 58.69 |
Potentiometer
You have learned a lot about digital signals and tried many projects with digital devices. Now let’s know something about analog signals. The potentiometer is a typical component to give you analog readings. You'll connect a potentiometer to your circuit and read analog values.
Learning goals
- Learn abou... | https://docs.madmachine.io/tutorials/swiftio-circuit-playgrounds/modules/potentiometer | CC-MAIN-2022-21 | refinedweb | 1,664 | 67.86 |
Introduction: ESP8266-01 Temp/RH Sensor Readings Over JSON/MQTT
Overview
As part of my Home Automation I wanted to monitor various Rooms mostly temperature, however for a couple of rooms I wanted to monitor relative humidity as well so I purchased a couple of DHT22 sensors which will provide both in a single package. T... | https://www.instructables.com/ESP8266-01-TempRH-Sensor-Readings-Over-JSONMQTT/ | CC-MAIN-2021-10 | refinedweb | 1,088 | 60.35 |
Automating AWS Lambda Deployments Using Bitbucket Pipelines and Bitbucket Pipes
Automating AWS Lambda Deployments Using Bitbucket Pipelines and Bitbucket Pipes
Check out how you can integrate your favorite vendor-supplied pipeline using Bitbucket Pipes.
Join the DZone community and get the full member experience.Join F... | https://dzone.com/articles/automating-aws-lambda-deployments-using-bitbucket?fromrel=true | CC-MAIN-2020-40 | refinedweb | 862 | 58.38 |
What
awt
Java AWT Applet example how to display data using JDBC in awt/applet
java - Swing AWT
What is Java Swing AWT What is Java Swing AWT
Java AWT
Java AWT What is the relationship between the Canvas class and the Graphics class
awt list item* - Swing AWT
information.
Thanks...awt list item* how do i make an item in... | http://www.roseindia.net/tutorialhelp/comment/47064 | CC-MAIN-2014-15 | refinedweb | 1,120 | 56.66 |
Re: Joining Domain Problem
From: Colin Nash [MVP] (cnash-REMOVETHIS-_at_mvps.org)
Date: 02/11/04
- ]
Date: Tue, 10 Feb 2004 23:17:46 -0500
Of course, in order for that to work you would need to do some kind of
routing on the Pro box because of your weird topology. Internet Connection
Sharing would maybe work I guess bu... | http://www.tech-archive.net/Archive/Win2000/microsoft.public.win2000.active_directory/2004-02/0773.html | crawl-002 | refinedweb | 424 | 70.94 |
A function in Python can call itself. That’s what recursion is. And it can be pretty useful in many scenarios.
The common way to explain recursion is by using the factorial calculation.
The factorial of a number is the number
n mutiplied by
n-1, multiplied by
n-2… and so on, until reaching the number
1:
3! = 3 * 2 * 1 ... | https://flaviocopes.com/python-recursion/ | CC-MAIN-2021-17 | refinedweb | 238 | 52.9 |
Announcing Microsoft ASP.NET WebHooks V1 RTM
We are very happy to announce ASP.NET WebHooks V1 RTM making it easy to both send and receive WebHooks with ASP.NET.
WebHooks provide a simple pub/sub model for wiring together Web APIs and services with your code. A WebHook can be used to get notified when a file has change... | https://devblogs.microsoft.com/aspnet/introducing-microsoft-asp-net-webhooks-preview-2/ | CC-MAIN-2020-29 | refinedweb | 825 | 55.03 |
Setting up Hotkey to Spawn Ped Model
I would like to set up a hotkey to spawn a specific ped model without having to go through a trainer. Could someone point me in the right direction on how to go about this via tutorial or personal knowledge? Thanks in advance to anyone that can answer.
Someone might have a different... | https://forums.gta5-mods.com/topic/17239/setting-up-hotkey-to-spawn-ped-model | CC-MAIN-2018-30 | refinedweb | 889 | 68.57 |
Just use GIT and make regular backups to external media of your choice like everybody should do it.It's so easy these days. 16GB USB sticks (40MB/s) cost almost nothing, external 2.5'' disks are almost free considering the storage space they offer. Unless we're talking about backing up a video collection.If the AVR chi... | http://forum.arduino.cc/index.php?topic=64193.msg469048 | CC-MAIN-2016-40 | refinedweb | 877 | 72.76 |
If.)
Does this do anything that normal version control doesn’t? For instance, I put all my project files in <a href="">Subversion</a>, and commit whenever I’ve made a set of changes. If I make a mistake, I can roll back to any previous version.
Sorry for the munged-up link. That should have been:
Windows XP also has a ... | https://blogs.msdn.microsoft.com/oldnewthing/20050906-11/?p=34313 | CC-MAIN-2017-09 | refinedweb | 2,688 | 68.7 |
- .16 Recursion
The apps we’ve discussed thus far are generally structured as methods that call one another in a disciplined, hierarchical manner. For some problems, however, it’s useful to have a method call itself. A recursive method is a method that calls itself, either directly or indirectly through another method.... | http://www.informit.com/articles/article.aspx?p=2731935&seqNum=16 | CC-MAIN-2018-13 | refinedweb | 1,007 | 55.03 |
Opened 12 years ago
Closed 12 years ago
#1502 closed enhancement (wontfix)
Make (?P) url parameters available to filter a generic view's queryset.
Description
Example Problem:
1) - lists all the users.
2)(?P<mystr>[a-z]+)/ - For given string, list all the users with a username beginning with that string.
(1) is a simpl... | https://code.djangoproject.com/ticket/1502 | CC-MAIN-2018-30 | refinedweb | 531 | 50.02 |
Advanced Namespace Tools blog 22 December 2016
Working on 9front's new TLS boot option
Plan 9 has always had an option for "tcp boot" - which means attaching to a root fileserver over the network at startup. 9front has recently added a "tls boot" option, which is similar, but sets up an encrypted connection using TLS. ... | http://doc.9gridchan.org/blog/161222.tlsboot | CC-MAIN-2017-22 | refinedweb | 680 | 64.95 |
Hello:
I'm creating XAML pages from code, with a XMLWriter. No problem adding buttons, textbox, etc... So, i add to XAML file his XAML.CS with constructor etc.. . For example:
Customers.XAML
|_ Customers.XAML.CS (With CsharpCodeGenerator)
My problem is when I try to bind a control from this XAML to a event, for example... | http://forums.codeguru.com/showthread.php?486309-Autogenerated-XAML-and-initializecomponent&p=1955521 | CC-MAIN-2016-40 | refinedweb | 158 | 68.06 |
Jakarta EE 9 – signs point to a big bang
.
Considering the last two to three years of the Enterprise Edition of Java, Oracle’s love for Java EE could well be brought into question. But anyone who thinks that Oracle does not show any sense of responsibility with regard to the Java version will – once again – be proven w... | https://jaxenter.com/jakarta-ee-9-big-bang-163143.html | CC-MAIN-2021-10 | refinedweb | 1,186 | 58.62 |
It is helpful to understand how to connect a database to Python scripts for serving dynamically generated web pages and collaborative reports. Python is almost always included in Linux distributions and used for multiple applications already. You don’t need PHP for this.
Below we’ll cover how to create a Python databas... | https://www.inmotionhosting.com/support/website/how-to-use-python-to-connect-to-a-database/ | CC-MAIN-2022-21 | refinedweb | 464 | 59.4 |
Have an account?
Need an account?Create an account
Cisco Nexus 9000 Series NX-OS Release Notes, Release 9.2(2)
This document describes the features, caveats, and limitations of Cisco NX-OS Release 9.2(2) software for use on the following switches:
■ Cisco Nexus 9000 Series
■ Cisco Nexus 3264C-E
■ Cisco Nexus 34180YC-S,... | https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/92x/release/notes/922_9000_nxos_rn.html | CC-MAIN-2021-10 | refinedweb | 3,315 | 57.98 |
Warning for framework include violation from Headers to PrivateHeaders
Framework vendors usually layout their framework headers in the
following way:
Foo.framework/Headers -> "public" headers
Foo.framework/PrivateHeader -> "private" headers
Since both headers in both directories can be found with #import
<Foo/some-head... | https://reviews.llvm.org/rC335542 | CC-MAIN-2019-30 | refinedweb | 144 | 50.94 |
Hello everyone,
I need help. In my assignment i have an input file that contains string data: ----> i love music and chicken. today is the first day of the rest of your life. my name is john.
I must change it to the following in the output file: ----> I love music and chicken. Today is the first day of the rest of your... | https://www.daniweb.com/programming/software-development/threads/265900/modifying-strings-from-input-file-to-output-file | CC-MAIN-2017-04 | refinedweb | 255 | 68.26 |
Want to calculate the variance of a column in your Pandas DataFrame?
In case you’ve attended your last statistics course a few years ago, let’s quickly recap the definition of variance: it’s the average squared deviation of the list elements from the average value.
You can calculate the variance of a Pandas DataFrame b... | https://blog.finxter.com/how-to-calculate-the-column-variance-of-a-dataframe-in-python-pandas/ | CC-MAIN-2020-50 | refinedweb | 121 | 63.7 |
About Me: I've been a professional web developer for just over 10 years now. I'm currently the lead web development instructor at Better Coding Academy, and as part of what I do, I post videos on our YouTube channel at
(Subscribe for awesome web development content!)
The following content was sourced from the Better C... | https://dev.to/bettercodingacademy/react-hooks-vs-render-props-vs-higher-order-components-1al0 | CC-MAIN-2022-21 | refinedweb | 857 | 61.56 |
cmp - compare two files
cmp [-l] [-s] file1 file2 [skip1 [skip2]]
cmp compares two files, byte-by-byte. The result of the comparison is always given by the exit status, and may be summarized on the standard output according to the options given on the command line.
If the two compared files are identical, cmp will exit... | http://search.cpan.org/~bdfoy/PerlPowerTools-1.012/bin/cmp | CC-MAIN-2017-43 | refinedweb | 284 | 64.1 |
Storing objects in a list
On 20/05/2013 at 12:32, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R14Stdio
Platform: Windows ;
Language(s) : C++ ;
---------
I want to store objects in a list, and while this is as basic as it can be when programming, I do not know what the best way is for C4D plugins, because I eve... | https://plugincafe.maxon.net/topic/7185/8213_storing-objects-in-a-list | CC-MAIN-2020-16 | refinedweb | 2,043 | 74.29 |
I have a hw prob here that im done coding w/.. i just get the wrong output about halfway and i know kind of wat it is but i cant fix it. my thought is im makin my function to complex.
thats the site that explains the hw prob and heres my code..
Code:
#include <vector>
#include <iostream>
#include <fstream>
#include <st... | https://cboard.cprogramming.com/cplusplus-programming/69568-lil-help-progs-done-but-wrong-output-printable-thread.html | CC-MAIN-2017-13 | refinedweb | 470 | 62.88 |
Fire-and-forget in Service Fabric actors
At the recent Webscale Architecture meetup we discussed two implementations of the Actor model in the .NET ecosystem: Akka.NET and Azure Service Fabric Actors. One important discussion was around Ask vs Tell call model. With Tell model, the Sender just sends the message to the R... | https://mikhail.io/2016/01/fire-and-forget-in-service-fabric-actors/ | CC-MAIN-2018-09 | refinedweb | 561 | 57.16 |
Maven instance-wide endpoint returns 403 for anonymous access
SummarySummary
Maven instance-wide endpoint returns 403 for anonymous access
Steps to reproduceSteps to reproduce
- Create a package in a public project
- Create a maven project that uses that package as a dependency
- Do not add any token to your
settings.x... | https://gitlab.com/gitlab-org/gitlab/issues/32102 | CC-MAIN-2020-16 | refinedweb | 366 | 53.58 |
13, 2007
This article was contributed by Sébastien Cevey
The number of music players on Linux has been steadily increasing
lately, but while these projects have been getting more and more
polished, we have yet to see revolutionary improvements in terms of
user experience. Indeed, the trend has been to borrow as many
f... | http://lwn.net/Articles/237952/ | CC-MAIN-2013-20 | refinedweb | 3,876 | 58.21 |
21. [Hindi]Machine Learning : Subplot Plot in Matplotlib | 2018 |Python 3
[ad_1]
🔵Don’t forget to Subscribe:
In this video tutorial i am going to teach you how subplot works in Matplotlib.
Code link :
Finally, we are launching our Mastery in Machine Learning with Python 2020 training program. those who want to join. P... | http://openbootcamps.com/21-hindimachine-learning-subplot-plot-in-matplotlib-2018-python-3/ | CC-MAIN-2021-25 | refinedweb | 429 | 72.46 |
15 February 2011 20:07 [Source: ICIS news]
TORONTO (ICIS)--German fertilizer major K+S has sufficient financial strength to develop its $2.5bn (€1.9bn) potash project in ?xml:namespace>
K+S acquired the
Carsten Muller, an analyst at Berlin-based FM Research, said K+S had a “comfortable cash buffer” and could raise addi... | http://www.icis.com/Articles/2011/02/15/9435670/k-s-can-handle-2.5bn-canada-potash-investment-analyst.html | CC-MAIN-2014-35 | refinedweb | 171 | 60.04 |
Re: [rng-users] Lets standardize PI for associating Relax NG schema with XML document
Expand Messages
- [I'm forwarding message from Hussein because Yahoo is refusing his emails.]
-------- Original Message --------
Subject: Re: Lets standardize PI for associating Relax NG schema with
XML document
Date: Fri, 15 Jul 2005... | https://groups.yahoo.com/neo/groups/rng-users/conversations/topics/101?var=1 | CC-MAIN-2015-14 | refinedweb | 610 | 51.99 |
[
]
John Meagher commented on XMLBEANS-60:
--------------------------------------
This is useful when using schema extension. Some users only need to know about the base types
(if they're basically just pass throughs). The end consumers and producers of the xml need
to know about the specific types. It makes sense to g... | http://mail-archives.apache.org/mod_mbox/xmlbeans-dev/200705.mbox/%3C30611363.1178111595913.JavaMail.jira@brutus%3E | CC-MAIN-2017-22 | refinedweb | 315 | 54.52 |
how can I get a fixed sampling rate of 1 ksps when interfacing MCP3008 (10 bit ADC) with raspberry pi using SPI?
0
Whenever I take data from the MCP3008, my sample rate keeps changing. Sometimes it’s 24ksps, sometimes 200sps. I want to keep this fixed. Python Code for SPI communication on raspberry pi:
import time impo... | https://tlfong01.blog/2019/04/09/mcp3008-sample-rate-notes/ | CC-MAIN-2019-35 | refinedweb | 326 | 78.45 |
You can find all the code for this post at github.com/uidotdev/react-router-v5-server-rendering,.
v5. For max knowledge gain, we’re not going to use Create React App so we’ll have to roll our own configuration. For the sake of keeping this tutorial as focused as possible, I’ll paste the
webpack.config.js file and the
p... | https://ui.dev/react-router-v5-server-rendering/ | CC-MAIN-2021-43 | refinedweb | 2,958 | 50.33 |
I'm trying to update a C program written 20+ years ago. I want to use current compilers and standards. I'm looking at this as a good learning process, beyond reading C++ programming guides and reading code that has no real-world applications. I've already updated all the function headers to current ANSI standard header... | http://cboard.cprogramming.com/cplusplus-programming/104006-migrating-c-want-implement-class.html | CC-MAIN-2014-15 | refinedweb | 299 | 52.15 |
What's New in this Release?
Aspose team is pleased to announce the release of Aspose.Pdf for Java 11.8.0. This version includes PDF to PDFA conversion improvement in addition to the improvements/enhancements made in its equivalent .NET version. We have fixed number of issues in this release, reported by our customers i... | https://www.theserverside.com/discussions/thread/82150.html | CC-MAIN-2019-30 | refinedweb | 356 | 60.04 |
This C++ program illustrates the bitwise operators. The bitwise operators are like logic gates operators which work on individual bits of binary representations of the data.
Here is the source code of the C++ program which illustrates the bitwise operators. The C++ program is successfully compiled and run on a Linux sy... | https://www.sanfoundry.com/cpp-program-illustrate-bitwise-operators/ | CC-MAIN-2018-22 | refinedweb | 172 | 59.13 |
- Code: Select all
ImportError: No module named sublime
Here's the distilled unit test, which resides in my-plugin/tests:
- Code: Select all
import unittest
import json
from my_plugin import MyCommand
class MyUnitTest(unittest.TestCase):
def test_read_json_data(self):
...
Very abbreviated plugin:
- Code: Select all
imp... | http://www.sublimetext.com/forum/viewtopic.php?p=19901 | CC-MAIN-2015-35 | refinedweb | 114 | 52.56 |
- Training Library
- Amazon Web Services
- Courses
- HashiCorp Vault
Vault Secrets
Transcript
Welcome back!
In this lecture we'll introduce you to Vault secret engines and the different types that are shipped with the Vault server. Vault secret engines are components which store, generate, or encrypt data. And as you'l... | https://cloudacademy.com/course/hashicorp-vault/hashicorp-vault-secrets/ | CC-MAIN-2019-30 | refinedweb | 1,476 | 56.35 |
Introduction
This article shows how the SPI bus functionality of the SAMA5D2 Series ARM® Cortex®-A5 Microprocessor Unit (MPU) is enabled in the Linux® kernel and how to access the SPI bus in user space.
Since the SPI device interface was introduced into the Linux kernel, you can access the SPI driver via spi_register_d... | https://microchip.wikidot.com/32mpu:apps-spi | CC-MAIN-2021-04 | refinedweb | 1,997 | 55.34 |
In this C++ tutorial, let us see about Signal handling in C++ with appropriate example programs.
Introduction of Signal Handling
Signals are the interrupts that force an OS to stop its ongoing task and process the task for which the interrupt has been sent. These interrupts can pause an ongoing process in any programs ... | https://www.codeatglance.com/cplusplus/cpp-signalhandling/ | CC-MAIN-2020-10 | refinedweb | 227 | 59.8 |
Objective
In this article, I will give explanation on XElement class. This class is used to construct XML Elements.What is Elements in XML?
XML Element is fundamental XML constructs. An Element has a name and optional attributes. An XML Elements can have nested Elements called Nodes also.
XElement class
XElement Class ... | https://debugmode.net/2010/02/21/linq-to-xml-part-2xelement-class/ | CC-MAIN-2022-40 | refinedweb | 214 | 69.79 |
This documentation is archived and is not being maintained.
System Management
Customize SMS Using Local Policies
Jeff Tondt
At a Glance:
- Overriding remote tool settings with local policy
- Collecting special inventory from targeted clients
- Advertising to untargeted client machines
- Configuring local policy using c... | https://technet.microsoft.com/en-us/library/2006.09.customizesms.aspx | CC-MAIN-2018-34 | refinedweb | 1,992 | 55.95 |
ViewModel (or Model-View-ViewModel) is an emerging pattern in the WPF, Silverlight space which enables a separation of concerns similar to that of the MVC pattern that is popular on for stateless web apps today (for example: ASP.NET MVC). John Gossman was the first one I heard talk about the pattern from his days worki... | https://blogs.msdn.microsoft.com/brada/2009/09/07/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-25-viewmodel/ | CC-MAIN-2019-35 | refinedweb | 4,060 | 56.25 |
Python is one of the most widely used languages out there. Be it web development, machine learning and AI, or even micro-controller programming, Python has found its place just about everywhere.
This article provides a brief introduction to Python for beginners to the language. The article is aimed at absolute beginner... | http://stackabuse.com/python-tutorial-for-absolute-beginners/ | CC-MAIN-2018-26 | refinedweb | 6,434 | 59.13 |
Ranter
- .
- ste0911763y@norman70688 it's c#
Those two static methods are either called within the same class they're defined or there's a "using static ClassName" (c# 6 feature)
- Along with 13 and 11 references to those functions.
You ever get so sick of working with shit code, you decide to go full Stockholm syndrom... | https://devrant.com/rants/482216/i-wouldnt-believe-it-hadnt-i-seen-this-with-my-own-eyes | CC-MAIN-2020-16 | refinedweb | 1,026 | 74.29 |
As we did back in Lecture 16, we are now pausing to see how the C language handles arrays. And as before, you will see that many differences are superficial and what you've learned for C++ in this class nicely applies to C.
As a reminder of the differences we've already covered:
Today we will look at arrays. The short ... | https://www.usna.edu/Users/cs/nchamber/courses/si204/s18/lec/l23/lec.html | CC-MAIN-2018-22 | refinedweb | 1,114 | 68.6 |
Struggling to grasp the concepts of Model-View-View-Model? Keep it simple!
Have you found that you can understand the basics of data binding in WPF and Silverlight, but when you start to read about Model-View-View-Model .
Many times the simplest approach is best.
In this article, I will present MVVM step-by-step but no... | http://www.codemag.com/article/1011091 | CC-MAIN-2017-26 | refinedweb | 2,383 | 59.84 |
26 CFR § 301.6227-1 - Administrative adjustment request by partnership.
(a) In general. A partnership may file a request for an administrative adjustment with respect to any partnership-related item (as defined in § 301.6241-1(a)(6)(ii)) for any partnership taxable year. When filing an administrative adjustment request... | https://www.law.cornell.edu/cfr/text/26/301.6227-1 | CC-MAIN-2021-10 | refinedweb | 1,406 | 50.57 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.