uncleflo

profile picture

Some cool dude. Higher order of decision making. Absolute.

Registered since September 28th, 2017

Has a total of 4246 bookmarks.

Showing top Tags within 11 bookmarks

howto   information   development   guide   reference   administration   design   website   software   solution   service   product   online   business   uk   tool   company   linux   code   server   system   application   web   list   video   marine   create   data   experience   description   tutorial   explanation   technology   build   blog   article   learn   world   project   boat   download   windows   security   lookup   free   performance   javascript   technical   network   control   beautiful   support   london   tools   course   file   research   purchase   library   programming   image   youtube   example   php   construction   html   opensource   quality   install   community   computer   profile   feature   power   browser   music   platform   mobile   user   process   work   database   share   manage   hardware   professional   buy   industry   internet   dance   advice   installation   developer   3d   search   access   material   customer   travel   camera   test   standard   review   documentation   css   money   engineering   develop   webdesign   engine   device   photography   digital   api   speed   source   program   management   phone   discussion   question   event   client   story   simple   water   marketing   app   content   yacht   setup   package   fast   idea   interface   account   communication   cheap   compare   script   study   market   live   easy   google   resource   operation   startup   monitor   training  


Tag selected: socket.

Clear all

Showing 11 results.

Looking up socket tag. Showing 11 results. Clear

C and Python: Video Streaming Made 20x More Efficient | Toptal

https://www.toptal.com/python/how-i-made-porn-20x-more-efficient-with-python

Saved by uncleflo on January 14th, 2022.

Porn is a big industry. There aren't many sites on the Internet that can rival the traffic of its biggest players. And juggling this immense traffic is tough. To make things even harder, much of the content served from porn sites is made up of low latency live streams rather than simple static video content. But for all of the challenges involved, rarely have I read about the developers who take them on. So I decided to write about my own experience on the job. And juggling this immense traffic is tough. To make things even harder, much of the content served from porn sites is made up of low latency live video streams rather than simple static video content. But for all of the challenges involved, rarely have I read about the python developers who take them on. So I decided to write about my own experience on the job. A few years ago, I was working for the 26th (at the time) most visited website in the world - not just the porn industry: the world.

python socket kinky adobe guideline spectacular streaming perverse latency logarithmic monolithic asynchronous frustrating ethernet protocol performance improve story description development technology howto traffic porn industry experience development developer website challenge video static stream tough description


The 100% FREE live chat application for your website!

https://www.tawk.to/

Saved by uncleflo on June 18th, 2019.

tawk.to is jam packed with all the features you need to provide winning customer support - it is lightning fast, reliable and scalable. If you already use live chat on your site, there really is no reason to keep paying per agent! Login to the dashboard to invite members of your team, create shortcuts and to start chatting with your visitors.

chat scalable dashboard socket invite answer desktop privacy feedback visitor agent secure listen monitor generate check customer intention free application provide support reliable team login discuss


Gulet Barefoot Cruises - Lady Sovereign II

https://www.gulet-barefoot-cruises.com/

Saved by uncleflo on October 28th, 2018.

The Lady Sovereign II is a quality built boat perfect for sailing with its Gaff Rig, she is 100ft long with sleek lines and has a displacement of 85 tonnes; she is a beautiful sight. She was built by Mustafa Koseoglu renowned for building sturdy, robust yet elegant boats. She is designed to give a full sailing experience and when the conditions are suitable we take pleasure in putting her under full sail. Her length offers an extended sun deck, she has 6 double cabins. All cabins have AC and are ensuite. Each cabin has a European electrical socket. There is the option to play your own music from your mobile device/USB stick/CD/DVD or flash card. Also a 22 inch flat screen in the saloon is perfect for Karaoke or movie nights. Free WiFi on-board (In Montenegro only). Our speed boat is available to take you ashore at your convenience and there is some water sport equipment on-board for activities such as snorkeling and water ski. Lady Sovereign II is powered by a 400HP Cummins engine and has a design speed of 12 knots, she can carry 4,180m3 of diesel and 5,038m3, has a draft of 2.16M and a beam of 6.3M.

boat sailing experience condition pleasure sail offer deck cabin europe socket engine diesel line displace build elegant summer idea training cruise mediterranean


Netcat – a couple of useful examples

https://www.g-loaded.eu/2006/11/06/netcat-a-couple-of-useful-examples/

Saved by uncleflo on June 27th, 2017.

