๐Ÿš€ OharaLumina

All Posts

Thumbnail for Posts

SQL Call Stored Procedure for each Row without using a cursor

๐Ÿ“‚ Categories: Sql

How can one call a stored procedure for each row in a table where the columns of a row are input parameters to the sp without using a

Thumbnail for Posts

sqlite3-ruby install error on Ubuntu

๐Ÿ“‚ Categories: Ruby
๐Ÿท๏ธ Tags: Ubuntu Sqlite Sqlite3-Ruby

I have the following error during sqlite3ruby install Building native extensions This could take a while ERROR Error installing sqlite3ruby ERROR Failed to

Thumbnail for Posts

SSL Connection Connection Reset with IISExpress

๐Ÿ“‚ Categories: Programming

Im using the new Visual Studio 2013 with IISExpress for the first time previously used ASPnet Development server on VS2010 Im running into issues trying to

Thumbnail for Posts

Typescript react - Could not find a declaration file for module react-materialize pathtomodule-namejs implicitly has an any type

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Reactjs Webpack Webpack-2

I am trying to import components from reactmaterialize as import Navbar NavItem from reactmaterialize But when the webpack is compiling my tsx it throws an

Thumbnail for Posts

UnboundLocalError trying to use a variable supposed to be global that is reassigned even after first use

๐Ÿ“‚ Categories: Python

When I try this code a b c 1 2 3 def test printa printb printc c 1 test I get an error from the printc line that says UnboundLocalError local variable c

Thumbnail for Posts

upstream sent too big header while reading response header from upstream

๐Ÿ“‚ Categories: Php

I am getting these kind of errors 20140524 114906 error 83760 54031 upstream sent too big header while reading response header from upstream client 10721193210

Thumbnail for Posts

Using data member in lambda capture list inside a member function

๐Ÿ“‚ Categories: C++

The following code compiles with gcc 451 but not with VS2010 SP1 include ltiostreamgt include ltvectorgt include ltmapgt include ltutilitygt include ltsetgt

Thumbnail for Posts

Using jQuery To Get Size of Viewport

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Jquery Resize Viewport

How do I use jQuery to determine the size of the browser viewport and to redetect this if the page is resized I need to make an IFRAME size into this space

Thumbnail for Posts

Using pip behind a proxy with CNTLM

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Proxy Pip

I am trying to use pip behind a proxy at work One of the answers from this post suggested using CNTLM I installed and configured it per this other post but