Skip to main content

Home/ Computer Science Knowledge Sharing/ Group items tagged to

Rss Feed Group items tagged

Janos Haits

Find the Best Ai Tools Directory | Feature AI Tools - 1 views

  •  
    "Feature Ai Tools Top AI Tools Directory Discover all Top AI Tools for free in one website. With daily updates, stay up to date with new era of technology and unlock the potential of AI in your fingertips."
Janos Haits

Agents - MindStudio - 0 views

  •  
    "Agents ready to use in the MindStudio Chrome Extension. The MindStudio Chrome Extension is currently available for Alpha Testing. Learn More"
Janos Haits

Operator - 0 views

  •  
    "A research preview of an agent that can use its own browser to perform tasks for you."
Janos Haits

webAI: Enterprise grade local AI applications - 0 views

  •  
    "Powerful AI, (without giving up your secrets Empower employees with AI that knows your business. webAI is an end-to-end platform that's secure, scalable, and fully under your control."
Janos Haits

WebChatGPT: ChatGPT with internet access - 0 views

  •  
    "Enable web access and one-click prompts in ChatGPT and display AI responses next to search results"
Janos Haits

VAST AI Operating System: Powering the Agentic AI Revolution | VAST Data - 0 views

  •  
    "VAST delivers the first AI Operating System, natively unifying and orchestrating storage, database, and compute to unleash the true power of agentic computing and data-intensive applications.​"
Janos Haits

Nanobrowser - Open Source AI Web Agent - 0 views

  •  
    "Open Source AI Web Agent AI web agent that runs in your browser Alternative to OpenAI Operator with flexible LLM options"
fili el sayed

GameDev.net -- How do I make games? A Path to Game Development - 0 views

  •  
    Nice one fili :D thanks man :)
Mohamed Abd El Monem

XML Introduction - What is XML? - 0 views

  • Introduction to XML
    • Mohamed Abd El Monem
       
      a3tkd de tutorial kowayesa le el XML we 3amlen quiz kda 20 so2al fe el a5er yoshofk fhmt walla la2 :D
  •  
    nice one hady ..keep it down:P :D
Ahmed Mansour

Beginner To Advanced PHP Programming Tutorials - 0 views

  •  
    I think it's only advanced .. not beginner :D
Islam TeCNo

BBCode - Wikipedia, the free encyclopedia - 0 views

shared by Islam TeCNo on 26 Jun 09 - Cached
  • Bulletin Board Code or BBCode is a lightweight markup language used to format posts in many message boards. The available tags are usually indicated by square brackets surrounding a keyword, and they are parsed by the message board system before being translated into a markup language that web browsers understand—usually HTML or XHTML.
    • Islam TeCNo
       
      Simple :D
fili el sayed

CodeProject: Introduction to Object Oriented Programming Concepts (OOP) and More. Free ... - 0 views

  •  
    kol deh intro :D .. thanks ya flibiney :d
Islam TeCNo

List of network protocols - Wikipedia, the free encyclopedia - 0 views

  • IPv4 Internet Protocol version 4
    • Islam TeCNo
       
      el mafroud dah eli howa asasn e7na bensta5dmo now ...maslan el IP beta3i 217.154.89.2 ....el mafroud dah IPv4 we el mafroud ba2a ba3den netawr we neb2a IPv6 :D
  • IPv6 Internet Protocol version 6
    • Islam TeCNo
       
      المفروض ده بقي البروتوكول الجديد الي إن شاء الله هيطبق بعيدن
    • Ahmed Mansour
       
      Currently there are two types of Internet Protocol (IP) addresses in active use: IP version 4 (IPv4) and IP version 6 (IPv6). IPv4 was initially deployed on 1 January 1983 and is still the most commonly used version. IPv4 addresses are 32-bit numbers often expressed as 4 octets in "dotted decimal" notation (for example, 192.0.2.53). Deployment of the IPv6 protocol began in 1999. IPv6 addresses are 128-bit numbers and are conventionally expressed using hexadecimal strings (for example, 2001:0db8:582:ae33::29). source : http://www.iana.org/numbers/ thanks tecno for your useful comments :) keep it up(Y)
  • TCP Transmission Control Protocol UDP User Datagram Protocol
    • Islam TeCNo
       
      The Diffrance between TCP and UDP is that TCP check the packet that packets are sent correctly ... but UDP just send and don't check ....so UDP is faster than TCP but TCP check that data is sent correctly .... so UDP is used in applications like Video Streaming (You Tube) and Voice Streaming too
    • Islam TeCNo
  • ...6 more annotations...
  • Jabber, an instant-messaging protocol
    • Islam TeCNo
       
      Great protcol .....also Called XMPP and this is the protocol used by Google Talk
    • Islam TeCNo
       
      port 5222 i think is it's default :D
  • Internet Relay Chat (IRC)
    • Islam TeCNo
       
      I think this is a very old chat protocol
  • ED2K, A peer-to-peer file sharing protocol
    • Islam TeCNo
       
      I think this is used by emule P2P program !! A Great P2P File Sharing program
  • FTP, File Transfer Protocol
    • Islam TeCNo
       
      use port 21 :D
    • Islam TeCNo
       
      loooooooot of protocols ....any one know simple explainations ?
  • HTTP, HyperText Transfer Protocol
