rahuljain
Python Script ReferencingSolved
I have 2 python files (.py) named file1 and file2. file 1 has the following codes: Question: I want to import file 2 into 1 ...
1 Comment
1
649
0
Schinken77
Regex help required (include with exclude criteria)SolvedClosed
Hi all, We are trying to create an expression that matches, if the sequence is containing the string "test123". However it should not match, if ...
4 Comments
1
2601
1
colinardo
Mikrotik Scripting: Resolve Domain to IPv6 Address
Hello Mikrotik users. Unfortunately Mikrotik does not provide an explicit function for resolving DNS names to IPv6 addresses. The :resolve function only returns a single ...
Add
4
3455
0
SandeepKamra
In Java, how do you convert a String to an array?SolvedClosed
String myStringArray = "491174, 414529, 414557"; I just want this section of output 491174, 414529, and 414557. I tried a variety of approaches to convert ...
1 Comment
3
2751
0
SandeepKamra
The swap method takes an array and two integer array indices as argumentsSolvedClosed
The code below is for a rapid sort class. There is a function named swap near the bottom that is intended to accept an array ...
2 Comments
1
2759
0
Frank
Ubuntu: Build Redisearch v2 module for Redis from source code
Here is a tutorial to compile the Redisearch module v2.x for Redis by yourself. At the moment you can get it as binary only as ...
Ubuntu: Build Redisearch v2 module for Redis from source code
Add
1
4896
0
SandeepKamra
Adding many Python files and directories to a single dmg fileSolved
How can I make a single dmg file out of many Python files in different folders? I know that's doable for a single file, but ...
2 Comments
0
8385
1
SandeepKamra
Is every serializable schedule view serializable?SolvedClosed
We are aware that conflict serializability is a valid subset of view serializability in DBMS Schedules of Transactions. However, all serializable schedules may be included ...
1 Comment
0
2229
0
Frank
Malware system found in several Github forks
Security researcher and developer Stephen Lacy has discovered a very large malware system on Github. The malware's code was found over 35K code results in ...
Add
0
2181
0
SandeepKamra
Permutation matrix multiplication in PythonSolved
I'm a beginner in Python and i think i cannot seem to understand it well, so wanted to understand the concept of Permutation matrices. A ...
1 Comment
0
2443
0
SandeepKamra
What is "inheritance" in Javascript?SolvedClosed
Can anyone explain to me with simple words the meaning of "inheritance" in JavaScript? If you could give examples that would be too great. You ...
2 Comments
0
3175
0
deagle47
Powershell check pwdLastSet and set on "0" for an special OUSolved
Hello, I'm trying to check the date for the pwdLastSet and to force a new password but unfortunately I get all users (incl. service account) ...
3 Comments
2
5153
0
SandeepKamra
Control Flow Graph from ANSI C codeSolved
I'm building tool for testing ansi c applications. Basically, load code, view control flow graph, run test, mark all vertexes which were hit. I'm attempting ...
1 Comment
1
3186
0
Frank
Software Freedom Conservancy: Give Up GitHub
The Software Freedom Conservancy urges developers in the open source community to completely abandon the services of the code hosting site Github. The main reasons ...
Software Freedom Conservancy: Give Up GitHub
Add
1
2112
0
finome2754
How do you learn Java programming? And what are the benefits of Java certification?Showcase
Java, an open-source programming language, has been around for many decades. Java is a general-purpose, object-oriented programming language that is popular with both beginning and ...
Add
0
1286
0
natalie.solero
Move or merge two windows into one gui
hello guys, below i have a little powershell chat script. after starting the script it opens two seperate windows for writing the message and receving ...
1 Comment
0
3144
2
Tobias2001
Batch: Check if for loop was successfulSolved
Hello, I am currently trying to write a backup script in batch. I have a folder called "backups" and a folder called "long-term-backups" In the ...
1 Comment
1
7660
0
natalie.solero
Powershell GUI creating local usersSolved
Hi guys, im trying to create a gui for creating local user accounts. the gui is just running fine but i have a problem creating ...
10 Comments
1
4426
0
ankitdixit
Query: The import java.util.ArrayList cannot be resolved Java
Hello All, I am facing some issues while I am trying to run this java program in vscode on online compiler but it shows an ...
1 Comment
2
4332
0
AlbertTaylor
How to Migrate Lotus Notes to Office 365
Can you suggest me any third party software to migrate Lotus Notes mailboxes to Office 365 account . ...
1 Comment
0
6079
0
natalie.solero
Get deactivated computers in ad from csv listSolved
Hello guys, i'm tryin to figure out which computers are deactivated in active directory. for that i provide the computer names in a csv list. ...
Get deactivated computers in ad from csv list
12 Comments
1
5238
0
natalie.solero
Powershell adding action to combobox selectionSolved
at the moment, i want to build a powershell gui. the form is running fine, so there are no problems with it. now i want ...
5 Comments
1
5095
0
natalie.solero
Powershell Folder Picker Dialog
Hello Guys :-) i'm just thinking about to implement a folder picking dialog box in my existing script. In my existing script i want to ...
3 Comments
0
4467
1
natalie.solero
Powershell Uninstall-PackageSolved
Hello guys, sorry for my bad english :-) i'm trying to create a powershell script to uninstall software on a remote machine. i enter the ...
6 Comments
0
4109
0