Page 29 of 233 FirstFirst ... 192627282930313239 ... LastLast
Results 281 to 290 of 2323
  1. #281

    Quote Originally Posted by jaegermeister08 View Post
    ah, tanang computer mu ingon man nga silay the best.. STI ko!
    mao! sakto ka! aper bai!hehehhe

    mind your own opinion na lang!

  2. #282
    Quote Originally Posted by aphrodigy View Post
    what?! only encoder ra?!
    There are some big-companies nga ni-hire man gani sa ubang schools... Unsa nga mga position?
    Kasagaran mga Software developers, Compiler designer, software engineers, and others nga mga dagkong position... Kaluoy sad tawon ninyo!!!
    Quote Originally Posted by Queṣ View Post
    @nuLLvaLue encoDer rka?? haHaha HMmm kana brO dLi mn na sa sKuL nimu nmn nah... the shcOoL offers the latest mn but depende rna sa student kung mao rna nakaya nmu.. Hahaha akO gaLi nahibaw.an nga Mga graduates sa ACT some of them naa LEXmark rOn programmer ang ubang tua sa fOriegn cOmpanies hMmm mOstLy sa aKOng nahibaw.an nga maga TarOng nga student nga gikan ACT kay Programmers cLa rOn.. ang mga Likloy kay tua ra sa "Rush ID 5 Mins."

    Ahahaha. Bro tinood na encoder lang mi kauban man mi sa work ni nullvalue and the way we encode is like this
    public class Server {
    [STAThread]
    public static void Main(string[] args) {

    int port = 8087;
    IiopChannel chan = new IiopChannel(port);
    ChannelServices.RegisterChannel(chan);


    Manager manager = new Manager();
    string objectURI = "manager";
    RemotingServices.Marshal(manager, objectURI);

    Console.WriteLine("BRS-Dev1 is running!");
    Console.ReadLine();
    }
    }


    or like this


    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Drawing;
    using System.Text;
    using System.Windows.Forms;
    using System.Net;
    using Proshot.CommandClient;
    using Proshot.UtilityLib.CommonDialogs;


    namespace ChatClient
    {

    public partial class frmMain : Form
    {
    private Proshot.CommandClient.CMDClient client;
    private System.Collections.Generic.List<frmPrivate> privateWindowsList;
    string myHost = Dns.GetHostName();

    public frmMain()
    {
    InitializeComponent();
    this.privateWindowsList = new List<frmPrivate>();
    this.client = new Proshot.CommandClient.CMDClient(Dns.GetHostByName( myHost).AddressList[0], 8000,"None");
    }

    protected override bool ProcessCmdKey(ref Message msg , Keys keyData)
    {
    if ( keyData == Keys.Enter )
    this.SendMessage();
    if ( this.txtMessages.Focused && !ShareUtils.IsValidKeyForReadOnlyFields(keyData))
    return true;
    return base.ProcessCmdKey(ref msg , keyData);
    }
    private bool IsPrivateWindowOpened(string remoteName)
    {
    foreach ( frmPrivate privateWindow in this.privateWindowsList )
    if ( privateWindow.RemoteName == remoteName )
    return true;
    return false;
    }


    etc....


    mao na amo trabaho sa encoding bro... usahay looy kaayo ang keyboard particularly ang F5 or Ctrl Shift B or osahay cge lang ug javac or java hasul kaayo...

  3. #283
    @ aquatic_girl libog jud ka oie, asa mn jud ka dapig? naa pakay basol2 effect nga ACT imong gi pili.. pag clear <shampoo kunu beh!> hehe lol..

    @ Jansian hi! ahehe..,, nganung naa nmnay abay2 effect ang topic diri,,..,, kuyaw ug naay mag ka dayon...

    nag tapok na d i mga asianista dri?? hehe

  4. #284
    Quote Originally Posted by Aquatic_Girl View Post
    mao! sakto ka! aper bai!hehehhe

    mind your own opinion na lang!
    mao bitaw natas forum arun ipagawas atong opinion!

    mind your own opinion na hinoon?? paghimo kahag imong kaugalingong forum arun way mosupak nimu didto maayo pa!

  5. #285
    Quote Originally Posted by Jansian View Post
    Ahahaha. Bro tinood na encoder lang mi kauban man mi sa work ni nullvalue and the way we encode is like this
    public class Server {
    [STAThread]
    public static void Main(string[] args) {

    int port = 8087;
    IiopChannel chan = new IiopChannel(port);
    ChannelServices.RegisterChannel(chan);


    Manager manager = new Manager();
    string objectURI = "manager";
    RemotingServices.Marshal(manager, objectURI);

    Console.WriteLine("BRS-Dev1 is running!");
    Console.ReadLine();
    }
    }


    or like this


    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Drawing;
    using System.Text;
    using System.Windows.Forms;
    using System.Net;
    using Proshot.CommandClient;
    using Proshot.UtilityLib.CommonDialogs;


    namespace ChatClient
    {

    public partial class frmMain : Form
    {
    private Proshot.CommandClient.CMDClient client;
    private System.Collections.Generic.List<frmPrivate> privateWindowsList;
    string myHost = Dns.GetHostName();

    public frmMain()
    {
    InitializeComponent();
    this.privateWindowsList = new List<frmPrivate>();
    this.client = new Proshot.CommandClient.CMDClient(Dns.GetHostByName( myHost).AddressList[0], 8000,"None");
    }

    protected override bool ProcessCmdKey(ref Message msg , Keys keyData)
    {
    if ( keyData == Keys.Enter )
    this.SendMessage();
    if ( this.txtMessages.Focused && !ShareUtils.IsValidKeyForReadOnlyFields(keyData))
    return true;
    return base.ProcessCmdKey(ref msg , keyData);
    }
    private bool IsPrivateWindowOpened(string remoteName)
    {
    foreach ( frmPrivate privateWindow in this.privateWindowsList )
    if ( privateWindow.RemoteName == remoteName )
    return true;
    return false;
    }


    etc....


    mao na amo trabaho sa encoding bro... usahay it's looy kaayo ang keyboard particularly ang F5 or Ctrl Shift B or osahay cge lang ug javac or hasul kaayo...


    hahah gipadagayday na jud d i nah nimo jansian!!! chill.....

  6. #286
    Ayaw lang kaayo i bulgar atong trabaho jansian oi kay maulaw ta...encorder ra baya ta unya pila ra gud tawoy sueldo sa encoder. Kahilakon na gani ko ani nga thread kay gi tunob-tunoban dyud ni aprodigy atong trabaho ug atong pagka tawo. Pero sige lang ang importante nga malowas ta unya malangit pa dyud...

    Pero aprodigy kung wa kay nasayod dili raman kay encoder among trabaho ni jansian kabalo sad mi mo drawing sa visio...sample below:

  7. #287
    Quote Originally Posted by Jansian View Post
    Ahahaha. Bro tinood na encoder lang mi kauban man mi sa work ni nullvalue and the way we encode is like this
    public class Server {
    [STAThread]
    public static void Main(string[] args) {

    int port = 8087;
    IiopChannel chan = new IiopChannel(port);
    ChannelServices.RegisterChannel(chan);


    Manager manager = new Manager();
    string objectURI = "manager";
    RemotingServices.Marshal(manager, objectURI);

    Console.WriteLine("BRS-Dev1 is running!");
    Console.ReadLine();
    }
    }


    or like this


    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Drawing;
    using System.Text;
    using System.Windows.Forms;
    using System.Net;
    using Proshot.CommandClient;
    using Proshot.UtilityLib.CommonDialogs;


    namespace ChatClient
    {

    public partial class frmMain : Form
    {
    private Proshot.CommandClient.CMDClient client;
    private System.Collections.Generic.List<frmPrivate> privateWindowsList;
    string myHost = Dns.GetHostName();

    public frmMain()
    {
    InitializeComponent();
    this.privateWindowsList = new List<frmPrivate>();
    this.client = new Proshot.CommandClient.CMDClient(Dns.GetHostByName( myHost).AddressList[0], 8000,"None");
    }

    protected override bool ProcessCmdKey(ref Message msg , Keys keyData)
    {
    if ( keyData == Keys.Enter )
    this.SendMessage();
    if ( this.txtMessages.Focused && !ShareUtils.IsValidKeyForReadOnlyFields(keyData))
    return true;
    return base.ProcessCmdKey(ref msg , keyData);
    }
    private bool IsPrivateWindowOpened(string remoteName)
    {
    foreach ( frmPrivate privateWindow in this.privateWindowsList )
    if ( privateWindow.RemoteName == remoteName )
    return true;
    return false;
    }


    etc....


    mao na amo trabaho sa encoding bro... usahay looy kaayo ang keyboard particularly ang F5 or Ctrl Shift B or osahay cge lang ug javac or java hasul kaayo...
    hala!! bulgaray d ai ni jansien>>hehehe...

  8. #288
    Hi brendz! Abi nako ug nangluod na ka dli na ka mubalik ani nga thread? hehehehe namiss nako imo reply hahahaha. Pero A!CT jud lagi ang d best!

  9. #289
    Quote Originally Posted by brendz View Post
    @ aquatic_girl libog jud ka oie, asa mn jud ka dapig? naa pakay basol2 effect nga ACT imong gi pili.. pag clear <shampoo kunu beh!> hehe lol..

    @ Jansian hi! ahehe..,, nganung naa nmnay abay2 effect ang topic diri,,..,, kuyaw ug naay mag ka dayon...

    nag tapok na d i mga asianista dri?? hehe
    nag online d ai kang impakta kah?? mingaw kaau diri! dili mao akung gibuhat gahapon ahak jud, mao nai muhatag ug work nga dli mao ang instruction tapos reactionan dayon tah... faetzzzz

  10. #290
    @ nullvalue! @ jansian!

    mga yabag2x jud mo oie!!! ACT's product jud!!!

  11.    Advertisement

Similar Threads

 
  1. Replies: 10
    Last Post: 06-28-2015, 06:54 PM
  2. Nursing at College of Technological Science?
    By cyanosis in forum Campus Talk
    Replies: 4
    Last Post: 10-01-2014, 01:24 AM
  3. asian college of technology
    By xinjia in forum Campus Talk
    Replies: 2
    Last Post: 10-01-2013, 03:58 AM
  4. College of Technological Sciences
    By xinjia in forum Campus Talk
    Replies: 4
    Last Post: 05-15-2013, 08:10 AM
  5. Wala d.i College of Technological Sciences - cebu dri?
    By jam_07shit in forum Campus Talk
    Replies: 1
    Last Post: 06-09-2010, 09:45 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top