ProIcons

ProIcons

Joined
Oct 04, 2008
Occupation
Student / Programmer
Location
Thessaloniki, Greece
Website
Interests
Brunettes & Blondes - Non Skinny

Activity Stream

ProIcons   -  Sep 10, 2015

I Was searching for a Solution in order to Design a C# .NET Desktop Application with the features HTML JavaScript and CSS gives you. I was thinking the only way to do that was to Embedd Internet Control from Internet Explorer but i was wrong.

I discovered CEF(Sharp). Chromium Embedded Framework. With this Framework you are able to Manipulate every aspect of Chromium Browser and make a Fine desktop application with many custom controls, custom styling, transitions, animations and even webgl. That's awesome. You can also interact with Javascript functions, and javascript functions interact with you back. I mean a C# function call and get data from a Javascript Function and vice versa.

Is anyone familiar with CEF?

ProIcons   -  Sep 08, 2015

Lately i thought of buying a Raspberry Pi to expirement and be able to create some sort of devices. At first im thinking to buy a Raspberry Pi 2 Model B Board, with a Camera and Some Motors. Has anyone tried raspberry ?

ProIcons commented on a Page, Metro Floating Input Placeholder  -  Sep 08, 2015

Updated Version 1.0.1

Fixed CSS Background Bug
Added Bootstrap Support

 Respond  
ProIcons commented on a Page, UCOZ Re-activate  -  Sep 07, 2015

You can just open a Socket Connection to the given url, instead of opening it in a new Window. Thats pointless

 Respond  
ProIcons created a Page  -  Sep 07, 2015
1 252 

This is an implementation of Windows Metro Floating Label Textbox for Javascript

ProIcons commented on a Page, mIRC Radio Bot v3.0  -  Mar 22, 2015

Bot Completely Rebuilt, Now on version 3.0

ProIcons   -  Oct 28, 2014

@Hawkee How can i add a New Line exactly under the previous, and not with one empty line space? I mean i never liked this markdown thing, but at least it supposed to have some basic features...

ProIcons commented on a Page, JSON for MIRC  -  Sep 15, 2014

Well After Watching Farcrada's Issues, i tried to test this code my self. It failed to even return data. So i decided to make a Small Snippet in order to test your JSON Lib on both Secure and Non Secure sites.
I'm Running on Windows 7 Ultimate 64 Bit with OpenSSL Installed. The Code and Results are the following:
Image

alias Start_Json {
  set %szGlob 0
  echo -a Running JSON Lib. $time(HH:nn:ss mm/dd/yyyy)
  echo -a mIRC Version: $version
  echo -a OS Version: $os
  if ($sslready) {
    echo -a SSLReady:3 $sslready
  }
  else {
    echo -a SSLReady:4 Failed
  }
  set %szUs https://api.twitch.tv/kraken/streams/lcs_pros_in_koreansoloq
  set %szUn http://ipinfo.io/8.8.8.8/json
  echo -a Test Sites:
  echo -a - Secure Site: %szUs
  echo -a - Insecure Site: %szUn

  sockopen -e szCTestUS $gettok(%szUs,2,47) 443
  sockopen szCTestUN $gettok(%szUn,2,47) 80
}

on *:sockopen:szCTest*:{
  if (!$sockerr) {
    signal szCTest $true $sock($sockname).addr
  }
  else { signal szCTest $false $sock($sockname).addr }
  sockclose $sockname
}

on *:signal:szCTest:{ 
  if ($1 == $true) { inc %szGlob }
  else { unset %szGlob | echo -a Test Failed: | echo -a - Error: while connecting to $2 }
  if (%szGlob == 2) { echo -a Sites Online Procceeding | unset %szGlob | Run_Json }
}

alias Run_Json {
  var %jHandlerUs jH1
  var %jHandlerUn jH2
  var %szFail
  echo -a Opening Connectiong to %szUs with JSONOpen 
  JSONOpen -u %jHandlerUs %szUs

  if (!%JSONError && $json(%jHandlerUs, stream, game)) {
    echo -a Success: $v1
  }
  else {
    echo -a Failed: %JSONError
    inc %szFail
  }
  echo -a Closing JSONHandler: %jHandlerUs
  JSONClose %jHandlerUs

  echo -a Opening Connectiong to %szUn with JSONOpen 
  JSONOpen -u %jHandlerUn %szUn

  if (!%JSONError && $json(%jHandlerUn, ip)) {
    echo -a Success: $v1
  }
  else {
    echo -a Failed: %JSONError
    inc %szFail
  }
  echo -a Closing JSONHandler: %jHandlerUn
  JSONClose %jHandlerUn

  echo -a Test Complete
  echo -a Errors Occured: $iif(%szFail,$v1,None)

}
ProIcons   -  Sep 12, 2014

@Hawkee it would be cool on your Code Highlighting Engine to add Links of Internal Language's Functions directly to Language's Docs

ProIcons commented on a Page, TheMovieDB - GUI  -  Jul 18, 2014

-Updated Version 1.1.1
Fixed compatibility with Windows 8 Operating Systems.
Fixed bug where on first start up wasn't receiving the required resources.

 Respond  
