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
Shuffling the deck: an interview experience Here is a story about an interesting interview question and how I approached it. The company in question wasn’t interested in actually looking at my code, since I apparently tried to answer the wrong question. Given a deck of n unique cards, cut the deck c cards from the top ...
https://szeitlin.github.io/posts/engineering/shuffling-the-deck-an-interview-question/
CC-MAIN-2022-27
refinedweb
1,074
69.52
Member 35 Points Apr 25, 2020 04:44 PM|hamed_1983|LINK Hi my problem is that when i disable my input control as follow : <div class="form-group"> <label asp-</label> <input asp- <span asp-</span> </div> I'm facing this error during update : Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException: Database operation ...
https://forums.asp.net/t/2166318.aspx?Facing+error+Microsoft+EntityFrameworkCore+DbUpdateConcurrencyException+when+input+control+disabled+
CC-MAIN-2021-10
refinedweb
755
54.42
Technical Articles How to implement question scoring/weightage on Qualtrics and push it back to a service – Qualtrics Technical Part 2 Introduction Qualtrics is a great tool for building and distributing surveys related to different operations. In the previous blog post we have seen how to integrate Qualtrics surveys w...
https://blogs.sap.com/2019/11/12/how-to-implement-question-scoring-weightage-on-qualtrics-and-push-it-back-to-a-service-qualtrics-technical-part-2/
CC-MAIN-2022-27
refinedweb
837
71.75
I have found two primary libraries for programmatically manipulating PDF files; PdfBox and iText. These are both Java libraries, but I needed something I could use with C Sharp. Well, as it turns out there is an implementation of each of these libraries for .NET, each with its own strengths and weaknesses: Some Navigat...
http://johnatten.com/2013/01/30/working-with-pdf-files-in-c-using-pdfbox-and-ikvm/
CC-MAIN-2022-27
refinedweb
1,843
55.34
Thanks Prescott for bringing this up again :) Paul, the problem is no one can really know what it would take until they have deep dived into the work, and even then decisions could and will change. I will strongly advise against starting from scratch, although I do think a lot in the current structure should change, bu...
http://mail-archives.eu.apache.org/mod_mbox/lucenenet-dev/201306.mbox/%3CCAHTr4ZvfXKxo8aQPK0vLC6H2EeggDT+85TMLipsNAagqSt-jJQ@mail.gmail.com%3E
CC-MAIN-2019-39
refinedweb
906
71.75
I have my main mxml file and then I have a module that I have developed... I want to be able to call a function in that module from my main application... This is what I have done, and it keeps giving an error saying this: TypeError: Error #1009: Cannot access a property or method of a null object reference. Here is my...
https://forums.adobe.com/thread/440997
CC-MAIN-2017-30
refinedweb
292
67.55
Oscommerce admin access deniedJobs Hey guys, We need somebody who can create contents for our SMM website. Our website is ready with design & all we need to re-write some contents o...the content. Don't bargain with me. You must write the Word "SMM500". I will only give this job if you write the word on your job letter...
https://www.dk.freelancer.com/job-search/oscommerce-admin-access-denied/
CC-MAIN-2019-09
refinedweb
2,063
64.2
table of contents other versions - buster 4.16-2 - buster-backports 5.04-1~bpo10+1 - testing 5.10-1 - unstable 5.10-1 NAME¶s390_pci_mmio_write, s390_pci_mmio_read - transfer data to/from PCI MMIO memory page SYNOPSIS¶ #include <asm/unistd.h> int s390_pci_mmio_write(unsigned long mmio_addr, void *user_buffer, size_t len...
https://manpages.debian.org/buster/manpages-dev/s390_pci_mmio_read.2
CC-MAIN-2022-21
refinedweb
120
54.59
Hi guys, I am trying to write a program that takes in a file, which has the last name first name and grade of a student. I then need to sort the grades from highest score to lowest with the corresponding names and then calculate the average grade. I have successfully opened the file and calculated the average but canno...
https://www.daniweb.com/programming/software-development/threads/435508/sorting-and-reading-text-from-file
CC-MAIN-2022-27
refinedweb
212
78.99
XML Offload and Acceleration with Cell Broadband Engine - , , ,, , , - , ,, , Abstract XML processing is becoming performance critical for an increasingly wide range of applications, occupying up to 90% of the CPU time. Novel approaches to XML processing can thus have a decisive impact on market competitiveness. Inspir...
http://web.archive.org/web/20060813234634/http:/xtech06.usefulinc.com/schedule/paper/27
CC-MAIN-2017-22
refinedweb
3,455
51.18
Frequently Asked Questions Here are some answers to frequently asked questions. If you have a question, you can ask it by opening an issue on the Storybook Repository. How can I opt-out of Angular Ivy? In case you are having trouble with Angular Ivy you can deactivate it in your main.js: Please report any issues relate...
https://storybook.js.org/docs/html/faq/
CC-MAIN-2022-33
refinedweb
1,987
57.98
#include <fstream> void clear( iostate flags = ios::goodbit ); The function clear() does two things: The flags argument defaults to ios::goodbit, which means that by default, all flags will be cleared and ios::goodbit will be set. For example, the following code uses the clear() function to reset the flags of an output...
http://www.cppreference.com/cppio/clear.html
crawl-001
refinedweb
118
66.07
Language Instinctsby Jon Udell September 17, 2003 Back in April I made the case for writing weblog entries in XHTML, using CSS for a dual purpose: to control presentation and as hooks for structured search. I then started to accumulate well-formed content, writing CSS class attributes with an eye toward data mining, an...
http://www.xml.com/pub/a/2003/09/17/udell.html
crawl-001
refinedweb
1,379
62.88
Jokosher is an extensible bit of software. We knew that we’d never be able to think of all the stuff that people would want to do with an audio editor, so we’ve set up Jokosher so that people can write their own extensions to it. So if you want to do something particular, something very specific, something we don’t lik...
http://www.kryogenix.org/days/2006/12/30/writing-a-jokosher-extension-a-rambling-essay
crawl-002
refinedweb
1,240
65.05
...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards Configuring Boost.TR1 is no different to configuring any other part of Boost; in the majority of cases you shouldn't actually need to do anything at all. However, becau...
http://www.boost.org/doc/libs/1_47_0/doc/html/boost_tr1/config.html
CC-MAIN-2017-47
refinedweb
242
51.99
Counting the number of periods since time-series events with Pandas Posted on Sat 15 July 2017 • 4 min read This is a cute trick I discovered the other day for quickly computing the time since an event on regularly spaced time series data (like monthly reporting), without looping over the data. import pandas as pd impo...
https://johnpaton.net/posts/periods-since-time-series-events/
CC-MAIN-2018-17
refinedweb
927
60.41
I have created a simple semaphore initialization example for demo purpose: #include <stdio.h> #include <sys/types.h> #include <sys/ipc.h> #include <sys/sem.h> #include <unistd.h> #include <stdlib.h> int init_semaphore(int semid, int semnum, int initval) { union semun pack; pack.val = initval; return semctl(semid,semnum...
http://m.dlxedu.com/m/askdetail/3/da2ec4b680614e83177dfd5e74fd3101.html
CC-MAIN-2018-30
refinedweb
111
54.39
I have a poem and I want the Python code to just print those words which are rhyming with each other. So far I am able to: wordpunct_tokenize() cmudict.entries() True False Here I found a way to find rhymes to a given word using) where imp is a word and level means how good the rhyme should be. So you could use this fu...
https://codedump.io/share/gbP17wcarZqK/1/find-rhyme-using-nltk-in-python
CC-MAIN-2016-44
refinedweb
135
91.95
- web.config - No cookie timeout in forms authentication - Windows and Macintosh developer's IRC channel - dotNet community IRC Channel. - web.config configurationsectionhandler GAC - Javascript in a .net page - set the focus to a control in an ASP.NET during the page load - Solving connections pool problem - Expanding...
https://bytes.com/sitemap/f-329-p-165.html
CC-MAIN-2020-45
refinedweb
2,984
50.63
An Introduction To Python Objects Using IPython (Part-2) [ID:009] (2/3) in series: An Introduction to Python Objects, using IPython video tutorial by Jerol Harrington, added 03/07 Our authors tell us that feedback from you is a big motivator. Please take a few moments to let them know what you think of their work. In t...
http://showmedo.com/videotutorials/video?name=IntroductionToPythonObjectsUsingIPython2_JerolH&allcomments=1
CC-MAIN-2014-41
refinedweb
1,303
75
Get focus on a popup In order to have a QPushButton with a down arrow I have used QPushButton.setMenu to add a dummy menu to the button. Then I show a popup (QWidget based custom widget) on the aboutToShow() signal of the dummy menu. This works except the popup does not get the focus and must be clicked twice, once for...
https://forum.qt.io/topic/44077/get-focus-on-a-popup
CC-MAIN-2019-18
refinedweb
477
75.3
The classical introductory exercise. Just say "Hello, World!". "Hello, World!" is the traditional first program for beginning programming in a new language or environment. The objectives are simple: If everything goes well, you will be ready to fetch your first real exercise. return. For a discussion see here. Or as a ...
https://exercism.io/tracks/scala/exercises/hello-world/solutions/22185250a4224e2897aff2d12e65cfa2
CC-MAIN-2020-24
refinedweb
132
52.87
Python Programming, news on the Voidspace Python Projects and all things techie. Testing Tests At Resolver we have some tests for our test framework. For example: FunctionalTestTest is a test that tests tests. In the test setup it sets-up the test that it is going to test. My sincere apologies to anyone who actually re...
http://www.voidspace.org.uk/python/weblog/arch_d7_2007_02_03.shtml
crawl-002
refinedweb
3,152
66.54
PyTorch Stack: Turn A List Of PyTorch Tensors Into One Tensor PyTorch Stack - Use the PyTorch Stack operation (torch.stack) to turn a list of PyTorch Tensors into one tensor < > Code: Transcript: This video will show you how to use the PyTorch stack operation to turn a list of PyTorch tensors into one tensor. First, we...
https://aiworkbox.com/lessons/turn-a-list-of-pytorch-tensors-into-one-tensor
CC-MAIN-2019-51
refinedweb
636
74.19
SPEAKR! Introduction: SPEAKR!... Time: < 1 Day Experience Level: Beginner Step 1: What You'll Need.... This project is based on the open source platform Arduino. The advantage here is that most (if not all) of the components can be swapped out with cheap alternatives. 1) Arduino Uno (Adafruit Link) and Arduino Software...
http://www.instructables.com/id/SPEAKR/
CC-MAIN-2017-47
refinedweb
1,312
84.17
C++ switch statement A switch statement allows a variable to be tested for equality against a list of values. Each value is called a case, and the variable being switched on is checked for each case. Syntax: The syntax for a switch statement in C++: #include <iostream> using namespace std; int main () { // local variab...
http://www.tutorialspoint.com/cplusplus/cpp_switch_statement.htm
CC-MAIN-2015-22
refinedweb
115
67.93
A. To make TDD work well, I created a test file, t/examples/fizzbuzz.t. It’s a pure-PIR test script that uses the Parrot version of Test::More and produces Test::Harness compatible TAP. The program starts out simply: 1 #!parrot 2 3 .include 'hllmacros.pir' 4 5 .const string TESTS = 18 The .include directive works like ...
http://www.oreillynet.com/onlamp/blog/2007/03/testing_fizzbuzz_in_parrot.html
CC-MAIN-2014-10
refinedweb
1,650
66.64
Quoting Eric W. Biederman (ebiederm@xmission.com):> "Serge E. Hallyn" <serue@us.ibm.com> writes:> >>...> > I agree that setting the fs_user_namespace at mount time is fine.> However when we use a mount that a process in another user namespace> we need to not assume the uids are the same.> > Do you see the difference?Aa...
https://lkml.org/lkml/2006/7/14/141
CC-MAIN-2015-48
refinedweb
394
73.88
Save Data to a JSON File with Gson Last modified: August 27, 2018 1. Overview Gson is a Java library that allows us to convert Java Objects into a JSON representation. We can also use it the other way around, to convert a JSON string to an equivalent Java object. In this quick tutorial, we'll find out how to save vario...
https://www.baeldung.com/gson-save-file
CC-MAIN-2021-10
refinedweb
382
58.08
With deno continuing to grow in popularity, one of the most common questions/requests I see regarding deno is that there is an abundance of packages/frameworks/libs that have already been created for the nodejs runtime to solve common problems, is there a way to utilize these libs in deno. In this post you’ll learn how...
https://ultimatecourses.com/blog/deno-import-from-npm
CC-MAIN-2021-21
refinedweb
679
56.05
Analyses at the Cu–K, Fe–K and Mn–K edge were performed to study the green, marbled (green and yellow), blue and blackish (deep greyish olive green) glass slabs decorating three sectilia panels from the archaeological site of Faragola. Results indicate that all slabs were made by mixing siliceous sand with natron, some...
https://pt.scribd.com/document/50264945/Gliozzo-E-Et-Al-Sectilia-Panels-of-Faragolia-2010
CC-MAIN-2019-39
refinedweb
11,805
61.36
Availability Attributes in Swift With every release of iOS, Apple introduces new frameworks and technologies and gets rid of others. These changes are always exciting to users — but they can be a real headache for developers. Availability attributes in Swift help give developers relief from these headaches. Although mo...
https://www.raywenderlich.com/139077/availability-attributes-swift
CC-MAIN-2017-47
refinedweb
2,496
50.63
Trying out some OOP in python, I tried to create a Monty Hall Problem simulation that is giving odd results. I implement three different strategies that a player can choose from, either to stay with the first door selected, switch to the second closed door, or randomly choose between them. import random class Door(): b...
https://codedump.io/share/ExsHzjek5gkc/1/python-oop-monty-hall-not-giving-the-expected-results
CC-MAIN-2017-13
refinedweb
515
52.97
Galry's Story, or the quest of multi-million plots. After my announcement, I was pleased to see that there were a lot of people interested in this project. There were more than 500 unique visits since then, which is not that impressive but still much more than what I'd have thought! That's probably because I wasn't the...
http://cyrille.rossant.net/galrys-story-or-the-quest-of-multi-million-plots/
CC-MAIN-2016-07
refinedweb
2,571
59.03
.webservices.internal.api.message; 27 28 //TODO Do we want to remove this implementation dependency? 29 import com.sun.xml.internal.ws.encoding.ContentTypeImpl; 30 31 /** 32 * A Content-Type transport header that will be returned by {@link MessageContext#write(java.io.OutputStream)}. 33 * It will provide the Content-Ty...
http://checkstyle.sourceforge.net/reports/javadoc/openjdk8/xref/openjdk/jaxws/src/share/jaxws_classes/com/oracle/webservices/internal/api/message/ContentType.html
CC-MAIN-2018-13
refinedweb
301
54.93
This article will take you through just a few of the methods that we have to describe our dataset. Let’s get started by firing up a season-long dataset of referees and their cards given in each game last season. import numpy as np import pandas as pd df = pd.read_csv("../data/Refs.csv") #Use '.head()' to see the top ro...
http://fcpython.com/data-analysis/describing-datasets
CC-MAIN-2018-51
refinedweb
600
66.94
The following problems appeared as assignments in the edX course Analytics for Computing (by Gatech). The descriptions are taken from the assignments. 1. Association rule mining First we shall implement the basic pairwise association rule mining algorithm. Problem definition Let’s say we have a fragment of text in some...
https://sandipanweb.wordpress.com/2017/11/11/some-data-processing-and-analysis-with-python/
CC-MAIN-2020-24
refinedweb
2,661
58.79
Background: when I'm not playing with my TOS machines, I sometimes play with (ARM based) microcontrollers. Recently, I discovered C++ as my new playground and saw that it is entirely possible (if not common already) to code µC programs in C++. Now I wanted to see if that isn't something the Atari world could benefit fr...
https://www.atari-forum.com/viewtopic.php?f=16&t=35441&p=369454
CC-MAIN-2020-50
refinedweb
343
72.76
#include <c4d_baselist.h> The base class of many classes within the API. Represents an object that can be read from and written to disk, copied and that has a description for the Attribute Manager. Gets the type of the atom. Gets the real type of the atom. This is similar to GetType(), but for multinodes the ID of the ...
https://developers.maxon.net/docs/Cinema4DCPPSDK/html/class_c4_d_atom.html
CC-MAIN-2022-05
refinedweb
279
78.75
the problem i am having is i cannot get the pg.key.set_repeat() to work at all, i have googled everywhere and there is nothing useful in two full pages of google links. butts. my code is - Code: Select all import sys import os import pygame as pg from pygame.locals import * size = width, height = 640,480 screen = pg.di...
http://www.python-forum.org/viewtopic.php?p=7041
CC-MAIN-2015-48
refinedweb
149
73.74
manage vertex buffer objects shared within a context More... #include <vtkOpenGLVertexBufferObjectCache.h> manage vertex buffer objects shared within a context This class allows mappers to share VBOs. Specifically it is used by the V..B..O..Group to see if a VBO already exists for a given vtkDataArray. Definition at li...
https://vtk.org/doc/nightly/html/classvtkOpenGLVertexBufferObjectCache.html
CC-MAIN-2019-47
refinedweb
173
61.73
On Sat, 6 Feb 1999 19:35:05 -0500, gobbel@andrew.cmu.edu wrote: >Package: libc6-dev >Version: 2.0.100-2 > >On PowerPC, bits/endian.h apparently expects gcc to magically set __BIG_ENDIAN >or __LITTLE_ENDIAN, depending on which mode the processor is currently using. >From the source: > >/* PowerPC can be little or big en...
https://lists.debian.org/debian-glibc/1999/03/msg00034.html
CC-MAIN-2014-10
refinedweb
114
61.12
Odoo Help This community is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers. Why does a function field show [object Object] in the view? Hello I have a function field that returns a string. The string is supposed to ...
https://www.odoo.com/forum/help-1/question/why-does-a-function-field-show-object-object-in-the-view-61494
CC-MAIN-2016-44
refinedweb
264
73.78
16 September 2009 10:50 [Source: ICIS news] SINGAPORE (ICIS news)--China’s linear low density polyethylene (LLDPE) and polyvinyl chloride (PVC) futures remained largely stable on Wednesday in the absence of significant fresh market developments, traders and producers said. November LLDPE futures, the most actively trad...
http://www.icis.com/Articles/2009/09/16/9247729/chinas-polymers-futures-trading-at-dce-largely-stable.html
CC-MAIN-2014-10
refinedweb
151
54.32
I can't sign up because Slingshot does not accept email addeses in the .co namespace, then I can't speak to a human because there are layers and layers of electronic menus, then finally, I decided to send an email to let them know I was on hold thinking that Godzilla had risen in Auckland and was stomping on call centr...
https://www.geekzone.co.nz/forums.asp?ForumId=81&TopicId=100671
CC-MAIN-2017-26
refinedweb
151
75.44
Created on 2016-04-09 12:19 by martin.panter, last changed 2016-06-29 12:06 by martin.panter. This issue is now closed. This is a follow-on from Issue 24291. Currently, for stream servers (as opposed to datagram servers), the wfile attribute is a raw SocketIO object. This means that wfile.write() is a simple wrapper ar...
https://bugs.python.org/issue26721
CC-MAIN-2017-13
refinedweb
715
72.56
Comment: Music (Score 5, Insightful) 676. Comment: Re:Great! Depending on Mono is a mistake (Score 1) 255 I can't stand C++ or Python (block braces or death), so how do you suggest I code cross-platform apps? C++ and Python aren't even remotely similar to C#, Java is. Java is a far superior cross platform language than...
http://slashdot.org/~internettoughguy
CC-MAIN-2015-22
refinedweb
560
63.8
MapCSS/0.1 Contents Play with it! The easiest way to get acquainted with MapCSS is to play with it. You can have a go at . Just edit the stylesheet on the right and click 'Refresh' to see your changes. You'll find it instantly accessible if you've ever written any CSS for a webpage before. (Halcyon was unavailable when...
http://wiki.openstreetmap.org/wiki/MapCSS/0.1
CC-MAIN-2017-09
refinedweb
594
52.8
#include <sys/socket.h> #include <sys/sysctl.h> #include <sys/time.h> #include <net/if.h> #include <net/if_mib.h> mani- fest); } ifmd_data (struct if_data) more information from a structure defined. For IFT_SLIP, the structure is a ``struct sl_softc'' (<net/if_slvar.h>). sysctl(3), intro(4), ifnet(9) F. Kastenholz, Def...
http://www.syzdek.net/~syzdek/docs/man/.shtml/man4/ifmib.4.html
crawl-003
refinedweb
111
55.3
... No matter how hard we try and avoid it, sometimes we have no other option but to introduce a breaking change when we fix an issue. And this was the case with fixing the long-standing issue of the length of time taken to save an ASP.NET page at design-time. To summarize: when you save an ASP.NET page containing many...
https://community.devexpress.com/blogs/aspnet/archive/2014/11/19/improving-the-asp-net-design-time-experience-breaking-change-in-v14-2.aspx
CC-MAIN-2019-43
refinedweb
594
65.83
CStringFile Class Environment: VC5/6, NT4, CE 2.11 Once upon a day I was asked to write an application which could do some serious filtering, on a ';' seperatedfile which held multiple collumns. The initial file was about 7 Mb in size, so I had to create a program which could read a file, process the read lines and pro...
http://www.codeguru.com/cpp/w-p/files/fileio/article.php/c4477/CStringFile-Class.htm
CC-MAIN-2015-18
refinedweb
380
72.46
getrlimit, setrlimit - control maximum resource consumption #include <sys/resource.h> int getrlimit(int resource, struct rlimit *rlp); int setrlimit(int resource, const struct rlimit *rlp); Limits on the consumption of a variety of resources by the calling process may be obtained with getrlimit() and set with setrlimit...
http://man.remoteshaman.com/susv2/xsh/getrlimit.html
CC-MAIN-2019-22
refinedweb
540
54.73
GatsbyJS - Add Dynamic Images from Data Information drawn from In Part 3, you used gatsby-plugin-image to add static images to your home page. Now that you’ve worked a bit more with Gatsby’s data layer, it’s time to revisit gatsby-plugin-image. This time, you’ll learn how to add dynamic images to your site. In this par...
https://codersnack.com/gatsbyjs-add-dynamic-images/
CC-MAIN-2022-33
refinedweb
2,357
54.63
I'm trying to sign an xml but this is showing an Id attribute in the Signature tag and the xmlns attribute is not appearing. This is the xml generated: I'm trying to sign an xml but this is showing an Id attribute in the Signature tag and the xmlns attribute is not appearing. This is the xml generated: I have one persi...
https://community.intersystems.com/tags/xml?filter=unanswered
CC-MAIN-2019-30
refinedweb
1,322
61.97
User Tag List Results 1 to 5 of 5 My observations and decisions on .NET I have completed my initial evaluation of the .NET environment. Coming from nearly 10 years developing in PHP, it was a daunting task, but I think there are other PHP developers out there trying to make the jump and might find my thoughts useful. T...
http://www.sitepoint.com/forums/showthread.php?607947-My-observations-and-decisions-on-NET
CC-MAIN-2016-18
refinedweb
1,154
58.18
Well, version 1.0 of Silverlight is now released amid much fanfare, and is heavily in use on sites such as ET Online’s Emmy Awards homage and the Halo 3 game guide. The common factor on these sites is the way that Silverlight is being used to provide a rich user experience with cool animations and neat video features, ...
https://www.developerfusion.com/article/84465/silverlight-as-a-better-javascript/
CC-MAIN-2018-51
refinedweb
3,083
53.61
This page provides an overview of the main aspects of Google Kubernetes Engine (GKE) networking. This information is useful to those who are just getting started with Kubernetes, as well as experienced cluster operators or application developers who need more knowledge about Kubernetes networking in order to better des...
https://cloud.google.com/kubernetes-engine/docs/concepts/network-overview?hl=hr&skip_cache=false
CC-MAIN-2021-49
refinedweb
3,632
53
What will we cover? In this tutorial we will cover. - What is a backtesting strategy? - How to measure the performance of a backtesting strategy? - How to implement a backtesting strategy with Pandas? What is a backtesting strategy? In a trading strategy backtesting seeks to estimate the performance of a strategy or mo...
https://www.learnpythonwithrune.org/page/2/
CC-MAIN-2021-25
refinedweb
950
79.56
Hi folks! Today we on the devangel crew wanted to sprinkle the 12 Hacks of Christmas with some holiday cheer. The following hack started out as a Santa location hack. Then we found out that there is no such thing as a ‘Santa API’, which means first we’re going to have build that API and then maybe next year we’ll build...
https://www.twilio.com/blog/santas-helper-command-line-tool-ruby-gem-thor-twilio-html
CC-MAIN-2019-51
refinedweb
2,154
70.84
spir wrote: > Le Mon, 09 Mar 2009 18:04:32 -0400, Terry Reedy > <tjreedy at udel.edu> s'exprima ainsi: > >> Lambdas are function-defining expressions used *within* statements >> that give the resulting function object a stock .__name__ of >> '<lambda>'. The syntax could have been augmented to include a real >> name, so...
https://mail.python.org/pipermail/python-ideas/2009-March/003303.html
CC-MAIN-2017-17
refinedweb
211
63.09
Using dotTrace Memory 3.5, I can't get to show source code of my asp.net web app. I set up folder path in View-> Manage Folder Substitution But message in Source View still is: Cannot find PDB file for C:\Windows\..... (you can see at picture) PDB files are in BIN folder and they are correctly compiled. Hi, Please try ...
http://devnet.jetbrains.com/message/5300978
CC-MAIN-2014-41
refinedweb
480
69.99
Snapshot testing is immensely popular for testing React apps or other component-based UIs. However, it’s not exactly drama-free — many people looooove snapshots for their ease of use and ability to quickly bootstrap a testing portfolio, while others feel that the long-term effects of snapshots might be more harmful tha...
https://blog.logrocket.com/refactoring-legacy-code-with-jest-snapshots-e290ceccccc3/
CC-MAIN-2019-43
refinedweb
1,720
68.81
This is the second post in a three-part series about how to write a simple Ruby extension that helps deal with encrypted JSON messages (read part one here). The complete extension code is available here. In the last post we saw how to automatically decrypt JSON messages and display the well-formatted plaintext in a cus...
https://www.trustwave.com/en-us/resources/blogs/spiderlabs-blog/json-crypto-helper-a-ruby-based-burp-extension-for-json-encryptiondecryption-part-ii/
CC-MAIN-2019-47
refinedweb
416
62.58
I'm having some trouble defining a multivariate gaussian pdf for quadrature using scipy. I write a function that takes a mean vector and covariance matrix as input and returns a gaussian function. def make_mvn_pdf(mu, sigma): def f(x): return sp.stats.multivariate_normal.pdf(x, mu, sigma) return f # define covariance m...
https://codedump.io/share/WkJ3fqYUmI18/1/defining-multivariate-gaussian-function-for-quadrature-with-scipy
CC-MAIN-2016-44
refinedweb
423
52.36
REpresentational State Transfer (REST) is a web development architecture design style which refers to logically separating your API resources so as to enable easy access, manipulation and scaling. Reusable components are written in a way so that they can be easily managed via simple and intuitive HTTP requests which ca...
https://code.tutsplus.com/tutorials/building-restful-apis-with-flask-diy--cms-26625
CC-MAIN-2021-04
refinedweb
1,204
60.01
Lesson 4 - Data processing and validations in ASP.NET Core MVC In the previous lesson, Form handling in ASP.NET Core MVC, we started with form handling and wiring the model to the view. We're gonna finish the simple calculator in today's C# .NET tutorial. Submitting forms When we submit our form, nothing happens yet. T...
https://www.ict.social/csharp/asp-net/core/basics/data-processing-and-validations-in-aspnet-core-mvc/
CC-MAIN-2020-16
refinedweb
1,177
63.59
). Here's our goal for this example. We have a shapefile with the major roads of the United States which you can download a sample dataset here. latest version of PyShp which provides the newer iterShapeRecords() method to provide and efficient iterator for both the shapes and the dbf attributes in a single object: imp...
http://geospatialpython.com/2015/05/clipping-shapefile-in-pure-python.html
CC-MAIN-2017-26
refinedweb
237
68.67
Enterprise Java is a popular subject these days. An increasing number of web applications are being deployed using application servers which conform to the Java 2 Platform Enterprise Edition (J2EE) standard. J2EE adds a set of extensions to server-side Java which aid in writing distributed and multi-tier applications. ...
http://devworld.apple.com/internet/java/enterprisejava.html
crawl-002
refinedweb
2,544
50.12
Tracking outgoing email from the mail logs with pymongo Mail logs are sent to a centralized syslog. I have a simple Python script that tails the common mail log file every 5 minutes, counts the lines that conform to a specific regular expression (looking for a specific msgid pattern), then inserts that count into a Mon...
http://agiletesting.blogspot.com/2010/07/tracking-and-visualizing-mail-logs-with.html
CC-MAIN-2019-35
refinedweb
1,281
64.91
on exporting 3D element geometry to a WebGL viewer. If this is of interest to you, you absolutely must check out two subsequent The 3D Web Coder posts on the desktop driven WebGL viewer and converting it to a node.js server. WebGL Developers Meetup in NYC April 21 Get ready for our WebGL Developers Meetup in NYC on Tu...
http://thebuildingcoder.typepad.com/blog/2015/04/gross-and-net-wall-area-calculation-enhancement-and-events.html
CC-MAIN-2018-17
refinedweb
1,031
50.12
sauna.reload 0.5.5 Instant code reloading for Plone using a fork loop sauna.reload: so that you can finish your Plone development today and relax in sauna after calling it a day - Introduction - Installation - Usage: start Plone in reload enabled manner - Debugging with sauna.reload - Background - Events - Limitations ...
https://pypi.python.org/pypi/sauna.reload
CC-MAIN-2017-22
refinedweb
2,549
61.63
rand, rand_r, srand - pseudo-random number generator #include <stdlib.h> int rand(void); void srand(unsigned seed); rand() function shall compute a sequence of pseudo-random integers in the range [0, {RAND_MAX}] [XSI] with a period of at least 232.with a period of at least 232. [CX] The rand() function need not be ree...
http://www.opengroup.org/onlinepubs/009695399/functions/rand.html
crawl-001
refinedweb
760
63.29
Convert List To TensorFlow Tensor Convert a python list into a TensorFlow Tensor using the TensorFlow convert_to_tensor functionality < > Code: Transcript: This video will show you how to convert a Python list into a TensorFlow tensor using the tf.convert_to_tensor functionality. First, we import TensorFlow as tf. impo...
https://aiworkbox.com/lessons/convert-list-to-tensorflow-tensor
CC-MAIN-2020-40
refinedweb
506
67.15
I'm officially taking a break from thinking. And I'm doing it by taking in some contract work. NDAs are signed, and contracts exchanged, so while I can't really tell you specifics, it's a WordPress site. Nothing so nourishing as my usual fare; this is the proverbial greasy, bacon and cheese pizza for the soul. The situ...
http://langnostic.blogspot.com/2011/06/ugh.html
CC-MAIN-2013-20
refinedweb
901
67.69
Is there an automatic way to optimize inclusion of header files in C++, so that compilation time is improved ? With the word "automatic" I mean a tool or program. Is it possible to find which headers files are obsolete (e.g exposed functionality is not used) ? Edit: Having each include header "included only once is one...
https://codedump.io/share/f7agdDixQgJ4/1/header-inclusion-optimization
CC-MAIN-2017-26
refinedweb
479
55.74
Are you looking for the best JavaScript IDE for Web development? Then, you are at the right place as we are discussing here the ten best editors for web development. And we are hopeful that you’ll be able to decide the right IDE for JavaScript programming. From this post, you’ll get to learn what are the features a goo...
http://www.techbeamers.com/best-javascript-ide-web-development/
CC-MAIN-2018-26
refinedweb
3,139
65.32
coq-of-ocaml Documentation on Aim coq-of-ocaml aims to enable formal verification of OCaml programs 🦄. The more you prove, the happier you are. By transforming OCaml code into similar Coq programs, it is possible to prove arbitrarily complex properties using the existing power of Coq. The sweet spot of coq-of-ocaml is...
https://ocaml.org/p/coq-of-ocaml/2.5.2+4.13
CC-MAIN-2022-27
refinedweb
914
56.76
With the recent news that Nest’s Revolv was going to shut down its services, I was happy to have chosen open-source for my home automation stack. I’ve been seeing posts crop up on Twitter and Reddit about wanting an “offline” solution (one that works even without the Internet, but still functions within a LAN), and dec...
https://objectpartners.com/2016/04/12/setting-up-the-raspberry-pi-3-for-home-assistant/
CC-MAIN-2019-04
refinedweb
1,513
68.91
Contents - View Code Without Source - Debug Code Without Source - View Code Signature - Manage Bookmarks - Extend Reflector - Filter Code - Filter Navigation Tree - Navigate to Code from Code - Navigate to Code from Documentation - Search Code - Copy Code - More… Part 2: Meat and Potatoes. Figure 1 .NET Reflector deskt...
https://www.simple-talk.com/dotnet/.net-tools/.net-reflector-through-the-looking-glass-the-meat-and-potatoes/
CC-MAIN-2017-04
refinedweb
3,201
53.1
Cocktail. Cocktail Sort and Bi-Directional Sorting Bubble sort typically passes through the unsorted list unidirectionally from left-to-right, bubbling the next highest item to the end of the list. Any turtles in the list move 1 position to the left as they slowly migrate to their rightful position at the beginning of ...
https://www.koderdojo.com/blog/cocktail-sort
CC-MAIN-2022-21
refinedweb
524
59.67
Free Java Books Free Java Books Sams Teach Yourself Java 2 in 24 Hours As the author of computer books, I spend a lot..., and the accompanying Java Pet Store sample application, are part of the successful Java Free JSP download Books Free JSP download Books Java Servlets and JSP free download books... optimization. The...
http://www.roseindia.net/tutorialhelp/comment/89816
CC-MAIN-2014-41
refinedweb
1,916
71.75
clock_gettime() Get the current time of a clock Synopsis: #include <time.h> int clock_gettime( clockid_t clock_id, struct timespec * tp ); Since: BlackBerry 10.0.0 Arguments: - clock_id - The ID of the clock whose time. - A clock ID returned by clock_getcpuclockid() or pthread_getcpuclockid(), representing the amount o...
http://developer.blackberry.com/native/reference/core/com.qnx.doc.neutrino.lib_ref/topic/c/clock_gettime.html
CC-MAIN-2015-18
refinedweb
207
60.82
DDE Tutorial: exploring DDE Introduction DDE Is a tool to make it easy to publish Debian information. In this tutorial we have a little tour to see how DDE works. If you just want to know a quick&dirty way to get at the data, just go to a DDE site (DDE has a list) and follow the instructions. Prerequisites You should i...
https://wiki.debian.org/DDE/Tutorial
CC-MAIN-2016-40
refinedweb
650
63.7
table of contents NAME¶ log10, log10f, log10l - base-10 logarithmic function SYNOPSIS¶ #include <math.h> double log10(double x); float log10f(float x); long double log10l(long double x); Link with -lm. log10f(), log10l(): || /* Since glibc 2.19: */ _DEFAULT_SOURCE || /* Glibc versions <= 2.19: */ _BSD_SOURCE || _SVID_S...
https://manpages.debian.org/unstable/manpages-dev/log10l.3.en.html
CC-MAIN-2022-05
refinedweb
164
67.45
Phone Numbers Instead of URLs? 158 December writes "This story says Australian company Nascomms claims to be the first in the world to go online with numeric addressing [CT:TCP/IP uses numbers too, just not ones with area code ;)], in which telephone numbers are used in replace of the ubiquitous dot-com address. Intere...
https://slashdot.org/story/00/11/29/1411242/phone-numbers-instead-of-urls
CC-MAIN-2018-09
refinedweb
5,459
73.88
What is the best approach for making a VB 6 application communicate with my VC# .NET application? Can I set the focus to a specific input control in Page_Load without using JavaScript? Developing an online staff orientation site How can I get the MAC address of a client with ASP? Creating a generic search facility Ques...
https://searchwindevelopment.techtarget.com/sitemap/Answer?indexNo=2
CC-MAIN-2019-39
refinedweb
778
68.26
NAMEgetsockname - get socket name SYNOPSIS #include <sys/socket.h> int getsockname(int s, struct sockaddr *name, socklen_t *namelen); DESCRIPTIONGetsockname returns the current name for the specified socket. The namelen parameter should be initialized to indicate the amount of space pointed to by name. On return it con...
http://linux.about.com/library/cmd/blcmdl2_getsockname.htm
crawl-003
refinedweb
118
52.87
Is it possible to make a Connections in a QmlTimer component ? Hi, I'm trying to connect a signal from an Item to a Timer using Connections. My code fails when I try to run it with the following error PathToMyProject/main.qml:21 Cannot assign to non-existent default property If I replace the Timer component by an Item ...
https://forum.qt.io/topic/117812/is-it-possible-to-make-a-connections-in-a-qmltimer-component/3
CC-MAIN-2022-40
refinedweb
276
67.25
Java.io.PrintStream.print() Method Description The java.io.PrintStream.print() method prints a long integer. The string produced by String.valueOf(long) is translated into bytes according to the platform's default character encoding, and these bytes are written in exactly the manner of the write(int) method. Declaratio...
http://www.tutorialspoint.com/java/io/printstream_print_long.htm
CC-MAIN-2014-15
refinedweb
154
53.07
[Date Index] [Thread Index] [Author Index] Re: Re: looping - To: mathgroup at smc.vnet.net - Subject: [mg106861] Re: [mg106766] Re: [mg106704] looping - From: DrMajorBob <btreat1 at austin.rr.com> - Date: Mon, 25 Jan 2010 05:07:38 -0500 (EST) - References: <201001210955.EAA16523@smc.vnet.net> - Reply-to: drmajorbob at ...
http://forums.wolfram.com/mathgroup/archive/2010/Jan/msg00801.html
CC-MAIN-2020-24
refinedweb
833
56.59
How to: Add a Control to the Toolbox The Silverlight Designer for Visual Studio makes it easy to use third-party controls in your Silverlight applications. This topic shows to add a control in a third-party assembly to the Toolbox and use it in a Silverlight application. To use a third-party Silverlight control in your...
https://msdn.microsoft.com/en-us/library/ff462023(v=vs.95)
CC-MAIN-2018-05
refinedweb
263
66.94
Check out the last few weeks worth of blog posts here. One on .NET and Google's Social Graph API. Another on .NET connecting to OpenID. Another on JSON, another on JMS. When I started this blog, there were people out there who knew, they were certain, that .NET apps could not connect to systems built with non .NET tech...
http://blogs.msdn.com/b/dotnetinterop/archive/2008/03/27/a-look-back-at-net-interop-history.aspx
CC-MAIN-2015-18
refinedweb
567
77.13
Curses Programming with Python¶ Abstract This document describes how to use the curses extension module to control text-mode displays. What is curses?¶ The curses library supplies a terminal-independent screen-painting and keyboard-handling facility for text-based terminals; such terminals include VT100s, the Linux con...
http://docs.activestate.com/activepython/3.6/python/howto/curses.html
CC-MAIN-2018-39
refinedweb
1,811
56.55
One of the most common phone calls that the support team gets for Windows PowerShell is “How do I use Task Scheduler to schedule Windows PowerShell scripts?”. As an administrator, you need to have full control over when scripts run in your environment. Perhaps you need run a script only during a one-off maintenance win...
https://blogs.msdn.microsoft.com/powershell/2012/03/19/scheduling-background-jobs-in-windows-powershell-3-0/
CC-MAIN-2019-09
refinedweb
1,645
52.49
22 October 2012 05:31 [Source: ICIS news] (recasts paragraph 6 to reflect updated completion date) SINGAPORE (ICIS)--?xml:namespace> "The demand for LNG is already stronger than initially expected.… With the development of the terminal, Iswaran was speaking at the Singapore International Energy Week which will run from...
http://www.icis.com/Articles/2012/10/22/9605813/singapores-first-lng-terminal-to-start-operations-in-q2-13.html
CC-MAIN-2015-06
refinedweb
206
51.38
Parallel Processing Large File in Python Image by Author For parallel processing, we divide our task into sub-units. It increases the number of jobs processed by the program and reduces overall processing time. For example, if you are working with a large CSV file and you want to modify a single column. We will feed th...
https://cmtech.live/2022/08/04/parallel-processing-large-file-in-python/
CC-MAIN-2022-40
refinedweb
1,152
58.69
Agent - Protocol engine for the QMF agent. More... #include <qmf/engine/Agent.h> Allocate an object-id for an object that will be managed by the application. Get the next application event from the agent engine. This method is called periodically so the agent can supply a heartbeat. Respond to a method request. Remove ...
http://qpid.apache.org/apis/0.12/cpp/html/a00006.html
CC-MAIN-2013-48
refinedweb
114
70.6
Difference between revisions of "Short IDE Delays" Revision as of 16:55, 14 November 2007 Contents Introduction This page describes the feature "short IDE delays". This is just a description of a technique for shortening the probing time used during certain IDE operations (I think primarily on startup). It was noted on...
http://elinux.org/index.php?title=Short_IDE_Delays&diff=4938&oldid=1585
CC-MAIN-2017-04
refinedweb
861
58.52
Odoo Help Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps: CRM | e-Commerce | Accounting | Inventory | PoS | Project management | MRP | etc. Execute query when installing addon Is it possible to execute some queries when somedy install my module ? And is it possible to ...
https://www.odoo.com/forum/help-1/question/execute-query-when-installing-addon-86598
CC-MAIN-2017-34
refinedweb
382
51.95
Content-type: text/html getprfient, getprfinam, putprfinam - Manipulate file control database entry (Enhanced Security) Security Library (libsecurity.a) #include <sys/types.h> #include <sys/security.h> #include <prot.h> struct pr_file *getprfient(void); struct pr_file *getprfinam( char *name); void setprfient(void); vo...
http://backdrift.org/man/tru64/man3/putprfinam.3.html
CC-MAIN-2017-09
refinedweb
514
53.21