-

Anuncie aqui você Também: fdantas@4each.com.br
Atividades Recentes
Fluxo de atividades para todos os membros registados no 4Each - Forum Progress.
-
Alan Gastaldi curtiu o post de rafael.andrade no tópico Duvida Formatação do Endereço (Logradouro + Número) - Datasul.
Se já tem vírgula é só pegar assim ENTRY(1, CampoEndereco,",") ENTRY(2, CampoEndereco,",") Ou só ENTRY(1, CampoEndereco) ENTRY(2,...
Dezembro 4, 2025 às 17:46 -
Alan Gastaldi replied to the thread Duvida Formatação do Endereço (Logradouro + Número) - Datasul.
@rafael.andrade, minha dúvida é mais sobre a regra em si, pois ainda tem o complemento, que não sei se existe uma regra de fato para...
Dezembro 4, 2025 às 17:46 -
rafael.andrade replied to the thread Duvida Formatação do Endereço (Logradouro + Número) - Datasul.
Se já tem vírgula é só pegar assim ENTRY(1, CampoEndereco,",") ENTRY(2, CampoEndereco,",") Ou só ENTRY(1, CampoEndereco) ENTRY(2,...
Dezembro 4, 2025 às 14:02 -
Alan Gastaldi postou em um novo tópico.
Duvida Formatação do Endereço (Logradouro + Número) - Datasul
Olá a todos. Estou a um tempo procurando como o Datasul faz para separar o logradouro e o número do campo de endereço, mas até agora não...
Forum: EMS , HCM e Totvs 11
Dezembro 4, 2025 às 13:40 -
Stack postou em um novo tópico.
[Python] Recurrent Neural Networks for Drawing Classification tutorial code doesn't run on...
I'm a beginner in deep leaerning and Tensorflow. I tried to run the tutorial code for Recurrent Neural Networks for Drawing Classification...
Forum: Python
Dezembro 1, 2025 às 16:32 -
Stack postou em um novo tópico.
[Python] Pipenv install is not adding dependencies to Pipfile.lock
In the process of converting some projects which are currently managed by requirements.txt files to Pipenv. First, I make a Pipenv...
Forum: Python
Dezembro 1, 2025 às 16:32 -
Stack postou em um novo tópico.
[Python] How to convert exe back to Python script
Recently I converted a .py file to a .exe file. I lost the original .py file and I'm left with the exe file. I converted it with...
Forum: Python
Dezembro 1, 2025 às 16:32 -
Stack postou em um novo tópico.
[Python] Numpy importing error in mod_wsgi app on Fedora 43
I'm getting an error when importing numpy from an Apache mod_wsgi application on Fedora 43. It does not happen in Rocky Linux 9, the...
Forum: Python
Dezembro 1, 2025 às 16:32 -
Stack postou em um novo tópico.
[Python] trinket.io TypeError "unexpected keyword argument 'shape'"
I'm trying to move pieces of a high school comp sci project to trinket and I keep getting the following error: TypeError: <native JS>()...
Forum: Python
Dezembro 1, 2025 às 16:32 -
Stack postou em um novo tópico.
[Flutter] Flutter game on Steam Deck
I'm trying to get my Flutter-based game to run on the Steam Deck. It at least starts when I switch to "Proton Experimental", but it freezes...
Forum: Mobile
Dezembro 1, 2025 às 16:22 -
Stack postou em um novo tópico.
[Flutter] Building a custom bottom bar with curved items in flutter
im working on a small project, the bottom bar is customized, the tabs inside should be curved, as attached in the screenshot [IMG] Till...
Forum: Mobile
Dezembro 1, 2025 às 14:33 -
Stack postou em um novo tópico.
[SQL] When to use single quotes, double quotes, and backticks in MySQL
I am trying to learn the best way to write queries. I also understand the importance of being consistent. Until now, I have randomly used...
Forum: Outras Linguagens
Dezembro 1, 2025 às 14:22 -
Stack postou em um novo tópico.
[Python] OCaml mod function returns different result compared with %
The modulo function in OCaml mod return results different when compared with the modulo operator in python. OCaml: # -1 mod 4 - : int =...
Forum: Python
Dezembro 1, 2025 às 14:12 -
Stack postou em um novo tópico.
[Python] How do I check if a string represents a number (float or int)?
How do I check if a string represents a numeric value in Python? def is_number(s): try: float(s) return True...
Forum: Python
Dezembro 1, 2025 às 14:12 -
Stack postou em um novo tópico.
[Python] How do I efficiently check if any value in a list of dictionaries matches a given...
data = [ {"id": 1, "name": "Alice", "active": True}, {"id": 2, "name": "Bob", "active": False}, {"id": 3, "name": "Charlie",...
Forum: Python
Dezembro 1, 2025 às 14:12 -
Stack postou em um novo tópico.
[Python] Strange Output in VSCode with Python 3.12.3: Unusual Characters and File Paths
I'm encountering a peculiar issue while running Python code in Visual Studio Code (VSCode) with Python 3.12.3. When I execute a simple...
Forum: Python
Dezembro 1, 2025 às 14:12 -
Stack postou em um novo tópico.
[Python] Filter a pandas df: per group, keep only non-null rows if we have them, else keep a...
Hopefully the title is reasonably intuitive, edits welcome. Say I have this dataframe: df = pd.DataFrame({'x': ['A', 'B', 'B', 'C', 'C',...
Forum: Python
Dezembro 1, 2025 às 14:12 -
Stack postou em um novo tópico.
[SQL] Google Big Query: Forward Filling: IGNORE in Window Function
I am having difficulty using a window function to "forward fill" values in Google Big Query. It appears that the IGNORE part of the query...
Forum: Outras Linguagens
Dezembro 1, 2025 às 13:42 -
Stack postou em um novo tópico.
[Python] Snowflake SPCS Multi Model Training - 403 Errors After some time
I am attempting to run a long running training job leveraging snowflakes distributed multi model training functionality. Using a sample of...
Forum: Python
Dezembro 1, 2025 às 13:22 -
Stack postou em um novo tópico.
[Python] Finding first and last index of some value in a list in Python
Is there any built-in methods that are part of lists that would give me the first and last index of some value, like:...
Forum: Python
Dezembro 1, 2025 às 13:22 -
Stack postou em um novo tópico.
[Python] Can't show Cv2 frame in pyqt6 QLabel pixmap
I am trying to show a video feed from a camera captured using cv2 in a PyQt6 window. I have done some experimenting and followed a few...
Forum: Python
Dezembro 1, 2025 às 13:22 -
Stack postou em um novo tópico.
[Python] How to delete items from a dictionary while iterating over it?
Can I delete items from a dictionary in Python while iterating over it? I want to remove elements that don't meet a certain condition from...
Forum: Python
Dezembro 1, 2025 às 13:22 -
Stack postou em um novo tópico.
[Python] Polars lazyframe update() silently failing in a serverless Cloud Function (OOM error)
I am trying to apply changes from one dataframe (source file is a 7 MB .CSV) to a larger dataframe (source file approx. 3GB .CSV), e.g....
Forum: Python
Dezembro 1, 2025 às 13:22 -
Stack postou em um novo tópico.
[SQL] Deciding on a new language for a database application [closed]
About 3 years ago I developed a fairly simple database in Microsoft Access. I was very unexperienced at the time, and now I'm noticing...
Forum: Outras Linguagens
Dezembro 1, 2025 às 13:02 -
Stack postou em um novo tópico.
[Flutter] Can Flutter iOS builds be sped up on Github Actions?
I'm trying to distribute an iOS app on Github Actions that was made with Flutter. The whole process takes 12 minutes to do the archive...
Forum: Mobile
Dezembro 1, 2025 às 12:02 -
Stack postou em um novo tópico.
[Python] I need to validate a word is infact an english word [closed]
hello i am trying to make some sort of scrabble like game on python and i was wondering is there prebuilt programs that can already...
Forum: Python
Dezembro 1, 2025 às 10:52 -
Stack postou em um novo tópico.
[Python] How to run Odoo 8 along with Odoo 9?
I have installed both Odoo 8.0 and 9.0. I have the Odoo 8.0 working fine on port 8069 but when I installed Odoo 9.0 and got it working on...
Forum: Python
Dezembro 1, 2025 às 10:52 -
Stack postou em um novo tópico.
[Python] Why LoRA Shows 1.4B Trainable Params Instead of 38M When Fine-Tuning Gemma 3 4B?...
I found a code snippet for fine-tuning the Gemma-3 4B model on an OCR dataset that converts handwritten math formulas into LaTeX. The...
Forum: Python
Dezembro 1, 2025 às 10:52 -
Stack postou em um novo tópico.
[Python] Why different files produce same GNSS plots in my Python code?
I wrote a piece of Python code to read different GPS observation files (.24o) and navigation files (.24p), and generate polar plots of...
Forum: Python
Dezembro 1, 2025 às 10:52 -
Stack postou em um novo tópico.
[Python] How to install pywinrm
I am running centos6 Python 2.6 and am trying to install pywinrm but not am not successful. I have also tried: pip install...
Forum: Python
Dezembro 1, 2025 às 10:52 -
Stack postou em um novo tópico.
[Flutter] what is the frame request pending meaning in flutter GPU rendering
I found some frame rending take too much time in flutter, now I turn on the devtools perfomance tunning, and find the time mainly take in...
Forum: Mobile
Dezembro 1, 2025 às 09:32 -
Stack postou em um novo tópico.
[Flutter] Flutter White screen behind keyboard and screens stacking up
Flutter Web App So I have this annoying bug where after a keybaord is opened in ANY screen/textfield in the app. There is a blank white...
Forum: Mobile
Dezembro 1, 2025 às 08:22 -
Stack postou em um novo tópico.
[SQL] Creating a Rolling metric in SQL
I am working with some data in which I need to calculate the number of users of a product within the last 25 days. This metric needs to be...
Forum: Outras Linguagens
Dezembro 1, 2025 às 07:02 -
Stack postou em um novo tópico.
[Python] Altair choropleth map selection interval and bidirectional linking
I want to make a bidirectional plot where the selected values through brush in the scatter plot appear in a different opacity in the...
Forum: Python
Dezembro 1, 2025 às 06:52 -
Stack postou em um novo tópico.
[Python] How do I pass in a 1d array to sklearn's LabelEncoder?
I'm following along an Uber-Lyft price prediction notebook on Kaggle, but I'm trying to use the Polars module. In cell 43 where they use...
Forum: Python
Dezembro 1, 2025 às 06:52 -
Stack postou em um novo tópico.
[Python] How to install locally built package with uv
I am struggling a bit with uv mental model and compatibility with existing tool. I have a project with a "setup.py", previously using...
Forum: Python
Dezembro 1, 2025 às 06:12 -
Stack postou em um novo tópico.
[Python] How would I rewrite this python-2 code using f-strings?
while I read this that has this code We can also do that this way: We'd have 500000 beans, 500 jars, and 5 crates. when I revised to...
Forum: Python
Dezembro 1, 2025 às 06:12 -
Stack postou em um novo tópico.
[Python] The best approach for Image to text (ocr) [closed]
Title: Improving OCR accuracy for mixed-layout PDFs (Python): preprocessing & model suggestions? I’m building an automation tool that...
Forum: Python
Dezembro 1, 2025 às 06:12 -
Stack postou em um novo tópico.
[Python] Multiplying large matrices with dask
I am working on a project which basically boils down to solving the matrix equation A.dot(x) = d where A is a matrix with dimensions...
Forum: Python
Dezembro 1, 2025 às 05:32 -
Stack postou em um novo tópico.
[Python] Find the sum of the residuals
I am doing a hands on exercise of Poissons Regression of Stats with Python in Fresco Play. Problem statement is like: Load the R dataset...
Forum: Python
Dezembro 1, 2025 às 03:42 -
Stack postou em um novo tópico.
[Python] What's the difference between PyInstaller and auto-py-to-exe?
I am developing a small app for macOS that I want to convert as an executable. For this I use auto-py-to-exe. I always thought it's just a...
Forum: Python
Dezembro 1, 2025 às 03:42 -
Stack postou em um novo tópico.
[Python] Mac + virtualenv + pip + postgresql = Error: pg_config executable not found
I was trying to install postgres for a tutorial, but pip gives me error: pip install psycopg A snip of error I get: Error: pg_config...
Forum: Python
Dezembro 1, 2025 às 03:42 -
Stack postou em um novo tópico.
[Python] TensorArray read when size is 0
num_items function throws in user code: File "/Users/anu/PycharmProjects/Siglip/KVCache.py", line 12, in num_items * tf.cond(...
Forum: Python
Dezembro 1, 2025 às 03:42 -
Stack postou em um novo tópico.
[Python] Displayed data disappears after successfully adding data to sqlite database
Please help me! I'm building a simple stock search app using Flask (backend) and plain HTML/JS (frontend). When the user enters a ticker,...
Forum: Python
Dezembro 1, 2025 às 03:42 -
Stack postou em um novo tópico.
[Flutter] The button doesn't press, the modal doesn't open, and the function doesn't work
Title: Flutter menu button internal buttons are not clickable Content: I am creating a small menu for deleting/editing comments or posts...
Forum: Mobile
Dezembro 1, 2025 às 03:32 -
Stack postou em um novo tópico.
[Flutter] failed to remove .dart_tool on flutter clean command
I am getting this error on flutter clean cammand. Failed to remove D:\Projects\FlutterProject\.dart_tool. A program may still be using a...
Forum: Mobile
Dezembro 1, 2025 às 03:32 -
Stack postou em um novo tópico.
[Python] Python solution to extract all tables PDFs and save each table to its own Excel sheet...
I’m working with around multiple PDF files (all in English, mostly digital). Each PDF contains multiple tables. Some have 5 tables, others...
Forum: Python
Dezembro 1, 2025 às 03:04 -
Stack postou em um novo tópico.
[Flutter] How do I manage state in Flutter without boilerplate code?
I’m building a Flutter app and looking for a clean way to manage state without a lot of boilerplate code. I’ve tried using setState, but...
Forum: Mobile
Dezembro 1, 2025 às 02:22 -
Stack postou em um novo tópico.
[Python] Take screenshot of whole html-page using python with selenium in non-headless mode?
I am trying to take a full screenshot of the whole html-page using the following code - I would like to do this with selenium (not...
Forum: Python
Dezembro 1, 2025 às 02:02