ProIcons commented on a Page, JSON for MIRC  -  Apr 24, 2014

Nice job, however using jScript you won't be able to parse properly UTF8 json strings. thats why i rebuilt timi's json parser from jscript to vbscript. You can check it out here: $json_utf8

ProIcons created a Page  -  Apr 18, 2014
470 

I've Created this add-on a while ago, This add-on allows you to store your identifies for every nick you have on a network you will specify. The passwords are getting stored in plain text mode, but this wont be a problem since, if someone has access to your computer , these passwords are the least problem you will face. This add-on creates a file called _auto_ident.hsh containing the data of your Nicknames..

 Respond   mIRC  
ProIcons created a Page  -  Apr 14, 2014
1 478 

Requested by Yusif Warning: With this script when you double click a Nickname or a Host on a Channel IT DOES NOT QUERY this nick. This script with double click on Nickname or Host is auto Ban-Kicking the nick/host.

ProIcons   -  Apr 06, 2014

TheMovieDB decided to add my mSL TMDb Wrapper, into their official Wrapper List.
Thats nice: https://www.themoviedb.org/documentation/api/wrappers-libraries

 Respond  
ProIcons   -  Apr 05, 2014

@Hawkee Uploading through Mobile is not possible cause button is not opening file manager of android on Google Chrome

ProIcons commented on a Page, digimon mIRC script  -  Apr 05, 2014

These scripts are completely useless since you are not including any documentation.

 if ($hget(digimon,$nick) != agumon) {
  elseif ($hget(digimon,$nick) != gomamon) { notice $nick only agumon and gomamon can use that attack! | halt } }

completely invalid piece of code.

if ($hget(digimon,$nick) != wormmon) { notice $nick only biyomon can use that attack! | halt }

even you got confused in your own code.

 if (%player1stamina < 6) { notice $nick you can't use $1 because you don't have enough stamina! | halt }
  if (%player1stamina > 6) { 

pointless you are making 2 check since you can make only one

 if (%player1stamina < 6) { notice $nick you can't use $1 because you don't have enough stamina! | halt }
  else {

Also on your attacks you are only checking player1stamina, while you dont know which of the players triggering the attack...
Fix your code and then post it

 Respond  
ProIcons commented on a Page, scavenger hunt script  -  Apr 05, 2014

These scripts are completely useless since you are not including any documentation. Also you are using ini files and hash tables , something that is pointless, since you can use hash tables for both cases, for better optimization of your code.

ProIcons commented on a Page, $_read Hybrid  -  Apr 05, 2014

Nicely done, Liked

ProIcons commented on a Page, Help coding Random Reply mIRC  -  Apr 05, 2014

Create a text with random answers... and just add this

on *:text:whatever:#:{ msg $chan $read(textfile) }

or

on *:text:whatever:#:{ msg $chan $read(textfile,$rand(1,$lines(textfile))) }

even though its the same thing. By default the $read without N , is reading a random line of your text

 Respond  
ProIcons   -  Apr 03, 2014

TMDb GUI Updated to Version 1.1.0. You can now change the font of the displayed Results

http://hawkee.com/snippet/10109/

 Respond  
ProIcons commented on a Page, TheMovieDB - GUI  -  Apr 03, 2014

Updated Version: 1.1.0
You have now the ability to change the font of the displayed results.

 Respond  
ProIcons commented on a Page, !go and !leave for bot  -  Feb 23, 2014
 if (!$2) { notice $nick 12Syntax: $1 $str(#chan $chr(32),3) | halt }

Result:

Syntax: !command #chan #chan #chan wait what..?

It should be more like

Syntax: !command #chan[ #chan2 ... ]

msg $chan $gettok($right($1-, $calc($len($1-) - 400)), 1-3, 32)

->

$gettok($1-,-1 - -3,32)
 Respond  
ProIcons commented on a Page, Point System for Chat Activity  -  Feb 19, 2014
 if (%nachrichten. $+ $nick == 4) {

->

 if (%nachrichten. [ $+ [ $nick ] ] == 4) {
ProIcons commented on a mIRC Script, HTML DOM for mIRC  -  Feb 11, 2014

Good Job,

ProIcons   -  Feb 01, 2014

TheMovieDB Wrapper At Last Published , Have fun

 Respond  
ProIcons created a Page  -  Jan 31, 2014
1 381 

The Movie Database mIRC GUI Written by ProIcons Version: 1.1.1 API Version: 3 TDMb API - GUI

ProIcons created a Page  -  Jan 31, 2014
1 976 

The Movie Database mIRC API Wrapper Written by ProIcons Version: 1.0.1 TMDb API

ProIcons   -  Jan 30, 2014

@Hawkee seems like some "Bots" are Liking my Simple Calculator Project? What is going on?

ProIcons commented on a Page, Make your bot Talk  -  Dec 12, 2013

1st of all, this is not a section to asking questions. You can either go to forums, or on stackoverflow.
2nd, if you want an answer to this you must build/syntax your sentences in a way to give people to understand what exactly you want.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.