Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head profile="http://selenium-ide.openqa.org/profiles/test-case">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="selenium.base" href="http://192.168.0.86:11113/" />
<title>Upload File</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head profile="http://selenium-ide.openqa.org/profiles/test-case">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="selenium.base" href="http://192.168.0.86:11113/" />
<title>Search</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
@wk-j
wk-j / replace.bat
Created February 7, 2015 19:01
replace file
powershell -Command "(gc _Layout.cshtml) -replace '<title>(.+)</title>', '<title> 0.1 build.number% </title>' | Out-File _Layout.cshtml"
/*
* Due to a bug in Windows Sockets (observed on NT and Windows
* 2000) it may be necessary to retry the send. The issue is that
* on blocking sockets send/WSASend is supposed to block if there
* is insufficient buffer space available. If there are a large
* number of threads blocked on write due to congestion then it's
* possile to hit the NT/2000 bug whereby send returns WSAENOBUFS.
* The workaround we use is to retry the send. If we have a
* large buffer to send (>2k) then we retry with a maximum of
* 2k buffer. If we hit the issue with <=2k buffer then we backoff
Hi Kumar,
This problem was solved applying the sapnote: 990538
the problem is related to the lack of free space for OS objects (like
tcp/ip buffers, handles etc.) apply note 990538 if you have
switch /3GB in boot.ini on your machine. That´s the case!
Regards
@wk-j
wk-j / .emacs
Created May 5, 2015 05:18
.emacs
(setq inferior-fsharp-program "\"C:\Program Files\Microsoft SDKs\F#\4.0\Framework\v4.0\Fsi.exe\"")
(setq fsharp-compiler "\"C:\Program Files\Microsoft SDKs\F#\4.0\Framework\v4.0\Fsc.exe\"")
@wk-j
wk-j / Candidate.md
Last active October 18, 2015 08:54 — forked from apirak/Candidate.md

#Geeky Pod

##Checkin

####Python

  • Chaiwat Suttipongsakul
  • Chokchai Phatharamalai <<
  • Airmee Chanita Anuwong
  • Pam Suebvisai
  • Edkung Foo
@wk-j
wk-j / LeftOuterJoin.sql
Last active October 18, 2015 08:53
Left outer join with LINQ.
select film.Title, fl.Id, fs.Id, it.Id, it.ThaiText from QFilms film
left outer join QFilmingLocations fl on film.Id = fl.QFilmId
left outer join QFilmingSupervisors fs on fl.Id = fs.QFilmingLocationId
left outer join QInstitutions it on fs.QInstitutionId = it.Id
@wk-j
wk-j / WindowsCriticalError.md
Last active October 18, 2015 08:54
windows-critical-error

http://answers.microsoft.com/en-us/insider/forum/insider_wintp-insider_perf/a-critical-error-has-occurred-in-the-shell/ffa743a6-5c16-4ff4-b7a4-ea287bf4456b

I am pretty sure I found the culprit here. If you go to the control panel, scheduled tasks you will find two tasks in the Microsoft tree under MemoryDiagnostic

Both have a condition set if idle for 10 minutes and are triggered off several different events. Once I disabled both of these tasks I have seen no more of this error.

Now, the evidence is if I triggered these tasks manually I got the error immediately so I am 95% sure this is the culprit.

c# Geliştirici Team

Üst Sıra:Zhe Fu, Luca Bolognese, Theo Yaung, Rusty Miller, Eric Lippert, Wes Dyer, Prakash Balasubramanian, Genevieve Orchard, Esen Tuna, Keith Farmer, Tom Meschter, Don Espen, Steve Kruy, Yuval Mazor, Daigo Hamura, Vijay Upadya.

3.Sıra:Matt Cavallari, Scott Nonnenberg, Cyrus Najmabadi, Jeremy Meng, Luke Hoban, Eric Maino, Seshadri Pillailokam Vijayaraghavan, Alexandru Ghiondea, Mary Deyo, Mathew Charles, Sreekar Choudhary, Matteo Taveggia, Gabriel Esparza-Romero, Frances Lam, David Sterling, Xun Sun, Tiki Wan, HeeJae Chang,

2.Sıra:Jason Cooke, Terry Adams, Charlie Calvert, Mads Torgersen, Jerry Higgins, Sam Ng, DJ Park, Matt Warren, Daniel Rathbone, Chris Burrows, Jomo Fisher, Alex Turner, Renaud Paquay, Marcelo Guerra Hahn, Damon Tivel, Mike Hopcroft.

Alt Sıra:Ying Peng, Karen Liu, Anson Horton, Douglas Yung, Suma Sushilendra, Faisal Baqai, Dinesh Kulkarni, Deepti, Kathy Lu, Baoping Zhang, Raj Pai, Stephanie Dishneau, Drew Fletcher