Skip to main content
Filter by
Sorted by
Tagged with
Best practices
1 vote
8 replies
153 views

I have a file example.txt with the following content: Begin of file BEGIN 1 2 3 4 5 6 7 8 9 10 END End of file I want to replace every second line inside a matched space of sed. So I tired cat ...
christian2222's user avatar
0 votes
1 answer
75 views

#nameform, #emailform { width: 175px; height: 40px; padding-left: 10px; margin-top: 50px; border: 1px solid black; border-radius: 5px; outline: none; margin-left: 30px; ...
Peter Griffin's user avatar
2 votes
1 answer
104 views

have go the problem in making Elasticsearch regex work. I have a document that looks like this: {"content": "My name is Akesh Jadhav."} I have tried the following regex "Akesh\...
Rutuja Morye's user avatar
0 votes
0 answers
294 views

my worksheet content in excel is fully distributed (width wise) and is touching the page breaks (left & right) which are dashed lines . The thing that I am not getting is that the content is fully ...
user19626400's user avatar
0 votes
1 answer
300 views

I am using the OpenSSH client on Windows and trying to connect to a remote server using Cloudflare Tunnel's executable. I must configure the server hostname in the SSH config file to match the ...
loner_code_monkey's user avatar
0 votes
1 answer
189 views

I am trying to setup a nightly task on my Mac to edit a file and then copy that file to my Google Drive which is accessible directly from my Mac's file system through Google Desktop integration. I ...
Orestes's user avatar
  • 41
0 votes
2 answers
119 views

I'm trying to remove rows that contain string based on the string value. To do, I'm looking for specific substring within the strings. My issue comes from the fact that those substrings contain spaces ...
Amac's user avatar
  • 71
1 vote
2 answers
126 views

I have a TextField with TextAlign.right. If i write some text in it and press the space bar multiple times the spaces are not displayed, until i enter another "visible" character. How to ...
Nao Kreuzeder's user avatar
-1 votes
1 answer
56 views

