0
 bounty
1
answers
Get progress of an JQuery AJAX request
5 years ago • lampego1@qrid
I use this code: var formData = new FormData(); for (var i = 0; i < files.length; i++) { var file = files[i]; formData.append('files[]', file, file.name); } $.ajax({ url: '/url', // dataType: 'json', type: 'POST', // Form data data: formData, // Tell jQuery not to process data or worry about content-type // You *must* include these options! en
0
 bounty
0
answers
c# multi-line string value in CSV file for Excel?
5 years ago • allexx@qrid
How to store multi-line string as a field column value in CSV file? Assuming I want to later open this file in MS Excel?
Tags: , ,
0
 bounty
1
answers
Secure client-side WASM container to execute sandboxed WASM applications
5 years ago • allexx@qrid
Is there any cross-platform open source WebAssembly container for securely executing untrusted WASM applications on the client-side in some sort of a sandbox container? Without exposing your computer to security risks associated with running untrusted wasm executables?
Tags: ,
0
 bounty
1
answers
Smallest size javascript to render QR code in the client browser
5 years ago • allexx@qrid
Looking for a smallest size minimized javascript that is capable of rendering QR code in the client's browser. Html5 canvas or SVG or whatever
0
 bounty
1
answers
Linux Mint. Mouse is too fast
5 years ago • lampego@qrid
I have already set mouse acceleration to 'zero' and Sensitivity to maximum (High) but it is still moving too fast for my liking.
0
 bounty
1
answers
Can't install NPM immediately after NodeJS - "unmet dependencies" errors
5 years ago • lampego@qrid
I am getting this error when I am trying to install npm: Command: sudo apt install npm Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may he
0
 bounty
1
answers
Old free Microsoft Web Application Stress Tool - official download link?
5 years ago • allexww@qrid
I am looking to download an old Microsoft Web Application Stress Test Tool (WAST)
0
 bounty
0
answers
Permission Denial: Accessing service ComponentInfo com.google.android.music/ com.google.android.music.dial.DialMediaRouteProviderService not exported
4 years ago • allexx@qrid
In the logcat file, I see the line indicating that my app is trying to access to Android Music W/ActivityManager: Permission Denial: Accessing service ComponentInfo{com.google.android.music/com.google.android.music.dial.DialMediaRouteProviderService} from pid=13624, uid=10110 that is not exported from uid 10100 My app is not using Android Music in any way. What is going on here?
Tags:
0.3
 bounty
1
answers
Error: The user specified as a definer ('root'@'%') does not exist
9 years ago • lampego1@qrid
When I tried to execute procedure in MySQL database I got this error: The user specified as a definer ('root'@'%') does not exist Maybe someone has seen this error too?
0
 bounty
2
answers
How to stop a System process from listening on port 80 to allow Apache to run?
9 years ago • lampego1@qrid
I cannot start apache2 server because some other process is blocking port 80. From the Netstat I have learned that it is a System process who has a socket open to port 80 with an IP address of 0.0.0.0. This does not help much. What exactly in System process is listening on the port 80? How do I stop System process from using port 80? What the hell is IP address 0.0.0.0? Any thoughts?
0
 bounty
1
answers
Ubuntu. Proper fstab entry to mount a samba share on boot?
9 years ago • lampego1@qrid
How can I mount samba shared directory after system reboot? I'm tried this: mount -t cifs //server/dir /mnt/share -o username=user,password=password Thanks.
Tags: , , ,
0
 bounty
2
answers
Can you stack multiple NFC cards on top of each other in your wallet
9 years ago • alex
Can you stack multiple NFC cards on top of each other in your wallet? Will they continue to work without interference? Or will they block each other? I am just being lazy and do not want to pull cards out of my wallet to open various office doors, I just want to touch the reader with the wallet and be done with it. And the wallet of course would contain several NFC cards held pretty close together. Can somebody please stage an experiment an
Tags:
0
 bounty
1
answers
Integrating Microsoft OIDC IdentityServer3 with our own ASP.NET Simple Membership Provider / user database
9 years ago • lampego1@qrid
I have deployed an instance of IdentityServer3 and now I need to customize their default implementation to use our existing user membership database and Simple Membership Provider. By default, IdentityServer just takes a list of InMemoryUser objects and then just stores that list in memory variable. This, of course, never intended to work for any production implementation b/c you would want your users to be stored in the database and not in a
0
 bounty
3
answers
SMTP error - Error Number: 0x800ccc0f - The TCP/IP connection was unexpectedly terminated by the server.
9 years ago • alex
Microsoft Outlook shows an error when pressing "Send/Receive" email button: The TCP/IP connection was unexpectedly terminated by the server. (Account: 'user@email.com', POP3 Server: 'gatorXXXX.hostgator.com', Error Number: 0x800ccc0f). The SMTP server is hosted by Hostgator (shared account). Anyone has any idea why is that happening? Please advice! Thanks!
Tags: ,
0
 bounty
2
answers
Windows 7. How I can cleanup my windows dir?
10 years ago • lampego1@qrid
It's size of my "windows" directory: 70Gb - it's very large directory. Please, how I can cleanup it? I have tried this methods: blogs.technet.com technet.microsoft.com/en-us/library/dn251565.aspx windows.microsoft.com/en-us/windows/delete-files-using-disk-cleanup#delete-files-using-disk-cleanup=windows-7
0
 bounty
1
answers
How can I add multiple hosts in PhpMyAdmin for Ubuntu 12-14
9 years ago • lampego1@qrid
I can't find configuration file for adding multiple hosts. Please help!
0
 bounty
1
answers
Linux. How do I download directory using SFTP?
9 years ago • support_man
I have two Linux servers(Ubuntu 12.0) and I need to download directory with some files from server number 2 to server number 1 using SFTP(SSH connection). At this point I put public key from the server number 1 to /home/username/.ssh/authorized_keys on server number 2 but I don't know what utility I need to use. Thanks.
0
 bounty
2
answers
What is the size of the smallest NFC tag?
10 years ago • alex
What is the size of the smallest NFC tag?
Tags:
0
 bounty
3
answers
NFC watch strap - embedding NFC chip into dumb watch wrist strap
9 years ago • alex
Has anyone tried to embed an NFC chip like MiFare DESFire or even simple NFC tag into a dumb watch strap? Then you could potentially unlock office doors with your dumb watch - should be a bit easier / faster compared to pulling out your thick wallet with Access Cards in it, and it could have potentially some other applications too.
Tags: ,
0
 bounty
2
answers
Monitoring ALL Bitcoin Blockchain transactions in real time on a global scale
8 years ago • alex@qrid
We need to monitor / intercept / inspect all bitcoin transactions that are being sent to certain rather small but ever changing list of Bitcoin addresses. Basically, we just need to run a custom code in the event of any new transaction being sent through Bitcoin P2P Network. What would be a reasonable technical approach to accomplish that task? Thanks!
10 from 21