One of the Linux command line tools I had initially under-estimated is netcat or just nc. By default, netcat creates a TCP socket either in listening mode (server socket) or a socket that is used in order to connect to a server (client mode). Actually, netcat does not care whether the socket is meant to be a server or a client. All it does is to take the data from stdin and transfer it to the other end across the network. The simplest example of its usage is to create a server-client chat system. Although this is a very primitive way to chat, it shows how netcat works. In the following examples it is assumed that the machine that creates the listening socket (server) has the 192.168.0.1 IP address. So, create the chat server on this machine and set it to listen to 3333 TCP port

netcat tool dos telnet communication howto technical client server infrastructure socket share data transfer tcp linux windows line administration lookup reference blog description explanation explain examples


Check listening ports with netstat

https://support.rackspace.com/how-to/checking-listening-ports-with-netstat/

Saved by uncleflo on January 27th, 2017.

If you’re troubleshooting a service that you know is running normally the next step is to ensure it’s listening on the correct network port. The netstat command shows the services listening to ports on a Linux server and the details of any connections currently made to them. The connection details to consider during basic network daemon troubleshooting are the addresses that the daemon is listening on (including the port number), the daemon’s process identifier (PID), and the program name.

administration nice website it howto technical dos terminal infrastructure windows linux listen port daemon scan program socket command service


PHP-based SMPP client lib

https://github.com/onlinecity/php-smpp

Saved by uncleflo on November 28th, 2016.

This is a simplified SMPP client lib for sending or receiving smses through SMPP v3.4. In addition to the client, this lib also contains an encoder for converting UTF-8 text to the GSM 03.38 encoding, and a socket wrapper. The socket wrapper provides connection pool, IPv6 and timeout monitoring features on top of PHP's socket extension. This lib has changed significantly from it's first release, which required namespaces and included some worker components. You'll find that release at 1.0.1-namespaced. This lib requires the sockets PHP-extension, and is not supported on Windows. A windows-compatible version is also available.

smpp encode repository github project feature monitor receive transmit gsm sms message protocol php development code client library connect cloud service provider extension wrapper socket technology implement


WebSocket.org - Echo Test

https://www.websocket.org/echo.html

Saved by uncleflo on October 21st, 2016.

The first section of this page will let you do an HTML5 WebSocket test against the echo server. The second section walks you through creating a WebSocket application yourself. You can also inspect WebSocket messages using your browser.

websocket internet web socket test simple demonstration code html javascript js howto browser client server learn explanation guide


WebSockets

https://www.fullstackpython.com/websockets.html

Saved by uncleflo on October 21st, 2016.

A WebSocket is a standard protocol for two-way data transfer between a client and server. The WebSockets protocol does not run over HTTP, instead it is a separate implementation on top of TCP. A WebSocket connection allows full-duplex communication between a client and server so that either side can push data to the other through an established connection. The reason why WebSockets, along with the related technologies of Server-sent Events (SSE) and WebRTC data channels, are important is that HTTP is not meant for keeping open a connection for the server to frequently push data to a web browser. Previously, most web applications would implement long polling via frequent Asynchronous JavaScript and XML (AJAX) requests as shown in the below diagram.

websocket socket remote communication technology http establish application webserver data channel development administration python script howto code server nginx fullduplex internet tech ajax javascript


WebSocket client in PHP? - Stack Overflow

http://stackoverflow.com/questions/7160899/websocket-client-in-php

Saved by uncleflo on April 5th, 2015.

A list of websocket libraries for both client and server. Is there a library or client for connecting to a WebSocket server from PHP? If not, is there a reason why? (phpwebsocket only seem to have Javascript client code.)

websocket php server webserver library reference lookup list development socket client browser javascript


PHP Websocket Library - Two way real time communication | TechZoneMind

http://www.techzonemind.com/php-websocket-library-two-way-real-time-communication/

Saved by uncleflo on April 5th, 2015.

From the born of www era and the implementation of JavaScript and ajax, web is looking for a solution to find out real time client-server bidirectional communication. Now It is been suggested to include within HTML5 and has been in full developmental phase. Although it not yet recommenced by W3, it is been wildly implemented in most of modern web browsers including Google Chrome,Opera,Firefox and safari.

php socket websocket download source communication zone browser implementation javascript ajax library realtime http protocol development administration server webserver


Connectors Multipole

http://www.rapidonline.com/Cables-Connectors/Connectors-Multipole

Saved by uncleflo on June 5th, 2012.

Rapid’s extensive range of multipole connectors and multipole sockets are sourced from leading manufacturers around the world, such as Bulgin, Molex and TruConnect. We can supply high volume quantities of multipole connectors for customers on short lead times, in all the industry standard configurations, such as D connectors, IDC, HDMI, IEEE-488, PCB interconnect and USB. Multipole sockets also include DIL sockets, PLCC sockets and SIL sockets.

connector multi pole socket cable standard configuration uk usa europe distributor


No further bookmarks found.