unholyjoe
QA
I need something better then my HIP WADERSJust as a scientific experiment, TFP should release A17 to only mature, responsible people. Now, if that only means me, so be it. I accept that heavy burden without complaint.


I need something better then my HIP WADERSJust as a scientific experiment, TFP should release A17 to only mature, responsible people. Now, if that only means me, so be it. I accept that heavy burden without complaint.
Yes, you can scoff at me, but don't scoff at SCIENCE! Who knows what the world will learn after coonducting this experiment:I need something better then my HIP WADERSit's getting deep in here and it stinks.... please, will some one open the door and get some fresh air circulating.
<oooops>
How in the hell you dare saying something like this? I swear to god i'll kill everyone who rises that ♥♥♥♥♥♥♥ barIt could also go up at any time.
You are so arrogant. Where in the world do you find the space for your ego???Just as a scientific experiment, TFP should release A17 to only mature, responsible people. Now, if that only means me, so be it. I accept that heavy burden without complaint.
Really? Just flat-out kill them? Hm?How in the hell you dare saying something like this? I swear to god i'll kill everyone who rises that ♥♥♥♥♥♥♥ bar
I'm so very sorry... that you have no sense of humor. You've already been punished enough.You are so arrogant. Where in the world do you find the space for your ego???
You gotta admit that he's right, though.You are so arrogant. Where in the world do you find the space for your ego???
Yep, ran them over with jeep which still isn't releasedReally? Just flat-out kill them? Hm?![]()
You are so arrogant. Where in the world do you find the space for your ego???
Now, silly, if you truly followed the forum, you would know Aldy has a thing for (yuge) airships. (Granted, it's a massive lucky thing for him that the weight is not proportional to size.)
(Could be why I 'need' trains...) :smile-new:
using System;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
namespace ConsoleApp1
{
class Program
{
static void Main(string[] args)
{
Task.Run(() => findAndRemind(@"https://7daystodie.com/forums/showthread.php?74084-Developer-Diary-Alpha-17!!!/page1", "<font color=\"#ff0000\">", 30, "7days"));
Console.ReadKey();
}
private static async Task findAndRemind(string urlToWatch, string searchThis, int watchCycle, string special = "")
{
Console.WriteLine("Search started...\nSearching:"+searchThis+"\nAt:"+urlToWatch );
WebGrab webGrab = new WebGrab();
webGrab.UrlToWatch = urlToWatch;
webGrab.searchThis = searchThis;
webGrab.watchCycle = watchCycle;
webGrab.special = special;
webGrab.watcher();
}
}
class WebGrab
{
private string htmlCode { set; get; }
public string UrlToWatch { set; get; }
public string searchThis { set; get; }
public string special { set; get; }
public int watchCycle { set; get; }
public int temp♥♥♥♥ { set; get; }
public async Task setHtmlCode()
{
using (WebClient client = new WebClient())
{
try
{
Uri uri = new Uri(UrlToWatch);
client.DownloadStringCompleted += new DownloadStringCompletedEventHandler(client_DownloadStringCompleted);
client.DownloadStringAsync(uri);
}
catch (Exception e)
{
htmlCode = "";
}
}
}
void client_DownloadStringCompleted(object sender, DownloadStringCompletedEventArgs e)
{
htmlCode = e.Result;
}
public async Task searchString()
{
DateTime now = DateTime.Now;
string time = now.Hour + ":" + now.Minute +":" + now.Second + " - ";
if (htmlCode == "")
{
Console.WriteLine(time + "HTML not found or could not be grabbed!");
return;
}
bool found = htmlCode.Contains(searchThis);
if (found && special == "")
{
Console.WriteLine(time + searchThis + " found !");
System.IO.Stream str = Properties.Resources.Steel_Bell_C6;
System.Media.SoundPlayer snd = new System.Media.SoundPlayer(str);
snd.Play();
}
else if(found && special != "")
{
switch (special)
{
case "7days":
int iStart = htmlCode.IndexOf("<font size=\"6\"><font color=\"#ff0000\">");
int iEnd = htmlCode.IndexOf("</font>", iStart);
string contentbetween = htmlCode.Substring(iStart, iEnd - iStart);
int countBar = contentbetween.Split(';').Count() - 1;
temp♥♥♥♥ = countBar; // go and improve to remind changes only !
Console.WriteLine(time + "The A17 bar has " + countBar + " elements left!");
break;
default:
Console.WriteLine(time + special + " case not defined!");
break;
}
}
else
{
Console.WriteLine(time + searchThis + " not found");
}
}
public void watcher()
{
while (true)
{
setHtmlCode();
searchString();
Thread.Sleep(watchCycle*1000);
}
}
}
}
Well, I would like a limited release of A17 to a few hypothetically worthy individuals.What are we arguing about and who's side should I be on?![]()
Telling jokes in a forum is like fishing, you never know if the fish are biting.I'm really disappointed in the forum group. I thought my hexidecimal hp bar equation/joke was good. Either it went over heads, or I'm just not as clever as I think I am...
I'm really disappointed in the forum group. I thought my hexidecimal hp bar equation/joke was good. Either it went over heads, or I'm just not as clever as I think I am...
Well here u can find more sharks than fishTelling jokes in a forum is like fishing, you never know if the fish are biting.
How did you get your avatar?What are we arguing about and who's side should I be on?![]()
I've always that it was a selfie. It would be a good model for a "boss" or the "governor" in the game.How did you get your avatar?