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 |
|---|---|---|---|---|---|
In this user guide, we will learn how to incorporate Wi-Fi manager with our ESP32/ESP8266 boards. WiFi manager let us connect ESP32 or ESP8266 to a network without having to hardcode our network credentials in a script. We will be using a previous example when we learned how to build a web server (ESP32/ESP8266 MicroPy... | https://microcontrollerslab.com/micropython-wi-fi-manager-esp32-esp8266/ | CC-MAIN-2022-33 | refinedweb | 2,186 | 57.57 |
WE MOVED TO ZULIP => <=
@AMHOL @solnic As far as i inderstood, you've implemented namespace in
dry-container as... well, namespace :)
I mean, it seems like a syntax sugar for long keys like "namespace.name" added via
namespaced(key) method, innit?
I think, why not (re)implement it as a nested container(s), whose method... | https://gitter.im/dry-rb/chat?at=56124637ff22c70f6fac1381 | CC-MAIN-2021-10 | refinedweb | 188 | 67.04 |
If you are starting from scratch with using Python and Boto3 to script and automate Amazon AWS environments, then this should help get you going.
To begin, you’ll need a few items:
1) Download and install the latest Amazon AwsCli. The is the Command Line client for AWS.
2) You will need credentials for an Amazon AWS en... | https://www.slsmk.com/getting-started-with-amazon-aws-and-boto3/?replytocom=1238 | CC-MAIN-2020-05 | refinedweb | 879 | 77.84 |
Hi Seamers,
I can't get org.jboss.seam.international.status.Messages to display messages. Nothing will show up; no errors:
@Model public class TestController { @Inject private Messages messages; public void testAction() { messages.error("seam error message"); messages.info("seam info message"); } }
I am using Seam 3.0.... | https://developer.jboss.org/thread/178480 | CC-MAIN-2017-39 | refinedweb | 178 | 67.86 |
NAME
Duplicate a handle.
SYNOPSIS
#include <zircon/syscalls.h> zx_status_t zx_handle_duplicate(zx_handle_t handle, zx_rights_t rights, zx_handle_t* out);
DESCRIPTION
zx_handle_duplicate() creates a duplicate of handle, referring
to the same underlying object, with new access rights rights.
To duplicate the handle with ... | https://fuchsia.dev/fuchsia-src/reference/syscalls/handle_duplicate | CC-MAIN-2022-21 | refinedweb | 164 | 52.15 |
Power BI Embedded Explained - Part 2
This video series explains what is Power BI Embedded feature that Microsoft announced in Build 2016 conference last week.
In part 4, i explain App Token types and the importance of understanding how Power BI API authenticates applications when rendering reports. Also, This part has ... | https://channel9.msdn.com/Blogs/MostafaElzoghbi/Power-BI-Embedded-Explained-Part-4 | CC-MAIN-2019-51 | refinedweb | 402 | 68.6 |
The article is about the Java for loop and it’s uses.
The Java for loop is used to create a loop that runs a certain amount of times, until the given condition has been met. This is in contrast to it’s counter parts, the while loop and do while loop which iterate for an unspecified number of times as long as a conditio... | https://coderslegacy.com/java/java-for-loop/ | CC-MAIN-2021-21 | refinedweb | 861 | 71.85 |
19 August 2009 15:28 [Source: ICIS news]
TORONTO (ICIS news)--Bayer CropScience has agreed to acquire US biotech firm Athenix in a move to strengthen its position in the seeds and traits market, the Germany-based producer said on Wednesday.
Athenix, which employs a staff of 65 at its base in ?xml:namespace>
The acquisi... | http://www.icis.com/Articles/2009/08/19/9241264/bayer-cropscience-to-acquire-us-biotech-firm-athenix.html | CC-MAIN-2015-22 | refinedweb | 179 | 54.86 |
In my last article Creating a Pie Chart on Fly with VB.NET, I showed How to create dynamic pie chart using GdI+ capabilities, to extend that further I would like to show you code that would create exploded pie chart and implementing click through functionality to that chart.
Run sample code
Pie Chart component is made ... | http://www.c-sharpcorner.com/uploadfile/desaijm/explodedpiechart10172005025429am/explodedpiechart.aspx | crawl-003 | refinedweb | 793 | 61.06 |
Sidenote protip: the thing that made this blog post writable for me, and a thing that I do and would recommend you try doing, is reading machine-readable output. Compiled, compressed, so-called-unreadable output, is, if you look at long enough, still readable. No superpowers are required: if you can get through difficu... | https://macwright.org/2017/04/18/bindings-not-values.html | CC-MAIN-2018-09 | refinedweb | 1,765 | 65.22 |
Link an Alexa User with a User in Your System
Overview
Some skills require the ability to connect the identity of the end user with a user in another system. This is referred to as account linking, since the goal is to create a link between the Alexa user and the user account in your system. Skills that use the Smart H... | https://developer.amazon.com/docs/custom-skills/link-an-alexa-user-with-a-user-in-your-system.html | CC-MAIN-2017-43 | refinedweb | 4,078 | 60.65 |
Solution for
Programming Exercise 3.1
THIS PAGE DISCUSSES ONE POSSIBLE SOLUTION to the following exercise from this on-line Java textbook..
Discussion
Since we want to roll the dice at least once, a do..while is appropriate. A pseudocode algorithm for the program isLet countRolls = 0 do: roll the dice count this roll b... | http://math.hws.edu/eck/cs124/javanotes4/c3/ex-3-1-answer.html | CC-MAIN-2017-47 | refinedweb | 415 | 73.78 |
GameWindow Timing IssuePosted Sunday, 8 February, 2009 - 23:12 by flopoloco in
I remember being said that the next OpenTK version will include a new timing mechanism, anyhow, here's a test I made in current 0.9.1 .
using System; using System.Drawing; using System.Diagnostics; using OpenTK; using OpenTK.Graphics; namesp... | http://www.opentk.com/node/650 | CC-MAIN-2016-36 | refinedweb | 417 | 55.24 |
Some interesting updates were checked in over the last week. As in the previous update this is a sneak-peak of code checked into our CodePlex source code repository but hasn’t yet been released as part of our official installer. See Using Nightly ASP.NET Web Stack NuGet Packages for how to try out these features.
Per-R... | https://blogs.msdn.microsoft.com/henrikn/2012/05/03/asp-net-web-api-updates-may-3/ | CC-MAIN-2018-30 | refinedweb | 963 | 51.89 |
: January 1, 1906:00006 Related Items Related Items: Gainesville daily sun (Gainesville, Fla. : 1903) Preceded by: Twice-a-week sun (Gainesville, Fla.) Full Text . . r V L T Vi w. .q ' . ' i br JJ4tflebXttE nn. Published Twice a Week--Monday and Thursday . . - --- - - - -- - - -- - - - -- - VOL. XXV. NO. .J :c (TAIXE r... | https://ufdc.ufl.edu/UF00079930/00006 | CC-MAIN-2019-51 | refinedweb | 28,653 | 89.34 |
What.
In case your not familiar with the XPath API in JAXP, see its Package Description. Here is a simple example borrowed from the Japex source code:
XPath query = XPathFactory.newInstance().newXPath(); query.setNamespaceContext(new NamespaceContext() { public String getNamespaceURI(String prefix) { return prefix.equa... | http://weblogs.java.net/blog/spericas/archive/2007/01/whats_next_for.html | crawl-003 | refinedweb | 411 | 62.98 |
How to Add a Host Cluster to VMM
Updated: January 22, 2011
Applies To: Virtual Machine Manager 2008, Virtual Machine Manager 2008 R2, Virtual Machine Manager 2008 R2 SP1
Use the following procedure to add a failover cluster created in any of the following versions of the Windows Server 2008 operating system to VMM as a... | http://technet.microsoft.com/en-us/library/ee236431.aspx | CC-MAIN-2014-10 | refinedweb | 788 | 53.75 |
Opened 6 years ago
Closed 6 years ago
Last modified 4 years ago
#27018 closed Bug (fixed)
Admin views in admindocs crash with AttributeError
Description
When using
django.contrib.admindocs the views under the
admin namespace are not available. With the exception of
/admin/<app_label>/<model>/<var>/ and
/admin/r/<conten... | https://code.djangoproject.com/ticket/27018?cversion=0&cnum_hist=13 | CC-MAIN-2022-27 | refinedweb | 637 | 67.25 |
Salsa
A .NET Bridge for Haskell
This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.
Salsa: a .NET bridge for Haskell
Salsa is an experimental Haskell libr... | https://www.stackage.org/package/Salsa | CC-MAIN-2017-30 | refinedweb | 420 | 62.75 |
log1p - compute a natural logarithm
#include <math.h> double log1p (double x);
The log1p() function computes loge(1.0 + x). The value of x must be greater than -1.0.
Upon successful completion, log1p() returns the natural logarithm of 1.0 + x.
If x is NaN, log1p() returns NaN and may set errno to [EDOM].
If x is less t... | http://pubs.opengroup.org/onlinepubs/7990989775/xsh/log1p.html | CC-MAIN-2014-42 | refinedweb | 137 | 86.91 |
C Program to sort the string, using shell sort technique. Shell sort is the one of the oldest sorting technique, quite well for all types of arrays in c. The shell sort is a “diminishing increment sort”, better known as a “comb sort” to the unwashed programming masses. The algorithm makes multiple passes through the li... | http://c-program-example.com/2011/10/c-program-to-sort-the-string-using-shell-sort-technique.html | CC-MAIN-2018-30 | refinedweb | 273 | 72.97 |
Can someone please explain why this program does not work? Also, for some reason, I cannot get my cin.get() to pause and await a key press from the user. I know both items are rather simple but I have drawn a blank. Thank you all!
Code:#include <iostream> #include <cstdlib> int choice; int main() { using namespace std;... | https://cboard.cprogramming.com/cplusplus-programming/134185-if-else-if-question.html | CC-MAIN-2018-05 | refinedweb | 130 | 102.1 |
James, I'm sorry I didn't show it but using socket.gethostname() as the source of hostname works just fine, too.
import socket
>>> hostname = socket.gethostname()
>>> hostname
'harj.local'
>>> socket.getaddrinfo(hostname, None)
[(<AddressFamily.AF_INET6: 30>, <SocketKind.SOCK_DGRAM: 2>, 17, '', ('fe80::8d8:1de3:dfa:e34... | https://bugs.python.org/msg288846 | CC-MAIN-2019-18 | refinedweb | 187 | 63.25 |
sigqueue man page
Prolog
This manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface may differ (consult the corresponding Linux manual page for details of Linux behavior), or the interface may not be implemented on Linux.
sigqueue — queue a signal to a process
Synopsis
#includ... | https://www.mankier.com/3p/sigqueue | CC-MAIN-2018-05 | refinedweb | 190 | 50.33 |
writing.
The stdlib has an obscure module bdb (basic debugger) that is used in both pdb (python debugger) and idlelib.Debugger. The latter can display global and local variable names. I do not know if it does anything other than rereading globals() and locals(). It only works with a file loaded in the editor, so it po... | https://tech.queryhome.com/4209/collecting-variable-assignments-through-settrace | CC-MAIN-2018-22 | refinedweb | 554 | 65.32 |
There.
To highlight one such situation, take a look at the Colorizer example (view in separate window):
The Colorizer colorizes the (currently) white square with whatever color you provide it. To see it in action, enter a color value inside the text field and click/tap on the go button. If you don't have any idea of wh... | https://www.kirupa.com/react/accessing_dom_elements.htm | CC-MAIN-2020-16 | refinedweb | 2,332 | 55.44 |
Apply Semi-Transparency to the Chart
Posted by milang on January 22, 2009
Let’s take a break from pie charts for today so that we can talk about how to set semi-transparent colors on the chart. The ‘faded’ or ‘soft’ look shows up in all of the gallery images in the chart sample framework, so I spent hours scratching my... | https://betterdashboards.wordpress.com/2009/01/22/apply-semi-transparency-to-the-chart/ | CC-MAIN-2018-05 | refinedweb | 396 | 59.23 |
JSP bean set property
JSP bean set property
... you a code that help in describing an
example from JSP bean set property...:useBean> -
The < jsp:use Bean>
instantiate a bean class
bean object
bean object i have to retrieve data from the database and want to store in a variable using rs.getString and that variable i h... | http://roseindia.net/tutorialhelp/comment/100043 | CC-MAIN-2013-20 | refinedweb | 1,048 | 64.61 |
On Fri, Nov 23, 2012 at 11:14 PM, <esandin at gmail.com> wrote: > Why isn't 'a' defined? > Shouldn't you be able to define the global variables with a dict passed to eval? > Is there an other way to do this, beside the two obvious: defining 'a' before calling gp_function and using a as an argument in gp_function? It is... | https://mail.python.org/pipermail/python-list/2012-November/635656.html | CC-MAIN-2016-50 | refinedweb | 211 | 74.9 |
Originally posted by Marc Peabody: I've used maps a bit in Groovy when I need to mock something in a unit test like explained here: Developer Testing using Maps and Expandos instead of Mocks I also sometimes like to swap out a closure in a class for another closure when I test. It's been so helpful that sometimes I won... | http://www.coderanch.com/t/49/Groovy/fuzzy-Expando-class-good-examples | CC-MAIN-2015-40 | refinedweb | 285 | 67.59 |
This blinky project shows how to interface LED to the ESP32 and write a simple program to make the LED blink. The full code is on Github, click here..
#include "freertos/FreeRTOS.h" #include "esp_event.h" #include "driver/gpio.h" #define LED_GPIO_PIN GPIO_NUM_4 void app_main(void) { int level = 0; /* setup */ gpio_set_... | https://blog.podkalicki.com/esp32-blinky-with-delay-function/?replytocom=356 | CC-MAIN-2020-40 | refinedweb | 108 | 60.31 |
I have started to re-code Jump Pacman because the code got very very messy but now I can't even load an image without it crashing.
I have attached the entire project without the lib and include directory. (Setup using static libs Allegro 5.0.3)
Anyone have a clue to why this is happening.
This is where it seems to brea... | https://www.allegro.cc/forums/thread/607716/923205 | CC-MAIN-2018-05 | refinedweb | 1,732 | 64.91 |
installed.
Steve Wellens
Note to Professional Editors: I'm aware the text vacillates between second and third person form…but it seemed to work that way so I broke the rules.
CodeProject:.
Here are a few more Linq extension method examples:
double Average = MyList1.Average();
int Sum = MyList1.Sum();
MyList3 = MyList1... | http://weblogs.asp.net/SteveWellens/default.aspx?PageIndex=2 | CC-MAIN-2013-20 | refinedweb | 1,417 | 67.35 |
React Native development tools - Part 2: Debugging tools.
In this tutorial, we will cover a couple of debugging tools which will help you uncover why your React Native app isn’t working as expected. Specifically, you’ll learn how to use the following tools:
- Reactotron
- React Native Debugger
This is the second of a t... | https://pusher.com/tutorials/react-native-development-tools-part-2-debugging-tools/ | CC-MAIN-2022-21 | refinedweb | 2,763 | 55.64 |
hull.All rights reserved. Edition 2. Cottingham Road HULL HU6 7RX UK Department: Email: rob@robmiles.com If you find a mistake in the text please report the error to foundamistake@robmiles.com Blog: www. copy or transmission of this publication may be made without written permission.robmiles. 12 January 2011 iii . Rob... | https://www.scribd.com/doc/50675329/Rob-Miles-CSharp-Yellow-Book-2010 | CC-MAIN-2017-30 | refinedweb | 80,214 | 75.1 |
Your goal: You want to program a MSP430 microcomputer to "stand alone" on a roverbot, reading sensory and wireless signals, and sending out digital controls for stepping motors. To begin with, you have an evaluation board and a cable system connecting the evaluation board to the parallel (printer) port of a computer. Y... | http://www.brown.edu/Departments/Engineering/Courses/En123/Labs/MSP430.htm | CC-MAIN-2014-41 | refinedweb | 1,196 | 74.9 |
Unity lacks a way to pass parameters to a new scene. If you want to send some game state data to the next level you have several options, such as PlayerPrefs or persistent classes, but they are not always elegant solutions.
I decided to copy NavigationHelper from Windows Store apps. NavigationHelper allows you to send ... | http://unity.grogansoft.com/2015/05/ | CC-MAIN-2018-47 | refinedweb | 550 | 56.55 |
When I first started at thoughtbot, my primary experience was in Rails and
TypeScript. However, the first project I joined was written in Elm and Scala.
Both are pretty different from my “native” languages: they are strictly
typed and utilize functional programming patterns. But, getting
onboarded with Elm was much eas... | https://thoughtbot.com/blog/gotta-catch-an-elm?utm_campaign=Elm%20Weekly&utm_medium=email&utm_source=Revue%20newsletter | CC-MAIN-2020-45 | refinedweb | 3,010 | 71.34 |
I'm trying to import the jQuery plugin jQuery.scrollTo with JSPM.
So far I installed it with
jspm install npm:jquery.scrollto
and now I'm trying to import it with
import $ from 'jquery'; import scrollTo from 'jquery.scrollto';
Now I'm only getting
$(...).scrollTo is not a function
errors.
I tried to shim it, but I neve... | http://databasefaq.com/index.php/answer/6130/jquery-plugins-shim-jspm-import-jquery-plugin-with-jspm | CC-MAIN-2019-09 | refinedweb | 174 | 85.08 |
.
System.Xml.Linq. Follow the steps below to customize it:
using System.ServiceModel;
[ServiceContract]
[OperationContract]
String GetMessage(String name);
using
ServiceContract
GetMessage
OperationContract., the ASP.NET Development Server, we need to add a new web site to the solution. Follow these steps to create thi... | https://www.codeproject.com/Articles/97204/Implementing-a-Basic-Hello-World-WCF-Service?msg=4554455 | CC-MAIN-2017-26 | refinedweb | 107 | 60.11 |
Colm O hEigeartaigh created CXF-4841:
----------------------------------------
Summary: STSClient AppliesTo is not working correctly in certain circumstances
Key: CXF-4841
URL:
Project: CXF
Issue Type: Bug
Components: STS
Affects Versions: 2.7.3, 2.6.6, 2.5.9
Reporter: Colm O hEigeartaigh
Assignee: Colm O hEigeartaigh
... | http://mail-archives.apache.org/mod_mbox/cxf-issues/201302.mbox/%3CJIRA.12633170.1361357973414.309879.1361358074183@arcas%3E | CC-MAIN-2017-39 | refinedweb | 116 | 54.22 |
I have just begun learning Python and I got stuck (1day experience :)). Couldn't you help me with my homework?
Exercise:
We have module checkers with function is_triangle
The method signature with a documentation string:
def is_triangle(a, b, c):
"""
:param a: length of first side
:param b: length of second side
:param... | https://codedump.io/share/J0GPNqsfjwza/1/python-function-testing-using-nose | CC-MAIN-2017-04 | refinedweb | 188 | 64.91 |
>>IMAGE."
This is ridiculous! (Score:3, Insightful)
Seems both KDE and Gnome are making themselves irrelevant. Switched to XFCE, not going back.
Re:This is ridiculous! (Score:5, Interesting)
[2]
No, really, this is ridiculous
KDE for breaking and rebuilding everything, while making it half-assed.
Gnome for dumbing-thin... | https://tech.slashdot.org/story/11/07/23/1631232/GNOME-and-KDE-Devs-Wrangle-Over-System-Settings-Name | CC-MAIN-2016-50 | refinedweb | 5,110 | 72.16 |
Hi folks,
I'm trying to externalize all the business logic to rule files for each entity. With Seam this is conceptually not complex to do at all, in fact really straight forward. I just need a ruleBase /managedWorkingMemory for each entity and configure them in the component.xml. But then I need something like this in... | https://developer.jboss.org/thread/137408 | CC-MAIN-2017-39 | refinedweb | 140 | 56.15 |
I need focus a entry after of click a button.
I has think in implement a Behavior but i dont know that is the problem.
This is my code.
View.
Behavior Class.
`public class EntryFocusBehavior : Behavior
{
public bool OnFocus { get; set; }
protected override void OnAttachedTo(Entry bindable) { base.OnAttachedTo(bindable)... | https://forums.xamarin.com/discussion/98525/entry-focus-xamarin-forms-mvvm | CC-MAIN-2019-09 | refinedweb | 777 | 66.44 |
CodePlexProject Hosting for Open Source Software
An unexpected error has occured.
There is an unsaved comment in progress. You will lose your changes if you continue. Are you sure you want to reopen the work item?
Voted
# main.py
import imp
import module1
with open('module1.py', 'r') as f:
module1 = imp.load_module('mo... | http://pytools.codeplex.com/workitem/1695 | CC-MAIN-2016-36 | refinedweb | 101 | 55.3 |
I want to set up some code that depending on the time of day (internal computer time i guess). It switches to do something else.
Heres in english:
y = 1 <br>
if 6:30am then<br>
x = 1 + y<br>
if 7:00am then<br>
x = 2 + y<br>
if any_other_time then<br>
x = 0<br>
Here is what i have so far in my script.
import time<br>
cl... | http://serverfault.com/questions/203064/python-actions-depending-on-time | crawl-003 | refinedweb | 119 | 82.04 |
Interface for low level time utilities. More...
#include "my_config.h"
#include <assert.h>
#include <cstddef>
#include <cstdint>
#include <limits>
#include <sys/time.h>
#include "mysql_time.h"
Go to the source code of this file.
Interface for low level time utilities.
Flags to str_to_datetime and number_to_datetime.
Po... | https://dev.mysql.com/doc/dev/mysql-server/latest/my__time_8h.html | CC-MAIN-2020-24 | refinedweb | 604 | 67.96 |
I have a generic class that contains a compareTo() method
I'm getting an error on the method it'self that goes something like;
How do I fix it?How do I fix it?Code Java:
here's my class
:confused::confused:Code Java:
public class twos<P,N> implements Comparable<twos<P,N>>{ private P a; private N b; } public twos(P puu,... | http://www.javaprogrammingforums.com/%20whats-wrong-my-code/34453-implementing-generic-compareto-printingthethread.html | CC-MAIN-2015-18 | refinedweb | 126 | 67.25 |
In the last post, we saw how to set up an MVC4 web site in Visual Studio 2012, and how to add a simple controller and view to it.
Most web sites that do anything more than display a bit of fixed information have a database behind them. For example, a blog is backed by a database that stores the posts, a shop contains i... | https://programming-pages.com/2012/08/28/mvc-4-adding-a-database/ | CC-MAIN-2018-26 | refinedweb | 1,994 | 68.2 |
This year, my team (Crusaders of Rust) played in perfect blue's inaugural CTF, and it was a ton of fun. As always, I focused on mainly web challenges, and they were very interesting! My teammates were super helpful, basically helping to finish my ideas and finalize exploits on every web challenge.
We ended up getting 1... | https://brycec.me/posts/pbctf_writeups | CC-MAIN-2022-21 | refinedweb | 4,282 | 58.89 |
Using Tiled with CocosSharp
- PDF for offline use
-
- Sample Code:
-
- Related Links:
-
Let us know how you feel about this
Translation Quality
0/250
last updated: 2017-03
Tiled is a powerful, flexible, and mature application for creating orthogonal and isometric tile maps for games. CocosSharp provides built-in integr... | https://docs.mono-android.net/guides/cross-platform/game_development/cocossharp/tiled/ | CC-MAIN-2017-30 | refinedweb | 1,623 | 56.55 |
hello, I write this code and it doesn’t work correctly. I don’t know why? I want when I press the button, led turns on after (for example) 5 sec. but if I power on arduino and after 20 sec press the button, led turns on immediately. could you help me.
code:
#include <Bounce2.h> #define ls1 3 #define yellow 5 //LED yell... | https://forum.arduino.cc/t/millis-problem/660985 | CC-MAIN-2022-05 | refinedweb | 118 | 60.82 |
Syntax for scene_drawing module...
- themusicman
Hi All
So I am trying to draw a simple line in Pythonista. I have selected a new game type template and the documentation states;
scene_drawing — Drawing Functions for the scene module The functions in this module can be used within the scene.Scene.draw() method when usi... | https://forum.omz-software.com/topic/5544/syntax-for-scene_drawing-module | CC-MAIN-2019-35 | refinedweb | 544 | 70.63 |
I am writing an atm program for a class and will enclose the instructions. I really want to just write a section of code and make sure I am doing it right before I move on. I am starting with the main menu and was wanting to know if someone could look at the instructions and make sure I did this correctly...
assumption... | https://www.daniweb.com/programming/software-development/threads/261150/c-atm-project | CC-MAIN-2017-17 | refinedweb | 555 | 68.33 |
CodePlexProject Hosting for Open Source Software
I often get this error message:
The IControllerFactory 'Orchard.Mvc.OrchardControllerFactory' did not return a controller for the name 'TheAdmin'.
How are most people handling this? I have a custom theme installed if it help.
I don't remember ever seeing this. Does it re... | http://orchard.codeplex.com/discussions/257657 | CC-MAIN-2016-40 | refinedweb | 655 | 76.52 |
Need Support?
Advertisement
Blog Stats
Blogs - 1757
Posts - 34381
Articles - 1011
Trackbacks - 51812
Bloggers
Chris Williams
(1012 - 5/9/2008)
D'Arcy Lussier
(985 - 5
(528 - 5/12/2008)
Mohammad Azam
(523 - 5/12
(264 - 5/12/2008)
Steve Bargelt
(262 - 5/7/2008)
Laurent Bugnion
(258 - 5/11/2008)
Mark Treadwell
(250 - 3/16... | http://geekswithblogs.net/avotak/archive/2006/04/14/75159.aspx | crawl-001 | refinedweb | 2,008 | 67.89 |
This came up in a conversation with Jason over IRC. The comment right above the packed gc-prefixed bools in struct JSRuntime warns against what went wrong with the patch for bug 308429. Wish I had read that when reviewing... /be
Created attachment 286312 [details] [diff] [review] v1, where I should have put this in the... | https://bugzilla.mozilla.org/show_bug.cgi?id=401188 | CC-MAIN-2017-34 | refinedweb | 649 | 64.41 |
Text file stores information of any level. This is something like a database. You can store whatever you want, but it’s worth noting that you first ensure the logical use of data in your classes.
Can you tell us more about the special code?
Text file stores information of any level. This is something like a database. Y... | https://discourse.panda3d.org/t/methods-of-level-loading-in-panda3d-solved/24271/11 | CC-MAIN-2022-33 | refinedweb | 3,009 | 66.88 |
#include <LiquidCrystal.h>LiquidCrystal lcd(26,28,30,32,34,36);//This is a character buffer that will store the data from the serial portchar rxData[20];char rxIndex=0;//Variables to hold the speed and RPM data.int vehicleSpeed=0;int vehicleRPM=0;void setup(){ lcd.begin(4, 20); Serial.begin(9600); //Clear the old data ... | http://forum.arduino.cc/index.php?topic=111827.0 | CC-MAIN-2015-18 | refinedweb | 185 | 58.99 |
12 September 2007
This document describes the XML Schema namespace. It also contains a directory of links to these related resources, using Resource Directory Description Language.
It is GRDDL-enabled, that is to say that a GRDDL-compliant processor can extract useful RDF representations of the information contained he... | http://www.w3.org/XML/2007/09/XMLSchema.html | crawl-002 | refinedweb | 134 | 52.49 |
After I ask the user to enter a number here
System.out.println("Enter a number");
number = scan.nextInt();
I would like print the id of each salesperson that exceeded that value and the amount of their sales. I Also want to print the total number of salespeople whose sales exceeded the value entered. So I would think I... | https://www.daniweb.com/programming/software-development/threads/240384/sales-java | CC-MAIN-2019-18 | refinedweb | 323 | 53.47 |
Game programming has come a long way since early Linux and Windows days. The time is gone when games were limited to Windows or to an extended Mac. Today portability is in the forefront, even in the gaming segment. The birth of OpenGL was the first step in this regard. But OpenGL addressed only the rendering aspect of ... | http://www.devshed.com/c/a/multimedia/game-programming-using-sdl-getting-started/ | CC-MAIN-2016-30 | refinedweb | 2,319 | 63.29 |
DOOM THREAD / RETRO FPS THREAD - Last thread >>2900938
Mostly Doom, but all retro FPS6b)
Vanilla/Boom:
ZDoom:
/idgames:
/idgames torrent (as of 2013-11-25; 12GB):
## Our WADs can be found here! ##
## /VR/DOOM COMMUNITY PROJECT ##
Make a Boom map for Doom 1. Announcement/Rules
===NEWS===
[01-10] PrBoom-Plus 2.5.1.4 rele... | http://4archive.org/board/vr/thread/2907693 | CC-MAIN-2017-04 | refinedweb | 14,626 | 78.79 |
CodePlexProject Hosting for Open Source Software
Hey everyone,
Originally we were trying to load a complex MVC website into Orchard as its own module, but this opened up a large can of worms, so we abandoned it and are now running the Orchard CMS app as a child application to the parent site in IIS. It's not recommende... | http://orchard.codeplex.com/discussions/270544 | CC-MAIN-2016-44 | refinedweb | 597 | 64.91 |
Partners
This week, Stephen Ibaraki, I.S.P., DF/NPA, MVP, CNP has an exclusive interview with Paul Bassett, a leading software engineer and Computer Science authority.
Paul Bassett has given keynote addresses around the world,
and was a member of the IEEE�s�s Standard P1517: Software Reuse Lifecycle Processes. (a p... | https://www.npa.org/public/interviews/careers_interview_240.cfm | CC-MAIN-2021-49 | refinedweb | 3,074 | 53.51 |
Reddit API - Overview
In an earlier post "How to access various Web Services in Python", we described how we can access services such as YouTube, Vimeo and Twitter via their API's. Note, there are a few Reddit Wrappers that you can use to interact with Reddit. API from Reddit, let's head over to their API documentation... | https://www.pythonforbeginners.com/api/how-to-use-reddit-api-in-python | CC-MAIN-2020-16 | refinedweb | 777 | 74.59 |
perlmod - Perl modules (packages and symbol tables),
eval,
sub,
or end of file,
whichever comes first (the same scope as the my() and local() operators).
All further unqualified dynamic identifiers will be in this namespace.
A package statement only affects is assumed.
That is,
$::sail is equivalent to
$main::sail.,
in... | http://search.cpan.org/~gbarr/perl5.005_03/pod/perlmod.pod | CC-MAIN-2017-26 | refinedweb | 964 | 63.49 |
#include <gcu/element.h>
Definition at line 58 of file element.h.
The programs searches a value corresponding to the fields having a non default value. If one is found the other fields are given the corresponding values f the first match before returning.
The programs searches an electronegativity value for the element... | http://www.nongnu.org/gchemutils/reference/classgcu_1_1Element.html | crawl-002 | refinedweb | 147 | 69.58 |
What Is RAII?
RAII stands for “resource acquisition is initialization.” RAII is a design pattern using C++ code to eliminate resource leaks. Resource leaks happen when a resource that your program acquired is not subsequently released. The most familiar example is a memory leak. Since C++ doesn't have a GC the way C# d... | https://code.tutsplus.com/articles/c-succinctly-resources-acquisition-is-initialization--mobile-22053 | CC-MAIN-2021-04 | refinedweb | 4,229 | 53.61 |
NAME
ng_pred1 -- Predictor-1 PPP compression (RFC 1978) netgraph node type
SYNOPSIS
#include <sys/types.h> #include <netgraph/ng_pred1.h>
DESCRIPTION
The pred1 node type implements the Predictor-1 sub-protocols of the Compression Control Protocol (CCP). The node has two hooks, comp for compression and decomp for decomp... | http://manpages.ubuntu.com/manpages/oneiric/man4/ng_pred1.4freebsd.html | CC-MAIN-2015-22 | refinedweb | 206 | 51.04 |
How can I plot the empirical CDF of an array of numbers in matplotlib in Python? I'm looking for the cdf analog of pylab's "hist" function.
One thing I can think of is:
from scipy.stats import cumfreq a = array([...]) # my array of numbers num_bins = 20 b = cumfreq(a, num_bins) plt.plot(b)
Is that correct though? Is th... | https://pythonpedia.com/en/knowledge-base/3209362/how-to-plot-empirical-cdf-in-matplotlib-in-python- | CC-MAIN-2020-29 | refinedweb | 677 | 74.08 |
On Wed, 2004-12-08 at 15:53, Christoph Lameter wrote:> On Wed, 8 Dec 2004, john stultz wrote:> > However, there is also this short term single shot adjustments. These> > adjustments are made by applying the MAX_SINGLESHOT_ADJ (500ppm) scaling> > for an amount of time (offset_len) which would compensate for the> > offse... | http://lkml.org/lkml/2004/12/8/253 | CC-MAIN-2017-22 | refinedweb | 377 | 63.7 |
Back to: ASP.NET Web API Tutorials For Begineers and Professionals
ASP.NET Web API Attribute Routing
In this article, I am going to discuss Web API Attribute Routing with some examples. As we already discussed in the ASP.NET Web API Routing article that the Routing is a pattern matching mechanism to match an incoming H... | https://dotnettutorials.net/lesson/attribute-routing-in-web-api/ | CC-MAIN-2021-31 | refinedweb | 1,166 | 65.42 |
This morning, I discovered that Swift uses a different cross platform approach to Objective C. To determine the OS for type aliasing, use os() and pass it either OSX or iOS, as in the following example:
// OSX, iOS #if os(iOS) typealias View = UIView #else typealias View = NSView #endif
Once defined, the following code... | http://ericasadun.com/2014/06/06/swift-cross-platform-code/ | CC-MAIN-2017-51 | refinedweb | 351 | 54.63 |
Question:
I need to generate random names which I'll be using to create temporary files in a directory. Currently I am using C standard function tempnam() for this. My code is in C++ and would like to use C++ equivalent for doing the same task. The code needs to work on Solaris as well as on Windows.
Is anyone aware of... | http://www.toontricks.com/2018/06/tutorial-tempnam-equivalent-in-c.html | CC-MAIN-2018-34 | refinedweb | 361 | 65.01 |
Issues
ZF-9604: Action helpers with PHP namespaces do not work
Description
The issue is Zend_Controller_Action_HelperBroker::getHelper().
I think the helper is stored in the stack as "Namespace\MyHelper", and then the code tries to access it from the stack using the name "MyHelper", i.e., without the namespace.
Posted ... | http://framework.zend.com/issues/browse/ZF-9604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel | CC-MAIN-2015-27 | refinedweb | 140 | 67.86 |
Posted 16 Mar 2012
Link to this post
Posted 19 Mar 2012
Link to this post
This filter is only how the files are shown in the Open File Dialog. The filter does not prevent adding items in the Upload control that do not meet the filter's criteria. If you want to allow uploading item of only certain types or extensions, y... | http://www.telerik.com/forums/file-filter-flaw | CC-MAIN-2017-17 | refinedweb | 131 | 75.24 |
In this article, we will study what is sorting and its importance in practical life. Further, we will learn merge sort and its technique using the divide and conquer approach. Also, we will learn the merge sort algorithm using an example along with its python code, and lastly the applications of merge sort in detail. S... | https://favtutor.com/blogs/merge-sort-python | CC-MAIN-2022-05 | refinedweb | 1,074 | 51.31 |
Tool
Tip
Tool Tip
Tool Tip
Tool Tip
Class
Definition
public : class ToolTip : ContentControl, IToolTip
struct winrt::Windows::UI::Xaml::Controls::ToolTip : ContentControl, IToolTip
public class ToolTip : ContentControl, IToolTip
Public Class ToolTip Inherits ContentControl Implements IToolTip
<ToolTip .../> -or- <ToolT... | https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Xaml.Controls.ToolTip | CC-MAIN-2018-22 | refinedweb | 436 | 60.72 |
Jboss 5.1.0GA, JbossWS native 3.4.0
also present in Jboss 5.1.2 eap with JbossWS native 3.1.2sp13
I've been noticing that each time something requests the wsdl from my web service endpoint, there is a huge spike in CPU usage on the server. Upon further investigation, I checked out the class definition for the service
@... | https://developer.jboss.org/thread/204990 | CC-MAIN-2019-39 | refinedweb | 383 | 58.69 |
Suppose for example you are developing an application that has access control based on a username and password. When the user supplies the username and password, you have to check this combination against a database table that stores the usernames and passwords of all authorized users. If you didn't know any better, yo... | http://informixdb.blogspot.com/2007/07/filling-in-blanks.html | crawl-002 | refinedweb | 1,917 | 52.9 |
Hide home indicator with Swift
The iPhone X removed the home button and replaced it with what Apple calls the
PDF files are common place and with iOS/iPadOS becoming a more powerful operating system, opening PDF files and other regular computer type tasks will become more common place.
In this tutorial we explore two w... | https://programmingwithswift.com/open-pdf-file-with-swift-pdfkit-wkwebview/ | CC-MAIN-2020-29 | refinedweb | 1,638 | 72.46 |
GordonFreemanMembers
Posts8
Joined
Last visited
GordonFreeman's Achievements
1
Reputation
Draggable snap function not called
GordonFreeman replied to GordonFreeman's topic in GSAPHello, Thanks for the demo stub It helped me to find the Problem. It appears that the Draggable plugin does not work properly with TweenLite.... | https://greensock.com/profile/59677-gordonfreeman/ | CC-MAIN-2021-39 | refinedweb | 1,160 | 65.32 |
Hi,
I have a problem with the gcc compiler (version Red Hat 5.3.1-2) and the linking of openmp libraries.
My code includes both some OpenMP directives (so I have to compile with -fopenmp) and some MKL functions (so I link with -liomp5 -lpthread (composer_xe_2013) to use the multithreading).
So my executable is linked w... | https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Gcc-compiler-and-openmp-linking/td-p/1086695 | CC-MAIN-2021-10 | refinedweb | 232 | 67.35 |
tf2 transform error: Lookup would require extrapolation into the past
Hi, I am currently trying to simulate a quadcopter in gazebo using mavros and px4 sitl. In this simulation, the quadcopter will identify an aruco marker, then attempt to center itself with that marker. To do so, I needed to transform the marker frame... | https://answers.ros.org/question/325486/tf2-transform-error-lookup-would-require-extrapolation-into-the-past/ | CC-MAIN-2021-49 | refinedweb | 479 | 60.61 |
See also: IRC log
<Jonathan> Yes, suppose so...
<TomJ> can't access conference on zakim
<asir> can't access conference on Zakim
minutes approved
Jonathan: arthur suggested to add canonicalization for WSDL1.1 component designators
Arthur: If the WG agrees, we should recommend to add a canonicalization to be consistent w... | http://www.w3.org/2006/12/07-ws-desc-minutes.html | CC-MAIN-2014-35 | refinedweb | 990 | 61.56 |
Ace the Javascript Interview
Recently, There is a lot of demand of Javascript developers out there. If you're familiar with
React and
Angular then that will be a plus for you. But if you fail to answer the basics of JavaScript, you will have a tough time clearing the Tech Interview rounds of the companies for which you... | https://manuarora.in/blog/ace-the-javascript-interview | CC-MAIN-2022-33 | refinedweb | 3,094 | 58.69 |
Directory Listing
i broke the other end. Hope this fixes it..
fixed deprecation warning
increase GS sweeps once more.
slightly better error messages on test failure in pdetools.
re-increase num GS sweeps in test now that it succeeds with paso. Trilinos requires this.
don't test REC_ILU which has never been supported (a... | https://svn.geocomp.uq.edu.au/escript/trunk/escriptcore/?view=log&pathrev=6238 | CC-MAIN-2019-18 | refinedweb | 1,452 | 57.06 |
Well Known ioctl Interfaces
D. Console Frame Buffer Drivers
The sections below provide information on converting drivers to run in a 64-bit environment. Driver writers might need to perform one or more of the following tasks:
Use fixed-width types for hardware registers.
Use fixed-width common access functions.
Check ... | http://docs.oracle.com/cd/E18752_01/html/816-4854/lp64-54.html | CC-MAIN-2016-07 | refinedweb | 1,353 | 50.77 |
Note: Follow the advice in this section in release order. For example, if you need to upgrade your project from 2018 to 2020, read the 2019 upgrade guides to see if there are any changes that you need to make before you read the 2020 upgrade guides.
This page lists changes in the Unity 2019 versions which might affect ... | https://docs.unity3d.com/Manual/UpgradeGuide2019LTS.html | CC-MAIN-2021-25 | refinedweb | 1,846 | 56.86 |
In this chapter we're going to look at the base classes � the vast number of .NET classes that Microsoft has written for you, and also namespaces � the system by which classes are grouped together.
A significant part of the power of the .NET framework comes from the base classes supplied by Microsoft as part of the .NE... | http://www.codeproject.com/KB/books/wrox_previewcsharp7.aspx | crawl-002 | refinedweb | 7,717 | 63.29 |
#include <wx/dynlib.h>
This class is used for the objects returned by the wxDynamicLibrary::ListLoaded() method and contains the information about a single module loaded into the address space of the current process.
A module in this context may be either a dynamic library or the main program itself.
Retrieves the load... | https://docs.wxwidgets.org/trunk/classwx_dynamic_library_details.html | CC-MAIN-2021-49 | refinedweb | 128 | 61.02 |
January 2012
Volume 27 Number 01
Data Points - Making Do with Absent Foreign Keys
By Julie Lerman | January 2012
This month I’m writing about an issue I’ve found myself helping people with frequently of late: problems with related classes defined in Code First and then, in most cases, used in the Model-View-Controller ... | https://docs.microsoft.com/en-us/archive/msdn-magazine/2012/january/data-points-making-do-with-absent-foreign-keys | CC-MAIN-2020-10 | refinedweb | 2,456 | 59.53 |
Why does this code snip produce memory leaks ?
Hi everybody,
I have a small program which uses Opencv library. And I do not know why it produce memory leaks. Here is the all program code:
#include <opencv2\opencv.hpp> #include <opencv2\highgui\highgui.hpp> #define _CRTDBG_MAP_ALLOC #include <stdlib.h> #include <crtdbg.... | https://answers.opencv.org/question/3685/why-does-this-code-snip-produce-memory-leaks/ | CC-MAIN-2019-22 | refinedweb | 466 | 81.43 |
Design a class that stores in a distance field, in feet, traveled by a sound wave. The class should have the appropriate accessor and mutator methods for this field. In addition, the class should have the following methods:
getSpeedInAir. This method should return the number of seconds it would take a sound wave to tra... | http://www.dreamincode.net/forums/topic/268375-speed-with-gui/ | CC-MAIN-2017-43 | refinedweb | 652 | 56.96 |
tag:blogger.com,1999:blog-63499046220307914052012-03-21T11:51:26.409ZFrozzn SoftwareStrong opinions held looselycgreeno IEquatableSince Generics came along in C# 2.0 we have had a new interface to allow for type safe comparisons. That Interface is <a href="">IEquatable</a> which is a vast improvemnet over the previous ... | http://feeds.feedburner.com/FrozznSoftware | crawl-003 | refinedweb | 5,874 | 62.27 |
Questions: How to set a Background Image in React?, how to set background image in react?, how to add an image in html?, set svg images, img src images, reactjs component, insert image html or many more.
In this Article, we are going to learn all about how to set a react background image app using simple inline custom ... | https://www.pakainfo.com/react-background-image/ | CC-MAIN-2022-05 | refinedweb | 290 | 56.66 |
Get some characters.
Calls protected virtual member xsgetn(s,n), whose default behavior is to get n characters from input sequence and store them in the array pointed by s.
Parameters.
Return Value.
The number of characters got. The value is returned as an object of type streamsize.
Example.
// read a file buffer - sge... | http://www.kev.pulo.com.au/pp/RESOURCES/cplusplus/ref/iostream/streambuf/sgetn.html | CC-MAIN-2018-05 | refinedweb | 117 | 60.82 |
11 October 2010 08:02 [Source: ICIS news]
By Priya Jestin
MUMBAI (ICIS)--Prices of biaxially oriented polyethylene terephthalate (BOPET) film in ?xml:namespace>
The benchmark 12 micron BOPET could hit Rs240-250/kg ($5,407-5,631/tonne) this month from around Rs227/kg in end-September, after nearly doubling its value fro... | http://www.icis.com/Articles/2010/10/11/9400114/strong-india-bopet-eyed-through-to-2011-on-robust-demand.html | CC-MAIN-2015-18 | refinedweb | 603 | 51.72 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.