Skip to main content

Questions tagged [organization]

This tag pertains to the organization of source files and other assets in directory structures, organization of actual source code itself, logical organization of application data, and (occasionally) to organizing development projects.

organization
0 votes
0 answers
58 views

Is it good practice to create a separate file for calling a function that's going to be called only once? [closed]

I'm doing a data analysis project in python. I have the following files. data_import.py (contains functions for accessing data api and saving it into file) main.py (calls the function in data_import) ...
user23287492's user avatar
-2 votes
0 answers
25 views

Can i use the same email that was linked to another account earlier in creating a new github account?

See I created a github account using my organization given email.. But Github flagged my account for no reason and now my account is hidden and not accessible to anyone publicly. I also raised a ...
Yuvraj Malhotra's user avatar
0 votes
0 answers
21 views

FullCalendar's SOC Report for IT Security

Looking for a Service Organization Controls (SOC) report to verify that the FullCalendar developers and the tool itself adhere to best practices for protecting client data. I have looked through the ...
AdamM's user avatar
  • 1
0 votes
1 answer
33 views

How to link excel file to powerpoint without going through exact file path

Hi I'm looking for a way to conduct the same analysis every month but in different folders each year. I have charts and tables in multiple excel files, and these charts and tables are linked to ...
geravie498's user avatar
0 votes
0 answers
9 views

SendGid - Way to organize automations into folders?

Is there a way to organize automations that are created within SendGrid? Ideally within folders? As more automations get created it is increasingly difficult to find previous automations. Tried using ...
John Park's user avatar
0 votes
1 answer
41 views

GitHub organization Action failed

Can you help to solve this error. Run Platane/snk/svg-only@v3 with: github_user_name: sankacrew outputs: dist/snake.svg?palette=github-dark github_token: *** 🎣 fetching github user ...
Malitha Piyumal Sankalpa's user avatar
0 votes
1 answer
36 views

Post processing queue for Slurm

My question is not directly regarding SLURM, but rather on how to organize ones work around it. I can summarize the types of jobs I submit to SLURM in two categories: jobs which are part of a process ...
stanton63's user avatar
0 votes
0 answers
10 views

Adding an empty row wherever there is a data change in 1 column

Whenever I run my script, it's adding a new row in between every row that has data, instead of adding a new row in between the cell information changes Initial Data Format Goal Data Format Here is the ...
moh94's user avatar
  • 1
0 votes
0 answers
21 views

OIM - Assign organization to entitlement in Java code

How can I assign organization to entitlement in Java code? On the user interface I can assign organizations to the entitlement. Regards, Attila I tried to assign get and update entitlement. ...
Attila Mészáros's user avatar
0 votes
0 answers
31 views

AWS Organization SCP EnforceMFA SSO

Looking for a working SCP planted on an Organization Root which enforces MFA for all, but it has problems currently as it does not see STS calls ( SSO ) so for these users even have MFA assuming ...
Instrument-IT's user avatar
2 votes
1 answer
59 views

Organizing complex libraries in GDScript

I'd like to build a reusable library in GDScript. When building libraries in the other languages I'm familiar with, JavaScript and C#, I typically utilize two features that GDScript doesn't seem to ...
jamesplease's user avatar
  • 12.8k
0 votes
0 answers
92 views

CMake define preprocessor macros used by all source files for each executable

I am working on a C++ multi-file project. I decided to use CMake to build the project (I am beginner with it). I have the following (simplified) file structure: my_project/ ├─ src/ │ ├─ foo/ │ │ ├─ ...
VIlaX's user avatar
  • 11
0 votes
0 answers
40 views

How to use a separate repo for calculations used by backend?

I have a web app built with Vue.js that needs to obtain the result of an expensive process from the backend server. Specifically, I would like the backend API endpoint to invoke a separate script on ...
jonah0's user avatar
  • 33
1 vote
1 answer
35 views

IntelliJ Idea: How can I replicate these aesthetic comment blocks in the IntelliJ Idea onboarding tutorial process?

I like how these look compared to normal comments A very minor thing, sorry for the trivial question Example of aesthetic comment blocks I looked through the Appearance section of the Settings menu to ...
Yakei's user avatar
  • 11
0 votes
0 answers
46 views

Python classes in multiple files - do all methods need to be imported into class definition?

I've started splitting a class among into several files/folders and have found that there are functions that are only needed to organize code and would never be called by anything higher-up in the ...
user1543042's user avatar
  • 3,442

15 30 50 per page
1
2 3 4 5
55