Islam TeCNo

Introduction to Network Security - 0 views

  •  
    makala twela feha 7agat 3agbtni we 7agat ma3gbtnesh betbtdi b el kalam 3an ba3d el networks we network protocols then td5ol fe el security beta3thom ....isA a3mel comments keter 3aleha later
Abdelrahman Ogail

CodeProject: C# vs C/C++ Performance. Free source code and programming help - 0 views

  • is compiled twice. Once while the program is written and second when the program is executed at the user's site. The first compilation is done by your C# builder and the second by the .NET Framework on the user's machine. The reason why C# compiled applications could be faster is that, during the second compilation, the compiler knows the actual run-time environment and processor type and could generate instructions that targets a specific processor.
  • A well designed C# program is more than 90% as fast as an equivalent "well-designed" C++ program
  • The problem with "not-freeing" the memory at the right time is that the working set of the application increases which increases the number of "page faults"
  • ...1 more annotation...
  • That's a nice question. Except for writing time-critical blocks of code, prefer C#. Write all your algorithmic code in C++ (not VC++ .NET), compile it into a dll and call that using a Dll Interop through C#. This should balance the performance. This technique is not new or not invented by me or anyone. It's similar the old age C programming vs Assembly, where people on one camp fight assembly programming is faster and the other camp stating C is easier to develop and then people started using assembly embedded within a C program for time-critical applications using an asm block.
  •  
    C# is compiled twice. Once while the program is written and second when the program is executed at the user's site. The first compilation is done by your C# builder and the second by the .NET Framework on the user's machine. The reason why C# compiled applications could be faster is that, during the second compilation, the compiler knows the actual run-time environment and processor type and could generate instructions that targets a specific processor
Islam TeCNo

COUNT (Transact-SQL) - 0 views

  • COUNT(*) returns the number of items in a group. This includes NULL values and duplicates. COUNT(ALL expression) evaluates expression for each row in a group and returns the number of nonnull values. COUNT(DISTINCT expression) evaluates expression for each row in a group and returns the number of unique, nonnull values.
    • Abdelrahman Ogail
       
      Count Function is a Mathematical Aggregation Function. Many forms of it appreas below
    • Islam TeCNo
       
      ana fahem el kalam eli maktoub :D bas mesh fahm el bo2en eli enta katbhom dol :D
    • Abdelrahman Ogail
       
      In Relational Algebra and Set Theory COUNT is a type of function called Aggregation Function that is applied to an attribute (databse column) and results in one value
    • Islam TeCNo
       
      ahaaaa ...thanks ZiKaS
Islam TeCNo

Ternary relation - Wikipedia, the free encyclopedia - 0 views

  • n mathematics, a ternary relation or triadic relation is a finitary relation in which the number of places in the relation is three. Ternary relations may also be referred to as 3-adic, 3-ary, 3-dimensional, or 3-place. Just as a binary relation is formally defined as a set of pairs, i.e. a subset of the Cartesian product A × B of some sets A and B, so a ternary relation is a set of triples, forming a subset of the Cartesian product A × B × C of three sets A, B and C.
    • Abdelrahman Ogail
       
      Well known relation types is binary relation. Also ternary relation is a basic relation type
    • Islam TeCNo
       
      thanks zikas .... we bardo fe 7aga esmaha Ternary Search zaii ma fe binary search
Islam TeCNo

CodeProject: The Lounge. Free source code and programming help - 0 views

  • CaptainSeeSharp
    • Abdelrahman Ogail
       
      Just to say a big LOL :D
    • Islam TeCNo
       
      :X :X e7na 3ayzen Pages mofeda mesh LOLat :D
Janos Haits

Talk to Books - 0 views

  •  
    "Browse passages from books using experimental AI"
« First ‹ Previous 281 - 300 of 313 Next ›
Showing 20 items per page