Questions tagged [source-code]
The source-code tag has no usage guidance.
117 questions
0
votes
0
answers
41
views
Building OpenDKIM with other SignatureAlgorithms
As the title suggests - how would I build OpenDKIM from source to use signing algorithms other than the default ?
Previously, I had a postfix server correctly set-up with opendkim signing my emails. ...
4
votes
0
answers
147
views
How to build Pagespeed PSOL binaries from source for ARM64 (aarch64) Raspberry Pi 4 on Ubuntu Server?
I am running Ubuntu Server 22.04 (aarch64) on my Raspberry Pi 4. It is a web server.
I am trying to build the Nginx Pagespeed Module for the Raspberry Pi 4 with modern PSOL binaries. I have created a ...
1
vote
0
answers
6k
views
Manually alter/change displayed time and date sent Outlook email? Alter headers date time sent in code Outlook
In Gmail I can go in using inspect and dev tools and epoch converter then go through SMTP and alter the date and time stamps, backdate emails, send custom fillable dynamic emails.
I can’t find ...
0
votes
1
answer
1k
views
How do I indent a code block in Quip?
I have a bulleted list, and I want to insert an indented code block:
When I try to insert a code block, and then use tab to indent, I end up with:
In other words, the code block is not indented, it ...
0
votes
0
answers
329
views
TortoiseHG not updating shell icons after commit/push
My team uses MercurialHG/TortoiseHG for code management (historical thing), and all used to work well. With the recent updates to either Tortoise (6+), or possibly Windows 10, I've had the issue that ...
0
votes
1
answer
3k
views
Inject HTML code into Outlook email
Is there an even easier (or maybe a little more user-friendly) way to inject a few lines of HTML source code into an Outlook email, than using a macro like shown over there:
Edit the HTML source code ...
0
votes
1
answer
30
views
How can I find out who offered the last interest rate at auction? [closed]
I want to know who else is participating at online auction but the name of the participant who offered the last interest rate is hidden with asterisks. Here's the script code from the source page:
...
1
vote
0
answers
154
views
How stop multiples projects in vscode with the launch.json
I have in my launch.JSON a configuration that allows me to start two different API projects at the same time (Web API One and Web API Two), both are components of the same project, everything works ...
0
votes
1
answer
490
views
Super user binary source for Debian distro
I'm trying to craft a new root handle in a Debian distro and need to know where the source code for the su binary is located in order to move forward. Can anyone point me in the right direction?
0
votes
1
answer
95
views
Command-clicking a link in Google Chrome loads page without rendering it (regular click works)
I am building a site at svija.love.
We are getting complaints that when someone clicks on a link to the site from Facebook, in Chrome, they just get a blank page.
I have reproduced the behavior: if I ...
0
votes
1
answer
39
views
How to compile this program without coding knowledge? [closed]
Please forgive my illeteracy as far as coding goes but I am trying to set up a program I found on github and although I don't have much coding knowledge I was able by following wome tutorial to do ...
5
votes
1
answer
347
views
Any native methods to have Firefox display site source code ("View Page Source") in a dark theme (white on black)?
Does Firefox currently have a native way (perhaps an about:config preference) to display the source code viewer ("View Page Source", view-source:) in a dark theme (white on black)?
I ...
0
votes
0
answers
900
views
How to view Mozilla Firefox source code within Firefox without an internet connection?
When connected to the internet, Mozilla provides easy access to all source code for Firefox here:
https://dxr.mozilla.org/mozilla-central/source/
When not connected to the internet, what internal URL'...
5
votes
1
answer
4k
views
Set Unique proxy per tab in chromium
I am trying to customize chromium-browser such that each tab in the browser has a unique proxy, so connections from one tab do not appear to come from the same IP as another tab.
I used chrome.proxy....
1
vote
0
answers
565
views
What is C# RSACryptoServiceProvider doing under the hood when Encrypting using RSA?
When I drill down into the .Net source code I cannot find the code that actually runs when rsa.Encrypt is called, maybe it's running code within a DLL because I cannot find where the method is ...
1
vote
3
answers
4k
views
How do I dig into an applications source code?
I'm trying to look into different applications on my Macbook and see their source code in order to better understand how certain applications are built and what languages/frameworks they use. Perhaps ...
1
vote
1
answer
7k
views
Find the source code of the package installed in a particular anaconda environment
I want to find the source code of the matplotlib package installed in an anaconda environment 'blah'. This 'blah' environment is a near copy of the anaconda base environment but has numpy, scipy, ...
0
votes
2
answers
859
views
How to find dependencies of a source package that is not in a Linux distro repos?
There is no shortage of discussions on how to find dependencies of a package that exists in a distro repos, but I haven't been able to find how to get the dependencies of an arbitrary source package ...
7
votes
1
answer
4k
views
Get Source for Arch Linux Package?
In Debian based distributions you can run apt-get source <package_name> to fetch the source code for a package. What is the equivalent for pacman on Arch Linux?
0
votes
1
answer
3k
views
How can one download a video from a news site? [closed]
How would one go about downloading the main video shown on this webpage? It seems very tricky getting into the source code.
https://www.news.com.au/technology/innovation/military/putins-super-weapons-...
2
votes
1
answer
8k
views
Where can I find the source code for TempleOS? [closed]
From a Reddit post, TempleOS creator Terry Davis seems to have had a repository on his website
People don't believe I wrote my own compiler.
All the source code is on all the distros and on my ...
1
vote
1
answer
3k
views
Is Anki (for Windows) open-source and safe? [closed]
Is Anki’s (for Windows) source code available? On this page, the Windows tab doesn't show a source download. But its Linux tab does. Is Anki for Windows safe, i.e. malware/spyware free?
0
votes
2
answers
13k
views
How can I view a [web]page's source right in terminal?
I've heard of lynx and links and other text-based browsers and those are fine, but I want get to the same information I'd see by executing View Page Source in Firefox for example. (IE and Chrome have ...
1
vote
1
answer
1k
views
How to save diff output between two directories?
I'm running
diff -rq linux-4.15-rc9/ ubuntu-bionic/ > ubuntu.diff
but the output is just a bunch of lines with:
Files linux-4.15-rc9/tools/perf/util/metricgroup.c and ubuntu-bionic/tools/perf/...
2
votes
1
answer
354
views
How to find source code of specific version of linux tools, i.e. ifconfig
I had a weird situation yesterday when a shell script broke on the machine of colleague. the Script was parsing output from ifconfig, and it would assume that there was no : (colon) after the ...
0
votes
0
answers
2k
views
Converting UNIX time to human time in MATLAB?
I've a sequence of UNIX timestamps in milliseconds (e.g. 1491009470000). I want to convert them to human time in the format year-month-date-hour-minute-second (or in an array of these components). ...
1
vote
0
answers
283
views
Notepad++ Inquiry Text Only
I'm currently using Notepad++ to alter the source code of a document and I was wondering if it was possible to view only the black text, rather than having to go through it section by section and just ...
0
votes
1
answer
15k
views
Editing document.xml inside a .docx file
I have converted a .docx Word document file to a .zip and I have accessed the internal document.xml file but I'm confused as to how to edit its contents. Do I need to do this via Notepad or other more ...
0
votes
0
answers
1k
views
Why do I get a different file when Saving the "View Source" page in Chrome compared to what I see?
If you press Ctrl+U in Chrome, this will open up the Page Source. If you copy and paste this into Notepad and save it, then go back to Chrome and press Ctrl+S to save the page.
The page generated ...
1
vote
1
answer
85
views
Open a source code in Different Editor based on your Modifier Key
I use multiple source code editors for my development, namely GVim, Notepad++ and Sublime Text (in that order). (I can consolidate it to one editor, but that is a different discussion). Current setup ...
3
votes
2
answers
13k
views
Fitting More Code On Printed Page In Notepad++
At the moment, I'm trying to print a snippet of code that is about 1.03 pages long. The last several lines start on the next page. As a result, I waste an entire page, and it's also much harder to ...
0
votes
1
answer
169
views
What is the path of ip_input.c?
The ip_rcv funcion defined in the ip_input.c
file, is responsible for delivering the datagrams to a higher
layer protocol or forwarding it to another host. It consists
of functions and netfilter hooks ...
0
votes
0
answers
2k
views
some bytes have been replaced with the unicode subsitution character
I've recently used a software called EaseUs to resize my volumes and although the volume had plenty of free space it succeeded to ruin the operating system and damage source files!
Some of the source ...
0
votes
1
answer
1k
views
Why my php files on my website show source in chrome?
I just get some troubles with my php files. I host my website from my computer and I get an index.html file which link to other php files for my website, in firefox when I go from the index files to ...
0
votes
0
answers
846
views
Compile and Install Gedit from Source on Ubuntu
It is pretty obvious what I need to do, but below are the details just in case.
I want to install and configure Gedit's latest version into my Ubuntu 14.04 Trusty tahr along with installing it's ...
3
votes
0
answers
906
views
No kernel sources available for 4.4.4-301.fc23.x86_64
I am trying to use vagrant on Fedora 23, but it isn't working at all.
It isn't working because virtualbox's kernel modules will not install and compile with 4.4.4-301.fc23.x86_64.
I installed ...
0
votes
1
answer
196
views
GNU Icecat source code. Where to find a specific line?
I've been using GNU Icecat Browser (libre Firefox version made by Gnuzilla) for some weeks. I've been diving through its menus and I found an error:
When I get into the 'Customize Mode' (the one that ...
0
votes
0
answers
336
views
Manipulating Output From Fortify Audit Workbench
I have an output from a Fortify SCA Scan and I am viewing it in the Audit Workbench. I am looking for a way to list out the file paths and line numbers of vulnerabilities found. For e.g., if the ...
11
votes
3
answers
8k
views
How to auto format code from the command line?
Let's say I have a JavaScript in someRandomFile.js and I want to run a command like:
formatMyCode someRandomFile.js
Then inside the file it just indent everything in a nice way.
I want to do format ...
0
votes
1
answer
704
views
Linking website data to Excel sheet
Not sure if what I am trying to accomplish is even possible but I figured I'd ask.
I have a decent sized spreadsheet with specifications from hundreds of different smartphones that I am working on as ...
-1
votes
1
answer
250
views
Chrome - View source option faded out
Ctrl+U doesn't work and the 'view source' option is faded out...
http://geobeck.tripod.com/bin/counter/~geobeck/jokehold/jokes.html
3
votes
3
answers
14k
views
Remove comments from file
I'm using PHPStorm and have a very basic problem. I want to remove single/multi/phpdoc comments from my files. I want this process to be one-click and easily undo-able. I've tried looking over the ...
0
votes
0
answers
264
views
How to compile this project (makefile, .rc, .p) in Windows?
How do I compile the z-wamp project in Windows?
makefile 2012-03-20 bcosca bcosca [6a5635] 2.1.1 pre-release
manifest.rc 2012-03-15 bcosca bcosca [99a236] 2.1.0 baseline
zwamp.ico ...
1
vote
0
answers
277
views
How to embed longer code examples into a presentation?
I am going to hold a company presentation about a software development and programming topic, where beside the normal textual and graphical data, several source code examples should be embedded in the ...
1
vote
1
answer
2k
views
run 2 different versions of ffmpeg form same server
I'm trying to run a second version of ffmpeg on a unix server without update or remove the old version.
In the server it's installed version 1.0.1, can I compile latest version of ffmpeg (current 2.5....
0
votes
1
answer
812
views
How to install qbittorrent from the source?
I'm using Ubuntu 12.04 LTS, and I'd like to know the steps of source installation of qbittorrent. I know that some of you might say why bother yourself when there's .ppa, but I really want to learn ...
1
vote
0
answers
214
views
Installing specific Not-In-Repository version of python-dev within virtualenv without using VCS
I have read the question :
How can I install python-dev without sudo?
However it does not quite cover the issues I am facing.
I have a Debian 6.0.9 server with system python 2.6.6 installed. We ...
1
vote
1
answer
161
views
How can I see the source code of installed Firefox OS apps?
How can I see the files and the source code of installed apps?
For packaged apps I’d expect to be able to see all files (HTML, CSS, JS, images etc.), for hosted apps I’d expect to be able to see the ...
0
votes
0
answers
887
views
Keeping the backend code hidden from frontend developers
Working on a middle-sized web-based project, we need a way to reasonably manage the source code among backend and frontend developers. I’m wondering if there are some good practices for effective ...
1
vote
1
answer
45
views
How to on Ubuntu synchronize software built from source?
I have three computers with Ubuntu. I know how that there's a way to synchronize packages installed from the Ubuntu Software Center, but... what if I want to synchronize software from source? Do you ...