272 Topics
![]() | |
Yehia Massoud is a Fellow of IEEE, OPTICA, IOP, and IET. He holds a Ph.D. from the Massachusetts Institute of Technology (MIT), Cambridge, USA. He was awarded the DAC Fellowship and the Rising Star of Texas Medal. He received the US National Science Foundation CAREER Award, and the Synopsys Engineering … | |
**A brand-new preprint investigates ChatGPT’s gender bias by presenting the LLM with various moral dilemmas. In this article, you’ll discover what the researchers found and the results of my own replication of the experiment with GPT-4o.**  ## Understanding & Replicating the Latest Study on Gender Bias in GPT ## … | |
**AI will automize many routine tasks in accounting and the role of financial controllers and analysts will change, but not be replaced – say Manoj Kumar Vandanapu and Sandeep Kumar.**  In the latest AGI Talks, two renowned finance experts share their insights by answering 10 questions about Artificial Intelligence … | |
Basic background information Mariadb Ver 15.1 District 10.11.6 MariaDB Glarea cluster, one with three nodes: Node1:192.168.18.78 Node2: 192.168.18.79 Node3: 192.168.18.80 Among them, Node1 node was restarted after a power outage of 1 hour, and after executing the system ctl start mariadb, it was stuck for a long time (running for … | |
Dani Horowitz remains as passionate about our online community today as she was back in February 2002 when, while pursuing a computer science degree on Long Island, NY, she founded DaniWeb. Fast forward to now, and an amazing half a billion visitors later, DaniWeb has become a vibrant community of … | |
The insurance business was conservative quite a long time; however, the appropriation of new advances isn't only a cutting edge pattern, but a need to keep up the competition. In our computerized era, Big Data innovations help to process various data, improve work process productivity, and reduce operational expenses. Learn … | |
Demonstrates using .NET Remoting to broadcast to client subscribers. There are three parts: 1) Server.cs - for console app responsible for broadcasting messages (date/time stamp currently) 2) Client.cs - for console app that registers with server to subscribe to broadcasts 3) Agent.cs - class library that facilitates/eposes the interfaces for … | |
International Journal of Computer Science & Information Technology (IJCSIT) ISSN: 0975-3826(online); 0975-4660 (Print) http://airccse.org/journal/ijcsit.html Scope & Topics The AIRCC’s International Journal of Computer Science and Information Technology (IJCSIT) is devoted to fields of Computer Science and Information Systems. The IJCSIT is a peer-reviewed scientific journal published in electronic form as … | |
So, the title may seem confusing so hopefully I am able to explain myself better via the thread body. I am developing an application for a friend that wants to have a blue light reducing effect for his every day browsing. I have been able to accomplish the task by … | |
Recently, I've been writing some sort of thesis. Mostly a study note, for helping me (and others) with architecting a program because all those confusing and complicated concepts. I'd like some peer reviews, because most of the material in the are based on ideas rather than practical experience. | |
Hi guys, I'm trying to install a virtual machine; OS = kubuntu 14.04LTS using virtual machine manager on an external hard disk. My PC's OS is 12.04LTS(kubuntu) Precise Pangolin. Everything goes ahead (relatively) smoothly on VMM till its time to actually install the OS and create a domain. I then … | |
##How to set up file synchronization using BitTorrent Sync (part 1) There are a number of services that offer file sharing/syncing via the "cloud". The free versions come with limitations on file size. As well, DropBox suffers from security issues in that encryption is done at the server meaning that … | |
Hi, hoping someone might be able to help me with a possible infection. A few months ago, I started to notice some mouse lagging whenever I started chrome. I didn't think anything of it at the time because I usually start chrome with 5 tabs and 5 extensions, and figured … Information Security api app-store audio chrome-os data-protection dns google-api home-theater http-protocol microsoft-access microsoft-office microsoft-windows os-x pci-card pdf peer-to-peer printer sharepoint storage user-interface vbscript video-card visual-studio window-manager windows-api windows-virus windows-vista | |
I've been using [DB Browser for SQLite](http://sourceforge.net/projects/sqlitebrowser/) to peer inside database for debugging. It's been very good and simple to use. However it does not support a DB which has a password. It is fine with DB that I do not have password. Wondering if anyone knows of a db … | |
<?php if (isset($_POST['submited'])) { if (isset($_FILES['upload'])) { $allowed=array('image/JPEG','application/x-bittorrrent'); if (in_array($_FILES['upload']['type'],$allowed)) { if(move_uploaded_file($_FILES['upload']['tmp_name'] , "../upload/$_FILES['upload']['tmp_name']")) { echo'Your file has been successfully uploaded!'; } else { echo'Please upload a torrent file!'; } } } if ($_FILES['upload']['error']>0){echo 'An error has occured.';} if (file_exists ($_FILES['upload']['tmp_name']) && is_file( $_FILES['upload']['tmp_name'] ) ){ unlink ($_FILES['upload']['tmp_name'] ); } … | |
Dear programmers, I want to implement English language feature in the following application http://www.codeproject.com/Articles/714651/Desktop-Sharing-using-RDP-APIs-and-Socket . I followed this http://stackoverflow.com/questions/12929934/same-resource-identifier-in-different-language-sections-in-an-rc-file-why-is-it post and https://msdn.microsoft.com/en-us/goglobal/bb688160.aspx Now my peer.rc file code is // // Peer.RC2 - Microsoft Visual C++ 不会直接编辑的资源 // #ifdef string ID IDS_ENUMSTRTEST #error Microsoft Visual C++ #endif //APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // 在此处添加手动编辑的资源... … | |
## Why am I Here? ## This question is not as philosophical as it sounds, but it's one worth answering. I am here because I want to help people understand programming and help make us all better programmers. Sometimes I have questions to ask, sometimes I have answers to give. … | |
CodeIgniter 3.0 is available in development, and has been taken over by British Columbia Institute of Technology, taken over from Ellis Labs, and has moved to [CodeIgniter.com](http://www.codeigniter.com/). I am new to using PHP and databases, but after trying to figure out the best platform to work on a web project … | |
Group, My wife's Dell Inspiron had such severe touchpad movement issues we were at the point of scraping it as unuseable. The cursor arrow would randomly stick, jerk instead of moving smoothly or fly across the screen. I tried re-installing the touchpad driver - to no avail. Then I came … | |
![]() | I'm making an instant messenger program and I want to allow clients to connect to each other privately(peer-to-peer) using their IP addresses. The only method I know at the moment is a client/server method where the server needs to be online for the client to work. How do I allow … ![]() |
I am trying to build a windows mobile application for file sharing. I am planing to use Wifi-Direct to create the network between the devices. When the user launches the application it should connect with the all the other devices in which my application is running, using Wifi-Direct. It should … | |
Are there any strongswan experts here.... I'm just trying to get a Strongswan roadwarrior setup going that can be used from an android stock VPN client using IPSEC Xauth. (i've also tried from an IPAD with same user cert) With a cert based auth, you can identify the road warrior … | |
I have a few questions. Server-client code with a (distributed) hash table. Give the peers their own port, own node-ID, predecessor and successor ( node-ID, IP and port of them). That's a snippet of it. port= argv[1]; ownNodeID = atoi(argv[2]); sucNodeID = atoi(argv[3]); sucIP = argv[4]; sucPort = argv[5]; preNodeID … | |
So basically I am writing a tic tac toe program in java which is peer to peer using tcp sockets. The data I am transferring has to be encrypted and checksummed. I know how to implement both, yet I do not know in what order to do it in. Should … | |
Companies using IBM's Rational and Tivoli product will breathe easier today, thanks to new, integrated versions of nine tools that the company says will facilitate communication and closer collaboration between software development and support teams in the enterprise. What's more, prices will remain where they are, and the updates are … | |
This is regarding paypal through Curl. I am trying to access paypal by using below code. The code is working fine in one server. After moving this code to live server, getting the below error. Can anybody tell me the solution for this. $API_Endpoint = "https://api-3t.sandbox.paypal.com/nvp"; $version = urlencode('76.0'); $ch … | |
**I have hosted a xbtit tracker on a VPS server.I have uploaded a file and my friend who is on may LAN had downloaded it.But while he was downloading he did not get LAN speed which he was supposed to get.In the Peer instead of his LAN IP his Public … | |
I want to enter a data from the text field to my database named project marking. When I compile the java program seems there's no errors but when I click on the Calculate Button the data won't enter into the database. This is the partial code I didn't finished it … | |
Can peer to peer network be constructed if two groups of peers are geographically seperated? I think that is not, P2P network cannot transmitted long distance between two end nodes. Is was right? If you know technically plz reply for me. Thank you. | |
Can client/server network found in peer to peer network?Please explain with reason. | |
Hi ya'll I was checking some logs for ipsec portion when I came accrss the following error: whack: read() failed (131 Connection reset by peer) Could you please help me figure out as to what could that be ? I think its restart of the peer SUT/DUT but the idea … | |
I am trying to write a server-client application for file transfer: the client written in Java and the server written in C++. Unfortunately I have the following error: "java.net.SocketException: Connection reset by peer: socket write error". Here is my code for client: import java.io.*; import java.net.Socket; public class Proba_binar public … | |
The University of Birmingham in the United Kingdom has been [researching](www.cs.bham.ac.uk/~tpc/Papers/P2PSecComm2012.pdf) how users of the hugely popular file-sharing BitTorrent peer-to-peer protocol are being monitored by those acting for copyright holders. What the researchers found surprised them, and may surprise those using BitTorrent to download pirated content: the average time it … | |
I just needed some assistance on formatting the output into a specific fashion. I satisfied all the requirements of the assignment, except the output. I apologize for the bad format of this post, any suggestions and help is greatly appreciated. I need the output to look like: Mr. Random - … | |
[URL="http://www.web-strategist.com/blog/2010/07/27/altimeter-report-the-8-success-criteria-for-facebook-page-marketing/"]Altimeter Group's recently released report[/URL] establishes eight criteria for measuring success with Facebook page marketing and used the criteria to measure thirty brands, finding that the majority aren't making the most of their Facebook pages.[ATTACH]16178[/ATTACH]Pamper's, Macy's, Kohl's and AXE, on the other hand, were brands successfully using Facebook marketing to … ![]() | |
interviewer ask me a quetion what is peer can any body tell me in terms of php what it means to peer? ![]() | |
I need to send multiple request (command) to server at port 55005. My first request get process successfully & I received out put also. But for second request it gives error (WSAESHUTDOWN - Error 10058). After first requets I call shutdown(ConnectSocket, SD_SEND); Then only server process the first request & … | |
Hello. I am attempting to make a text-based game in Python. Although I assumed it would be rather easy, there are not that many examples to go by. Therefore, I've come to ask for some assistance with my code - being the relative newbie to coding that I am. Excuse … | |
| |
how does one connect a peer to peer using a cross over cable and share files i need the configuration part | |
Well i havent posted here for a while lol....but im hopefully going to get back into posting here in the forums. Anyways, I recently downloaded WOW with a 10 day trial version for free, Due to the fact i dont have a credit card and I'm not going to ask … | |
I am currently in the research and planning phase for a mobile app, I have never done a mobile app before so please bare with me if I missed some obvious things. The final app will allow users to find other people with similar interests in their vicinity and allow … | |
**I have a string** $string =" HTTP/1.1 200 OK Connection: close Date: Tue, 25 Sep 2011 14:09:35 GMT Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Server: Apache-Coyote/1.1 Content-Length: 12881 Content-Type: text/xml;charset=utf-8 Client-Date: Tue, 25 Sep 2012 14:09:35 GMT Client-Peer: 123.46.53.940:8080 Client-Response-Num: 1 <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"> <soap-env:Header/> <soap-env:Body> <PlexViewResponse Command="rtrv-ngfs-subscriber-v2" … | |
September 18, 2012 **GenericPUP.z!oa(keygen.exe) in > CyberLink.PowerDVD.Ultra.v11.0.2024.Multilingual.Incl.Keymaker-CORE** (RE: McAfee This software is not a virus or a Trojan. It is detected as a "potentially unwanted program" (PUP). PUPs are any piece of software that a reasonably security- or privacy-minded computer user may want to be informed of and, in some … | |
Hi to everyone! I want to create a simple chat application using udp sockets. I want to have 2 applications that will be able to talk to each other.In particular app1 will send msgs to p2 and p2 will display them in stdout. Then maybe p2 sends a msg to … | |
I've been plagued by multiple viruses for a few weeks reinstalling themselves, slow internet speed, and intermittant audio ads played through Windows Explorer while I am connected to the internet. Malwarebytes Anti-Malware 1.62.0.1300 www.malwarebytes.org Database version: v2012.08.05.07 Windows 7 Service Pack 1 x64 NTFS Internet Explorer 9.0.8112.16421 no :: NO-PC … | |
i want to append a node in the linked list when i append this as struct node*p; p=NULL; append(p,1); where function is declared as append(struct node*q int num) i append three node, after this i call the function for counting the node, i get the total no node is 0, … | |
I started a new job about a month ago and I am trying to get a handle on the local network. There is very little documentation and the previous IT department personnel have all moved on, our "old-timer" has been here about 6 months and is mainly a programmer. The … | |
We have been getting this error and needs to be fixed. We use python code to connect to LDAP and this is trowing the following ldap.SERVER_DOWN: {'info': 'TLS: hostname does not match CN in peer certificate', 'desc': "Can't contact LDAP server"} Is there a way to ignore this name mismatch? … | |
Hello everyone! I have a question regarding p2p software. I need to build a file sharing system. I am going to build it on .NET platform, in C# language. I was reading for a past few days about the topic and came up with an idea of how to build … |
The End.