Posts by Gunblades • 719 points
33 posts
-
1
votes3
answers507
viewsA: How to merge two Pdfs into Base64 in one
I believe that the library you are using is complicated... I recommend the use of Pdfsharp The process I would make would be the following: Read the document in memory static PdfDocument…
-
1
votes1
answer88
views -
0
votes1
answer88
views -
0
votes1
answer66
viewsA: Microsoft Faceid - Instantiating Faceclient
According to the documentation of the SDK Csharp: // Troque <SubscriptionKey> com sua chave de inscrição. // Por exemplo, subscriptionKey = "0123456789abcdef0123456789ABCDEF" private const…
-
2
votes2
answers779
viewsA: Get first item of each object in a JSON response
var data = [ { "albumId": 1, "id": 1, "title": "accusamus beatae ad facilis cum similique qui sunt", "url": "https://via.placeholder.com/600/92c952", "thumbnailUrl":…
-
3
votes2
answers1849
viewsA: Is it possible to get the firebase user via UID?
As stated in Link, it is not possible to do this reading of Firebase directly, but there are some other ways to do the validations so that CRUD operations can be performed directly in firebase. When…
-
1
votes0
answers111
viewsQ: (Clarification) Artificial intelligence Word classification (Python)
I was trying to do something to fulfill that need: Read the word Hit a dictionary E Try to complete the word (if possible) For example: ENTRADA: CSA DICIONARIO ["HOMEM", "CASA", "MULHER"]` SAIDA:…
-
0
votes1
answer40
viewsA: Post with api aws
Guy could try using this method to authenticate ? https://docs.aws.amazon.com/sdkfornet1/latest/apidocs/html/M_Amazon_S3_AmazonS3Client__ctor_9.htm AmazonS3Config config = new AmazonS3Config();…
-
0
votes1
answer118
viewsQ: AWS - How to make CRUD on S3
I recently started studying AWS, and I’m feeling totally lost in the meaning of some things, how they work and what are their contexts for the application. For example Keys (Keys), buckets (Bucket),…
-
1
votes1
answer1456
viewsA: Remove data from a C++ file
Hello Rafael is welcome. A solution to your problem would be for you to copy everything into a new file. txt minus the line/band you want to take, then delete the . txt old and rename the new . txt…
-
1
votes1
answer513
viewsQ: How to set path . bat
Well my problem is the following I want to run a file. bat it goes: create a folder locally copy images from my server to the created folder hide the created folder But he ends up displaying this…
-
1
votes1
answer513
viewsA: How to set path . bat
I ended up entering in "File Explorer" and looking at how it defines folders and noticed that it puts a " at the end when it is a folder ... So I just had to put one backslash in the first line:…
-
1
votes4
answers6351
viewsA: How do I capture each key typed in python
Dude if you want to make a Keylogger I already had a code I used in school to "hack" the facebook staff (I was a bad person) import pyHook, pythoncom, sys, logging # feel free to set the file_log to…
-
1
votes1
answer206
viewsA: Fixing an HTML table without allowing resizing
Well first of all I recommend making a stylesheet (CSS) since all of its TAG table has the same properties, making a class is much easier to embody the code and then do maintenance on it <th…
-
0
votes1
answer873
viewsA: Error executing report in SQL Server Reporting Services
Option 1 Solving this problem is easy: Go to the run (Win+R) Typo services.msc Restart the MSSQLSERVER Translated from : Stackoverflow Option 2 The first thing I would try is to get a little more…
-
0
votes1
answer32
viewsA: Reference an array value within itself
Would you kindly try the code below ? $compra = [ "produto" => "Chocolate Nestle", "preco" => 5.5, "frete" => 1.5, "total" => $compra.preco + $compra.frete ]; Or else : $compra = […
-
1
votes1
answer1333
viewsA: I need help limiting the amount of characters in python kivy
The guy string is iterable in Python and allows you to access its content via Slices. For example, texto[1:5] would return from the first to the fourth character of texto. >>>…
python-kivyanswered Gunblades 719 -
1
votes1
answer108
viewsA: What is the Data Layer (Data Layer)?
What is The Data Layer is a set of information of the website or the user, being responsible for the centralization of this data and allowing its use by various Digital Marketing tools. Basic Data…
javascriptanswered Gunblades 719 -
0
votes1
answer151
viewsA: ngModel does not display dynamic field value
I believe the error may be in those lines: <input class="form-control text-uppercase mb-1 input-group-sm" ng-model="input.valor" name="upOSProdValor[]" money-mask ng-keyup="somaOS(valor)">…
-
0
votes2
answers562
viewsA: How to catch a Parent element from a child with id?
I recommend taking a look at https://www.w3schools.com/jsref/prop_node_childnodes.asp I can’t remember which syntax is right but I think this particular code might help you…
-
0
votes2
answers176
viewsA: Chrome bot error - ERROR:platform_sensor_reader_win.cc
Well I managed to resolve using a suggestion found on the github forum about Selenium which is to downgrade chromedriver to v2.33 and Chrome to V60-61 which are supported on chromedriver... From…
-
0
votes2
answers176
viewsQ: Chrome bot error - ERROR:platform_sensor_reader_win.cc
I have a python application that performs some repetitive tasks for me by opening Chrome and using it as a bot (I cannot be making the code available because I work under a confidentiality…
-
1
votes1
answer101
viewsA: Print meshing when csv file uploaded is larger or smaller than 9 columns
I believe csv files indexed as follows: Email;Nome [email protected];Teste1 [email protected];Teste2 [email protected];Teste3 [email protected];Teste4 On the lines he names the fields…
-
0
votes1
answer72
viewsA: Radio button flag
Well it is something easy to solve, use the "Checked" property of the input (HTML) In your code: <div class="hidden" id="empresaVendedor"> <div class="list"> <div class="item"…
-
0
votes1
answer213
viewsA: Javascript: when it’s midnight add +1 on date
Guy I highly recommend that you see and dig into: Javascript Timing Events You can take a look at this link: https://www.w3schools.com/js/js_timing.asp Down here I’ll be putting a code (reverse to…
-
4
votes4
answers1235
viewsA: Does the order of CSS styles influence the render tree?
I had asked myself the same question a few times ago, and went looking for what I understood what can influence regarding loading and "page weight" in general are "functions / drawings" of direct…
-
0
votes2
answers74
viewsA: Color adjustment of text on different themes
EDITED ANSWER I do believe that most of the visual things you’re facing can be solved with CSS and some treatments. For example when the user switches to the dark background to call some class that…
-
1
votes1
answer62
viewsA: LITE ORM problems in saving columns bytes
Well I did a search in that method Bitmap.CompressFormat and I ended up finding some articles about it, the bad thing is that most are in English (I don’t know if you can read "good", but it’s worth…
-
3
votes2
answers472
viewsQ: How to read a JSON file dynamically? (ANGULAR 2)
For example when starting I want my program to load all messages previously stored in a JSON file (message.json) ngOnInit() { this.emissor = 'Victor';…
-
3
votes2
answers412
viewsA: How to store variables within the browser cache? (JS)
You can use Webstorage of an Object, such as localStorage of the fields: imagine that you have two fields of input one with ID = name and another ID = lastname you can do localstorage of these…
-
2
votes2
answers295
views -
0
votes1
answer209
viewsQ: Adding new data to JSON with Typescript and Angular
I have a JSON that looks like this: [ { "texto": "Eae", "contato": "Luis", "data": "2018-09-25T21:08:00" },{ "texto": "Salve povo", "contato": "Rogerio", "data": "2018-09-25T21:15:00" } ] And an…
-
-2
votes1
answer257
viewsQ: Angular with JSON + Typescript
Should I read a JSON and print the results inside a dynamically angled HTML. The site would be a kind of chat where I have tags with dynamic DATABIDING, within the <ul class="list-group row">…