Newest Questions

Filter by
Sorted by
Tagged with
4 votes
3 answers
129 views

I have created several macros that delete rows based on cell values. I run it 5 times for different data, but think there should be a way to combine them and speed up the macro. Currently, it is ...
Travis's user avatar
  • 43
1 vote
1 answer
122 views

I have a requirement to write a Python 3.6 script which should be able to detect following case within a time period and be able to create a text file report that lists the condition violated and ...
9 votes
1 answer
1k views

I made this simple traceroute implementation using the libpnet library, which sends ICMP echo probes with an increasing time-to-...
confused00's user avatar
1 vote
1 answer
423 views

I'm working on a new service, for the past year I haven't needed to write tests from scratch. I've either been bug fixing, or adding features that require modification of tests, but not writing ...
mal's user avatar
  • 313
1 vote
0 answers
940 views

I am using below code to get a video file path from uri. Need review for the following: 1.Code optimization 2.Crash(Code is working fine in the devices I tested but i need to make sure that it ...
4 votes
2 answers
635 views
3 votes
2 answers
651 views

I am using the coding puzzels of https://adventofcode.com for improving my F# skills. Problem: Day 1 Part 2: Starting with frequency 0, a list of numbers should be added successive generating new ...
3 votes
1 answer
3k views

The code below is my attempt at trying to create a hash table. I'm currently stuck with the rehash function as I think it's not efficient enough (I believe it's O(n^2). I'd be grateful if someone ...
1 vote
1 answer
81 views

I'm making an app using Rails. I have 4 Boolean columns in a table like below, and I want to show a message if that column is true. ...
5 votes
2 answers
321 views

This code is supposed to count each character in a given string and account for error handling and type casting as well, and it should do it in the most efficient manner possible, with O(n) being an ...
2 votes
3 answers
963 views

I'm working on problem 91 on Leetcode.com called Decode Ways and I've successfully managed to get a working recursive solution but it results in Time Limited ...
3 votes
1 answer
184 views

I tried to do the second part of the 1. December challenge of Advent of Code in Haskell. I'm fairly new to Haskell but I have plenty of experience in other (procedural) languages. I struggled with the ...
2 votes
2 answers
120 views

I'm writing a parser to get the IP address from a string I get from a GPRS module. Examples of the string I get from the GPRS module: +QIACT: 1,1,1,\"10.162.143.228\"\r\n\r\nOK\r\n +QIACT: 1,1,...
1 vote
1 answer
342 views

I would like to share my code that is meant to help me add 2 vectors together. It is very simple and I would like to kindly ask you whether you could review my code. Also, I decided to keep separate ...

15 30 50 per page
1
...
1555 1556
1557
1558 1559
...
5190