You guys jelly? It was mad hard to slay.
This isn't trolling nor low quality, read the entire thread before you warn me. Sorry for getting excited. -.-
I will start off with explaining the two.
A post exchange is when you post on someones forum, say for example 10 times, and they will post 10 times on yours. It is that simple.
As for Post Packages, post packaging is when some, in this case myself, offers different post packages for money...
Well, The Elite is holding a competition on another forum, register and get 5 posts and you get $2... Well, I decided I would go for it, I try to register and see my name is taken. So I see if I can login as I tend to forget where I register if I am not active there... I login successfully and I...
Just going to share some websites that basically do the math for you.
-All Math-
Http://www.wolframalpha.com
-Algebra-
http://www.algebra.com
I will update this as I come across more.
Imports System.Runtime.InteropServices
Public Class MSNStatusMessage
Private Declare Function FindWindowEx Lib "user32" Alias "FindWindowExA" ( _
ByVal hWnd1 As Integer, _
ByVal hWnd2 As Integer, _
ByVal lpsz1 As String, _
ByVal lpsz2 As String) _...
Public Function GetExternalIP(ByVal Provider As String) As String
Dim WebReq As HttpWebRequest = HttpWebRequest.Create(Provider)
Dim WebRes As HttpWebResponse = WebReq.GetResponse()
Dim ResStream As System.IO.Stream = WebRes.GetResponseStream
Dim ResStreamReader As New...
Public Function CheckURL(ByVal URL As String) As Boolean
Try
Dim Response As Net.WebResponse = Nothing
Dim WebReq As Net.HttpWebRequest = Net.HttpWebRequest.Create(URL)
Response = WebReq.GetResponse
Response.Close()
Return True
Catch ex As...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.