Before After How to turn "before" to after using grid in html and css?I want my texts move to the right side .grid-container { display: grid; grid-template-columns: auto auto; ...
Duong Duc Dung FX22797's user avatar
2 votes
6 answers
209 views

I have a file of that type: aaaaaa bbbb cccccc dddddddddddddd ee fff gggggggg hhh iiiii I want to ouptut only 1st & 3rd fields, but keeping the original spaces of 1st field, like:...
Philippe le peuch's user avatar
0 votes
1 answer
48 views

I'm trying to create a hive table from parquet file with partition. Create External table a(col1 string, col2 string) partitioned by (col3 string) stored as parquet location '/qa/app/project/'; msck ...
Sananda Dutta's user avatar
0 votes
1 answer
65 views

I am trying to restore a huge postgresql database but I cannot recover all the indexes due to lack of space. Can I change the location of temporary files? HD SDD status after partial loading of DB ...
Juan Salvador's user avatar
0 votes
1 answer
83 views

Please if anyone knows how to get succeeded on that : I have to get rid of a set of rows in a bigtable. Their rowkey contains SPACE characters. i am trying to escape those space characters but I´m ...
Masahiro Hiramatsu's user avatar
0 votes
0 answers
70 views

@font-face { font-family: latoRugular; src: url(../../../assets/fonts/Lato-Regular.ttf); } @font-face { font-family: notoRegularSinhala; src: url(../../../assets/fonts/NotoSansSinhala-...
Viraj Sandakelum Anawarathna's user avatar
-2 votes
2 answers
38 views

Program receive a sequence from integers, divided spaces I dont understand how to convert it in list ? I've try to do this with split method, but it does not help, because i think, it working only ...
Exe_cutor77's user avatar
0 votes
1 answer
125 views

I'm trying to build a cloud application on Deta Space (https://deta.space/) and I'm having some trouble with the Node version. I want to use Node18, which works fine on my local machine ($ space dev), ...
Fernando Vazquez's user avatar
0 votes
1 answer
181 views

I have been facing problems in UI design with SwiftUI. I feel UIKit is somewhat better when compared to SwiftUI because using SwiftUI I am not able to give proper spaces here every stack calculates ...
Swift's user avatar
  • 1,176
0 votes
0 answers
62 views

I'm currently developing an algorith that recives a network with nodes positionated in real lifes coords and must return a network with new positions for each node. The main idea is take a real life ...
Andrés Almeida's user avatar
1 vote
2 answers
82 views

Newbie to powershell I'm working on a TXT file to exchange data between two processes. I'm using the following rows to extract data from an XML file to the TXT file $xmlElm.emXML.e_image_storage_entry....
Mirco's user avatar
  • 31
0 votes
1 answer
106 views

I'm working on a project where I need to minimize the vertical space between each row within a column. My goal is to make the layout as compact as possible, specifically by reducing the space below ...
mathiEs98's user avatar
0 votes
2 answers
122 views

I am trying make several barplots. While creating a barplot, I have to reduce the bar width, spacing between bars, and spacing between bar and axis. However, I was not able to get what I want in ...
Ly T's user avatar
  • 21
2 votes
1 answer
2k views

I am using Android Studio Emulator to play games on my Macmini. I have been searching for how to allocate more storage space for the Android Emulator. Like the attached screenshot, it says "Total ...
Mike's user avatar
  • 857
1 vote
1 answer
76 views

I want to remove the space between labels. Range number of labels is 1 to 5 and is used in loop ( text got from db ) I Used varios option but everythoing failed (.setAlignment/.setMargin~~~~) And I ...
ohmygirl's user avatar
-2 votes
1 answer
31 views

i need to move my email id text to right eqaul to icon of mailid like i have done to github and linkedin how to move text of email that i have given in contact info to right side with some gap ...
PRIYALATHA's user avatar
1 vote
0 answers
66 views

I want to create an app with many objects on a surface, and you can move through the surface in any direction, also zoom in and out. Like for example Miro or Figma. Is it possible with some libraries ...
Dmitry Sukhov's user avatar
0 votes
2 answers
3k views

I need to use the vlookup function and the space in front of the first name is being an issue I tried the data clean up to trim white spaces but it didn't work. I used the split function to split the ...
Nikisha Kotwal's user avatar
0 votes
0 answers
49 views

Problem: space role in nested switch Even if i is char, why does code work? After making i an int min file is formed i.e. no output. Here my program goes: #include <stdio.h> int main() { ...
Prachi 's user avatar
0 votes
1 answer
141 views

I'm writing a website using React and I've encountered an interesting problem. I have a simple component in which the user can enter text. This component is implemented using an HTML input field. ...
Paul's user avatar
  • 287
4 votes
0 answers
241 views

My WatchOS app show a top margin and I don't know why. I'm using a VStack inside the main view, and I expect the title should be aligned top. How can I remove the top space? The only think I found to ...
Luca's user avatar
  • 75
-2 votes
1 answer
77 views

i want to rename file that contain space in name. it work for file with no space but not work for file contain space. i first run file_exists() function but problem is persist this is my function: ...
kian's user avatar
  • 35
1 vote
3 answers
1k views

I have a list of filenames in variable in my bash script. And I need to summarize disk usage of listed files. But I can't figure out how to escape spaces in file names. I tried various options, none ...
sdorof's user avatar
  • 572
0 votes
0 answers
120 views

I cannot restart my laptop. Before rebooting my harddisk was full I don't know if this caused the problem. Now I can see a blankscreen and an underscore where I cannot type anything(automatically ...
Priya's user avatar
  • 1
3 votes
1 answer
1k views

I am getting JSON response like below [ { "Status": "00" }, { "Order Due Date": "", "Customer Address": "", "ConsumerId": "&...
theLuckyOne's user avatar
0 votes
1 answer
235 views

I have implemented a Chat Bot from the Google API and can post messages to all spaces that the bot allowed user is a member of. However when I use the https://chat.googleapis.com/v1/spaces/list call ...
Joey Perroni's user avatar
0 votes
1 answer
154 views

Hi I dont know how to add space below each line of this code. I tried to add br and margin to it but that deosn't work any help. I don't even know if this type in html is good or should I change it to ...
Bradley Kohr's user avatar
0 votes
1 answer
150 views

'I need add 6 blank spaces between variables a and b like:' 'Ive trie a lot of methods.' data hh; %let texto1 = "Hola"; length texto2 $8; texto2 = " Mundo"; %let texto3 =...
CAMILO MEJIA's user avatar
0 votes
0 answers
31 views

Hey guys I am doing Virtual Keyboard with Vanila JavaScript. I am using key up event and click event on space bar but when I press on the browser it shows me only one space character not as many as I ...
JJG's user avatar
  • 11
0 votes
0 answers
73 views

I have a page: return Scaffold (appBar: appBar1...) I have a package, in the package i have a pageA - return Scaffold (appBar: Appbar1) . When i push a new screen from pageA - this navigate to the new ...
Vickygaugau's user avatar
0 votes
0 answers
39 views

I'm using SQL server (SSMS 18). I have a stored proc which returns data to Visual studio. To remove leading/trailing spaces, I'm using LTRIM(RTRIM([FNAME])) as [FNAME] etc. The data is being writing ...
SilverFish's user avatar
  • 1,118
0 votes
0 answers
36 views

In my application, I have edit text field. And this edit text filed should allow only two spaces for Example Mike Graham John. And not allowing more than two spaces like the below word Mike Graham ...
rams's user avatar
  • 1,580
0 votes
1 answer
387 views

I'm writing a program in C that goes through a string and replaces every alphabetical letter with the letter 13 letters after it in the alphabet (so a Caesar cipher, basically). I'm relatively new to ...
Freddy-Y's user avatar
0 votes
2 answers
100 views

Given a string, return a string made of the first two characters (if present), however include the first character only if it is 'o' and include the second only if it is 'z', so "ozymandias" ...
hasansabbath71's user avatar
2 votes
2 answers
226 views

Code first. <div data-a="a b" data-b="a&nbsp;b" id="test"></div> <div data-a="a<b" data-b="a&lt;b" id="test2">&...
QinBX's user avatar
  • 43
0 votes
2 answers
96 views

This is my first question here and I am not a programmer but an mechanical engineer doing some IT stuff for my company. So my task is to write a batch code to find all PDF files in a directory and ...
HTWUSER's user avatar
2 votes
1 answer
4k views

I have a problem using Latex and custom commands. The custom command \refChap adds spaces before and after the inserted text every time when used. I would like a solution that suppresses said spaces. ...
Taylor Verikor's user avatar
0 votes
2 answers
132 views

The problem I have a haystack: source = ''' "El Niño" "Hi there! How was class?" "Me" "Good..." "I can't bring myself to admit that it all ...
trejder's user avatar
  • 17.6k
0 votes
0 answers
81 views

Is there an alternative function for finding the position of the first space in a non-string entry in excel? =FIND(" ", value) seems to only work for string variables. Tried =FIND(" &...
Data enthusiast's user avatar
0 votes
1 answer
40 views

I'm having trouble on the content of <li> having a gap between. .main { display: flex; } .posts-container { padding: 5px; display: flex; border: 1px solid; border-radius: ...
CoeeGifofoj's user avatar
1 vote
1 answer
276 views

Just a little bit about what I did that made me make this post. I created Sharepoint, uploaded the files that I took from PL/SQL Developer (.csv) and linked those to my Excel file. Then I thought I ...
vegandu's user avatar
  • 13
0 votes
1 answer
84 views

I'm working on a game that has a primary UI showing the solar system in a top-down (earth's north pole being roughly 'up'). And I have a need to show a semi-realistic path of travel for an object ...
Nieminen's user avatar
  • 1,284

1
2 3 4 5
60